Uses of Class
org.kuali.rice.kew.rule.RuleExtensionValue

Packages that use RuleExtensionValue
org.kuali.rice.kew.rule   
 

Uses of RuleExtensionValue in org.kuali.rice.kew.rule
 

Methods in org.kuali.rice.kew.rule that return RuleExtensionValue
 RuleExtensionValue RuleExtensionBo.getRuleExtensionValue(int index)
           
 RuleExtensionValue RuleBaseValues.getRuleExtensionValue(String key)
           
 RuleExtensionValue RuleBaseValues.getRuleExtensionValue(String ruleTemplateAttributeId, String key)
           
 

Methods in org.kuali.rice.kew.rule that return types with arguments of type RuleExtensionValue
 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> AbstractWorkflowAttribute.getRuleExtensionValues()
           
 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.
 

Method parameters in org.kuali.rice.kew.rule with type arguments of type RuleExtensionValue
 void RuleExtensionBo.setExtensionValues(List<RuleExtensionValue> extensionValues)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.