Package | Description |
---|---|
org.kuali.rice.kew.api.rule |
Copyright 2005-2014 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 |
Modifier and Type | Method and Description |
---|---|
RuleResponsibility |
RuleResponsibility.Builder.build() |
RuleResponsibility |
RuleService.getRuleResponsibility(String responsibilityId)
gets a RuleResponsibility identified by the passed in responsibilityId
|
Modifier and Type | Method and Description |
---|---|
List<RuleResponsibility> |
Rule.getRuleResponsibilities() |
Modifier and Type | Method and Description |
---|---|
RuleResponsibility |
RuleServiceImpl.getRuleResponsibility(String responsibilityId) |
Modifier and Type | Method and Description |
---|---|
static RuleResponsibility |
RuleResponsibilityBo.to(RuleResponsibilityBo bo) |
Modifier and Type | Method and Description |
---|---|
List<RuleResponsibility> |
RuleExpressionResult.getResponsibilities() |
Modifier and Type | Method and Description |
---|---|
void |
FlexRM.makeActionRequests(ActionRequestFactory arFactory,
List<RuleResponsibility> responsibilities,
RouteContext context,
Rule rule,
DocumentRouteHeaderValue routeHeader,
ActionRequestValue parentRequest,
RuleDelegation ruleDelegation) |
Constructor and Description |
---|
RuleExpressionResult(Rule rule,
boolean success,
RuleResponsibility responsibility)
Constructs a rule expression result with both a success indicator and a single responsibilities
|
Constructor and Description |
---|
RuleExpressionResult(Rule rule,
boolean success,
List<RuleResponsibility> responsibilities)
Constructs a rule expression result with both a success indicator and a list of responsibilities
|
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.