Package org.kuali.rice.kew.rule.dao
Interface RuleAttributeDAO
- All Known Implementing Classes:
RuleAttributeDAOJpa
public interface RuleAttributeDAO
-
Method Summary
Modifier and TypeMethodDescriptionvoidfindByClassName(String classname) findByName(String name) findByRuleAttribute(RuleAttribute ruleAttribute) findByRuleAttributeId(String ruleAttributeId) voidsave(RuleAttribute ruleAttribute)
-
Method Details
-
findByRuleAttribute
-
save
-
delete
-
findByRuleAttributeId
-
getAllRuleAttributes
List<RuleAttribute> getAllRuleAttributes() -
findByName
-
findByClassName
-