Uses of Class
org.kuali.rice.kew.api.rule.RuleTemplateAttribute

Packages that use RuleTemplateAttribute
org.kuali.rice.kew.api.rule Copyright 2005-2012 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.rule   
 

Uses of RuleTemplateAttribute in org.kuali.rice.kew.api.rule
 

Methods in org.kuali.rice.kew.api.rule that return RuleTemplateAttribute
 RuleTemplateAttribute RuleTemplateAttribute.Builder.build()
           
 

Methods in org.kuali.rice.kew.api.rule that return types with arguments of type RuleTemplateAttribute
 List<RuleTemplateAttribute> RuleTemplate.getActiveRuleTemplateAttributes()
           
 List<RuleTemplateAttribute> RuleTemplate.getRuleTemplateAttributes()
           
 

Methods in org.kuali.rice.kew.api.rule with parameters of type RuleTemplateAttribute
 int RuleTemplateAttribute.compareTo(RuleTemplateAttribute ruleTemplateAttribute)
           
 

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

Methods in org.kuali.rice.kew.rule with parameters of type RuleTemplateAttribute
 WorkflowRuleAttributeRows WorkflowRuleAttributeMediator.getRoutingDataRows(Map<String,String> parameters, RuleTemplateAttribute ruleTemplateAttribute)
          Returns rule attribute row configuration for the workflow rule attribute defined on the given RuleTemplateAttribute.
 WorkflowRuleAttributeRows WorkflowRuleAttributeMediatorImpl.getRoutingDataRows(Map<String,String> parameters, RuleTemplateAttribute ruleTemplateAttribute)
           
 WorkflowRuleAttributeRows WorkflowRuleAttributeMediator.getRuleRows(Map<String,String> parameters, RuleTemplateAttribute ruleTemplateAttribute)
          Returns rule row configuration for the workflow rule attribute defined on the given RuleTemplateAttribute.
 WorkflowRuleAttributeRows WorkflowRuleAttributeMediatorImpl.getRuleRows(Map<String,String> parameters, RuleTemplateAttribute ruleTemplateAttribute)
           
 WorkflowRuleAttributeRows WorkflowRuleAttributeMediator.getSearchRows(Map<String,String> parameters, RuleTemplateAttribute ruleTemplateAttribute)
          Returns rule search row configuration for the workflow rule attribute defined on the given RuleTemplateAttribute.
 WorkflowRuleAttributeRows WorkflowRuleAttributeMediatorImpl.getSearchRows(Map<String,String> parameters, RuleTemplateAttribute ruleTemplateAttribute)
           
 WorkflowRuleAttributeRows WorkflowRuleAttributeMediator.getSearchRows(Map<String,String> parameters, RuleTemplateAttribute ruleTemplateAttribute, boolean required)
          Equivalent to call WorkflowRuleAttributeMediator.getSearchRows(java.util.Map, org.kuali.rice.kew.api.rule.RuleTemplateAttribute) but passes a custom value for the required flag that is passed to the attribute instead of using the one defined by the given isRequired().
 WorkflowRuleAttributeRows WorkflowRuleAttributeMediatorImpl.getSearchRows(Map<String,String> parameters, RuleTemplateAttribute ruleTemplateAttribute, boolean required)
           
 



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