Uses of Class
org.kuali.rice.kew.rule.RuleExtensionValue
Packages that use RuleExtensionValue
-
Uses of RuleExtensionValue in org.kuali.rice.kew.rule
Methods in org.kuali.rice.kew.rule that return RuleExtensionValueModifier and TypeMethodDescriptionRuleBaseValues.getRuleExtensionValue(String key) RuleBaseValues.getRuleExtensionValue(String ruleTemplateAttributeId, String key) RuleExtensionBo.getRuleExtensionValue(int index) Methods in org.kuali.rice.kew.rule that return types with arguments of type RuleExtensionValueModifier and TypeMethodDescriptionRuleExtensionBo.getExtensionValues()AbstractWorkflowAttribute.getRuleExtensionValues()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.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.Method parameters in org.kuali.rice.kew.rule with type arguments of type RuleExtensionValueModifier and TypeMethodDescriptionvoidRuleExtensionBo.setExtensionValues(List<RuleExtensionValue> extensionValues)