|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rule | |
---|---|
org.kuali.rice.kew.api.rule | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.kew.api.validation | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.kew.impl.rule | |
org.kuali.rice.kew.rule |
Uses of Rule in org.kuali.rice.kew.api.rule |
---|
Methods in org.kuali.rice.kew.api.rule that return Rule | |
---|---|
Rule |
Rule.Builder.build()
|
Rule |
RuleDelegation.getDelegationRule()
|
Rule |
RuleService.getRule(String id)
gets a Rule identified by the passed in id |
Rule |
RuleService.getRuleByName(String name)
gets a Rule identified by the passed in rule name |
Methods in org.kuali.rice.kew.api.rule that return types with arguments of type Rule | |
---|---|
List<Rule> |
RuleQueryResults.getResults()
|
List<Rule> |
RuleService.getRulesByTemplateId(String templateId)
gets a list of Rules with the specified templateId |
List<Rule> |
RuleService.getRulesByTemplateNameAndDocumentTypeName(String templateName,
String documentTypeName)
Gets a list of Rules with the specified templateId and documentTypeName. |
List<Rule> |
RuleService.getRulesByTemplateNameAndDocumentTypeNameAndEffectiveDate(String templateName,
String documentTypeName,
org.joda.time.DateTime effectiveDate)
Gets a list of Rules with the specified templateId and documentTypeName. |
List<Rule> |
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 | |
---|---|
Rule |
RuleValidationContext.getRule()
Retrieve the rule which is being validated. |
Uses of Rule in org.kuali.rice.kew.impl.rule |
---|
Methods in org.kuali.rice.kew.impl.rule that return Rule | |
---|---|
Rule |
RuleServiceImpl.getRule(String id)
|
Rule |
RuleServiceImpl.getRuleByName(String name)
|
Methods in org.kuali.rice.kew.impl.rule that return types with arguments of type Rule | |
---|---|
List<Rule> |
RuleServiceImpl.getRulesByTemplateId(String templateId)
|
List<Rule> |
RuleServiceImpl.getRulesByTemplateNameAndDocumentTypeName(String templateName,
String documentTypeName)
|
List<Rule> |
RuleServiceImpl.getRulesByTemplateNameAndDocumentTypeNameAndEffectiveDate(String templateName,
String documentTypeName,
org.joda.time.DateTime effectiveDate)
|
List<Rule> |
RuleServiceImpl.ruleReport(RuleReportCriteria ruleReportCriteria)
|
Uses of Rule in org.kuali.rice.kew.rule |
---|
Methods in org.kuali.rice.kew.rule that return Rule | |
---|---|
static Rule |
RuleBaseValues.to(RuleBaseValues bo)
Converts a mutable bo to its immutable counterpart |
Methods in org.kuali.rice.kew.rule that return types with arguments of type Rule | |
---|---|
List<Rule> |
MassRuleAttribute.filterNonMatchingRules(RouteContext routeContext,
List<Rule> rules)
|
Methods in org.kuali.rice.kew.rule with parameters of type Rule | |
---|---|
void |
FlexRM.makeActionRequests(ActionRequestFactory arFactory,
List<RuleResponsibility> responsibilities,
RouteContext context,
Rule rule,
DocumentRouteHeaderValue routeHeader,
ActionRequestValue parentRequest,
RuleDelegation ruleDelegation)
|
Method parameters in org.kuali.rice.kew.rule with type arguments of type Rule | |
---|---|
List<Rule> |
MassRuleAttribute.filterNonMatchingRules(RouteContext routeContext,
List<Rule> rules)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |