Uses of Class
org.kuali.rice.kew.api.rule.Rule
Packages that use Rule
-
Uses of Rule in org.kuali.rice.kew.api.rule
Methods in org.kuali.rice.kew.api.rule that return RuleModifier and TypeMethodDescriptionRule.Builder.build()RuleDelegation.getDelegationRule()gets a Rule identified by the passed in idRuleService.getRuleByName(String name) gets a Rule identified by the passed in rule nameMethods in org.kuali.rice.kew.api.rule that return types with arguments of type RuleModifier and TypeMethodDescriptionRuleQueryResults.getResults()RuleService.getRulesByTemplateId(String templateId) gets a list of Rules with the specified templateIdRuleService.getRulesByTemplateNameAndDocumentTypeName(String templateName, String documentTypeName) Gets a list of Rules with the specified templateId and documentTypeName.RuleService.getRulesByTemplateNameAndDocumentTypeNameAndEffectiveDate(String templateName, String documentTypeName, org.joda.time.DateTime effectiveDate) Gets a list of Rules with the specified templateId and documentTypeName.RuleService.ruleReport(RuleReportCriteria reportCriteria) Executes a simulation of a document to get all previous and future route information -
Uses of Rule in org.kuali.rice.kew.api.validation
Methods in org.kuali.rice.kew.api.validation that return Rule