org.kuali.rice.kew.rule.service
Interface RuleAttributeService
- All Superinterfaces:
- XmlExporter, XmlLoader
- All Known Implementing Classes:
- RuleAttributeServiceImpl
public interface RuleAttributeService
- extends XmlLoader, XmlExporter
A service which provides data access for RuleAttribute
s.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
RuleAttribute
Methods inherited from interface org.kuali.rice.core.framework.impex.xml.XmlLoader |
loadXml |
save
@CacheEvict(value="http://rice.kuali.org/kew/v2_0/ExtensionDefinitionType",
allEntries=true)
void save(RuleAttribute ruleAttribute)
delete
@CacheEvict(value="http://rice.kuali.org/kew/v2_0/ExtensionDefinitionType",
allEntries=true)
void delete(String ruleAttributeId)
findByRuleAttribute
List<RuleAttribute> findByRuleAttribute(RuleAttribute ruleAttribute)
findByRuleAttributeId
RuleAttribute findByRuleAttributeId(String ruleAttributeId)
findAll
List<RuleAttribute> findAll()
findByName
RuleAttribute findByName(String name)
findByClassName
List<RuleAttribute> findByClassName(String className)
loadRuleAttributeService
Object loadRuleAttributeService(RuleAttribute ruleAttribute)
loadRuleAttributeService
Object loadRuleAttributeService(RuleAttribute ruleAttribute,
String defaultApplicationId)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.