Package org.kuali.rice.kew.rule.dao
Interface RuleDelegationDAO
- All Known Implementing Classes:
RuleDelegationDAOJpa
public interface RuleDelegationDAO
-
Method Summary
Modifier and TypeMethodDescriptionvoidfindByDelegateRuleId(String ruleId) findByResponsibilityIdWithCurrentRule(String responsibiliytId) findByRuleDelegationId(String ruleDelegationId) voidsave(RuleDelegationBo ruleDelegation) search(String parentRuleBaseVaueId, String parentResponsibilityId, String docTypeName, String ruleId, String ruleTemplateId, String ruleDescription, String workgroupId, String principalId, String delegationType, Boolean activeInd, Map extensionValues, String workflowIdDirective) search(String parentRuleBaseVaueId, String parentResponsibilityId, String docTypeName, String ruleTemplateId, String ruleDescription, Collection<String> workgroupIds, String principalId, String delegationType, Boolean activeInd, Map extensionValues, Collection actionRequestCodes)
-
Method Details
-
findByDelegateRuleId
-
save
-
findAllCurrentRuleDelegations
List<RuleDelegationBo> findAllCurrentRuleDelegations() -
delete
-
findByRuleDelegationId
-
findByResponsibilityIdWithCurrentRule
-
search
List<RuleDelegationBo> search(String parentRuleBaseVaueId, String parentResponsibilityId, String docTypeName, String ruleId, String ruleTemplateId, String ruleDescription, String workgroupId, String principalId, String delegationType, Boolean activeInd, Map extensionValues, String workflowIdDirective) -
search
List<RuleDelegationBo> search(String parentRuleBaseVaueId, String parentResponsibilityId, String docTypeName, String ruleTemplateId, String ruleDescription, Collection<String> workgroupIds, String principalId, String delegationType, Boolean activeInd, Map extensionValues, Collection actionRequestCodes)
-