Package | Description |
---|---|
org.kuali.rice.kew.rule |
Modifier and Type | Method and Description |
---|---|
RuleExtensionValue |
RuleExtensionBo.getRuleExtensionValue(int index) |
RuleExtensionValue |
RuleBaseValues.getRuleExtensionValue(String key) |
RuleExtensionValue |
RuleBaseValues.getRuleExtensionValue(String ruleTemplateAttributeId,
String key) |
Modifier and Type | Method and Description |
---|---|
List<RuleExtensionValue> |
RuleExtensionBo.getExtensionValues() |
List<RuleExtensionValue> |
GenericWorkflowAttribute.getRuleExtensionValues()
I think the job of this method is to marshal the current state of the attribute into a representative list of rule extension
values.
|
List<RuleExtensionValue> |
WorkflowRuleAttribute.getRuleExtensionValues()
Returns the List of RuleExtensionValue objects associated with this Rule, each of which contains
the name and value of one of the parameters used by this Attribute to control when the associated
Rule gets evaluated.
|
List<RuleExtensionValue> |
AbstractWorkflowAttribute.getRuleExtensionValues() |
Modifier and Type | Method and Description |
---|---|
void |
RuleExtensionBo.setExtensionValues(List<RuleExtensionValue> extensionValues) |
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.