Uses of Class
org.kuali.rice.kew.rule.RuleDelegationBo
Packages that use RuleDelegationBo
Package
Description
-
Uses of RuleDelegationBo in org.kuali.rice.kew.document
Methods in org.kuali.rice.kew.document that return RuleDelegationBoModifier and TypeMethodDescriptionprotected RuleDelegationBoRoutingRuleDelegationMaintainableBusRule.getBusObject(org.kuali.rice.kns.document.MaintenanceDocument document) protected RuleDelegationBoRoutingRuleDelegationMaintainable.getNewRuleDelegation(org.kuali.rice.kns.document.MaintenanceDocument document) protected RuleDelegationBoRoutingRuleDelegationMaintainableBusRule.getOldBusObject(org.kuali.rice.kns.document.MaintenanceDocument document) protected RuleDelegationBoRoutingRuleDelegationMaintainable.getOldRuleDelegation(org.kuali.rice.kns.document.MaintenanceDocument document) protected RuleDelegationBoRoutingRuleDelegationMaintainable.getThisRuleDelegation() -
Uses of RuleDelegationBo in org.kuali.rice.kew.export
Methods in org.kuali.rice.kew.export that return types with arguments of type RuleDelegationBo -
Uses of RuleDelegationBo in org.kuali.rice.kew.rule
Methods in org.kuali.rice.kew.rule that return RuleDelegationBoMethods in org.kuali.rice.kew.rule that return types with arguments of type RuleDelegationBoMethods in org.kuali.rice.kew.rule with parameters of type RuleDelegationBoModifier and TypeMethodDescriptionstatic org.kuali.rice.kew.api.rule.RuleDelegationRuleDelegationBo.to(RuleDelegationBo bo) -
Uses of RuleDelegationBo in org.kuali.rice.kew.rule.dao
Methods in org.kuali.rice.kew.rule.dao that return RuleDelegationBoModifier and TypeMethodDescriptionRuleDelegationDAO.findByRuleDelegationId(String ruleDelegationId) Methods in org.kuali.rice.kew.rule.dao that return types with arguments of type RuleDelegationBoModifier and TypeMethodDescriptionRuleDelegationDAO.findAllCurrentRuleDelegations()RuleDelegationDAO.findByDelegateRuleId(String ruleId) RuleDelegationDAO.findByResponsibilityIdWithCurrentRule(String responsibiliytId) RuleDelegationDAO.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) RuleDelegationDAO.search(String parentRuleBaseVaueId, String parentResponsibilityId, String docTypeName, String ruleTemplateId, String ruleDescription, Collection<String> workgroupIds, String principalId, String delegationType, Boolean activeInd, Map extensionValues, Collection actionRequestCodes) Methods in org.kuali.rice.kew.rule.dao with parameters of type RuleDelegationBo -
Uses of RuleDelegationBo in org.kuali.rice.kew.rule.dao.impl
Methods in org.kuali.rice.kew.rule.dao.impl that return RuleDelegationBoModifier and TypeMethodDescriptionRuleDelegationDAOJpa.findByRuleDelegationId(String ruleDelegationId) Methods in org.kuali.rice.kew.rule.dao.impl that return types with arguments of type RuleDelegationBoModifier and TypeMethodDescriptionRuleDelegationDAOJpa.findAllCurrentRuleDelegations()RuleDelegationDAOJpa.findByDelegateRuleId(String ruleId) RuleDelegationDAOJpa.findByResponsibilityIdWithCurrentRule(String responsibilityId) RuleDelegationDAOJpa.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) RuleDelegationDAOJpa.search(String parentRuleBaseVaueId, String parentResponsibilityId, String docTypeName, String ruleTemplateId, String ruleDescription, Collection<String> workgroupIds, String principalId, String delegationType, Boolean activeInd, Map extensionValues, Collection actionRequestCodes) Methods in org.kuali.rice.kew.rule.dao.impl with parameters of type RuleDelegationBoModifier and TypeMethodDescriptionvoidRuleDelegationDAOJpa.save(RuleDelegationBo ruleDelegation) -
Uses of RuleDelegationBo in org.kuali.rice.kew.rule.service
Methods in org.kuali.rice.kew.rule.service that return RuleDelegationBoModifier and TypeMethodDescriptionRuleDelegationService.findByRuleDelegationId(String ruleDelegationId) RuleServiceInternal.saveRuleDelegation(RuleDelegationBo ruleDelegation, boolean isRetroactiveUpdatePermitted) Methods in org.kuali.rice.kew.rule.service that return types with arguments of type RuleDelegationBoModifier and TypeMethodDescriptionRuleDelegationService.findAllCurrentRuleDelegations()RuleDelegationService.findByDelegateRuleId(String ruleId) RuleDelegationService.findByResponsibilityId(String responsibilityId) Returns a List of all RuleDelegations with "current" Rules for the given responsibility id.RuleServiceInternal.saveRuleDelegations(List<RuleDelegationBo> ruleDelegationsToSave, boolean isRetroactiveUpdatePermitted) RuleDelegationService.search(String parentRuleBaseVaueId, String parentResponsibilityId, String docTypeName, String ruleId, String ruleTemplateId, String ruleDescription, String groupId, String principalId, String delegationType, Boolean activeInd, Map extensionValues, String workflowIdDirective) RuleDelegationService.searchByTemplate(String parentRuleBaseVaueId, String parentResponsibilityId, String docTypeName, String ruleTemplateName, String ruleDescription, String groupId, String principalId, Boolean workgroupMember, String delegationType, Boolean activeInd, Map extensionValues, Collection<String> actionRequestCodes) Methods in org.kuali.rice.kew.rule.service with parameters of type RuleDelegationBoModifier and TypeMethodDescriptionvoidRuleServiceInternal.makeCurrent(RuleDelegationBo ruleDelegation, boolean isRetroactiveUpdatePermitted) voidRuleDelegationService.save(RuleDelegationBo ruleDelegation) voidRuleTemplateService.saveRuleDefaults(RuleDelegationBo ruleDelegation, RuleBaseValues ruleBaseValues) RuleServiceInternal.saveRuleDelegation(RuleDelegationBo ruleDelegation, boolean isRetroactiveUpdatePermitted) voidRuleServiceInternal.validate2(RuleBaseValues ruleBaseValues, RuleDelegationBo ruleDelegation, List errors) Method parameters in org.kuali.rice.kew.rule.service with type arguments of type RuleDelegationBoModifier and TypeMethodDescriptionRuleServiceInternal.saveRuleDelegations(List<RuleDelegationBo> ruleDelegationsToSave, boolean isRetroactiveUpdatePermitted) -
Uses of RuleDelegationBo in org.kuali.rice.kew.rule.service.impl
Methods in org.kuali.rice.kew.rule.service.impl that return RuleDelegationBoModifier and TypeMethodDescriptionRuleDelegationServiceImpl.findByRuleDelegationId(String ruleDelegationId) RuleServiceInternalImpl.saveRuleDelegation(RuleDelegationBo ruleDelegation, boolean isRetroactiveUpdatePermitted) Methods in org.kuali.rice.kew.rule.service.impl that return types with arguments of type RuleDelegationBoModifier and TypeMethodDescriptionRuleDelegationServiceImpl.findAllCurrentRuleDelegations()RuleDelegationServiceImpl.findByDelegateRuleId(String ruleId) RuleDelegationServiceImpl.findByResponsibilityId(String responsibilityId) RuleServiceInternalImpl.saveRuleDelegations(List<RuleDelegationBo> ruleDelegationsToSave, boolean isRetroactiveUpdatePermitted) RuleDelegationServiceImpl.search(String parentRuleBaseVaueId, String parentResponsibilityId, String docTypeName, String ruleId, String ruleTemplateId, String ruleDescription, String groupId, String principalId, String delegationType, Boolean activeInd, Map extensionValues, String workflowIdDirective) RuleDelegationServiceImpl.searchByTemplate(String parentRuleBaseVaueId, String parentResponsibilityId, String docTypeName, String ruleTemplateName, String ruleDescription, String groupId, String principalId, Boolean workgroupMember, String delegationType, Boolean activeInd, Map extensionValues, Collection<String> actionRequestCodes) Methods in org.kuali.rice.kew.rule.service.impl with parameters of type RuleDelegationBoModifier and TypeMethodDescriptionvoidRuleServiceInternalImpl.makeCurrent(RuleDelegationBo ruleDelegation, boolean isRetroactiveUpdatePermitted) protected voidRuleServiceInternalImpl.makeCurrent(RuleDelegationBo ruleDelegation, RuleBaseValues rule, boolean isRetroactiveUpdatePermitted) voidRuleDelegationServiceImpl.save(RuleDelegationBo ruleDelegation) voidRuleServiceInternalImpl.save2(RuleBaseValues ruleBaseValues, RuleDelegationBo ruleDelegation, boolean saveDelegations) voidRuleTemplateServiceImpl.saveRuleDefaults(RuleDelegationBo ruleDelegation, RuleBaseValues ruleBaseValues) Saves the given RuleDelegation and RuleBaseValues as the defaults for this RuleTemplateRuleServiceInternalImpl.saveRuleDelegation(RuleDelegationBo ruleDelegation, boolean isRetroactiveUpdatePermitted) voidRuleServiceInternalImpl.validate2(RuleBaseValues ruleBaseValues, RuleDelegationBo ruleDelegation, List errors) Method parameters in org.kuali.rice.kew.rule.service.impl with type arguments of type RuleDelegationBoModifier and TypeMethodDescriptionRuleServiceInternalImpl.saveRuleDelegations(List<RuleDelegationBo> ruleDelegationsToSave, boolean isRetroactiveUpdatePermitted) -
Uses of RuleDelegationBo in org.kuali.rice.kew.rule.web
Methods in org.kuali.rice.kew.rule.web that return RuleDelegationBoModifier and TypeMethodDescriptionWebRuleResponsibility.addNewDelegation()WebRuleResponsibility.getDelegationRule(int index) WebRuleBaseValues.getRuleDelegation()Methods in org.kuali.rice.kew.rule.web with parameters of type RuleDelegationBoModifier and TypeMethodDescriptionstatic voidWebRuleUtils.clearKeysForSave(RuleDelegationBo ruleDelegation) static voidWebRuleUtils.processRuleForDelegationSave(RuleDelegationBo ruleDelegation) static voidWebRuleUtils.validateRuleAndResponsibility(RuleDelegationBo oldRuleDelegation, RuleDelegationBo newRuleDelegation, Map<String, String[]> parameters) -
Uses of RuleDelegationBo in org.kuali.rice.kew.xml
Methods in org.kuali.rice.kew.xml that return types with arguments of type RuleDelegationBoModifier and TypeMethodDescriptionRuleXmlParser.parseRuleDelegations(InputStream input) RuleXmlParser.parseRuleDelegations(org.jdom2.Element element) Parses and saves rule delegations