| Package | Description |
|---|---|
| org.kuali.rice.kew.rule |
| Modifier and Type | Method and Description |
|---|---|
WorkflowRuleAttributeRows |
WorkflowRuleAttributeMediatorImpl.getRoutingDataRows(Map<String,String> parameters,
RuleTemplateAttribute 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,
RuleTemplateAttributeBo ruleTemplateAttribute) |
WorkflowRuleAttributeRows |
WorkflowRuleAttributeMediator.getRoutingDataRows(Map<String,String> parameters,
RuleTemplateAttributeBo ruleTemplateAttribute)
Equivalent to
WorkflowRuleAttributeMediator.getRoutingDataRows(java.util.Map, org.kuali.rice.kew.rule.bo.RuleTemplateAttributeBo) but takes
a RuleTemplateAttributeBo instead of a RuleTemplateAttribute. |
WorkflowRuleAttributeRows |
WorkflowRuleAttributeMediatorImpl.getRuleRows(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,
RuleTemplateAttributeBo ruleTemplateAttribute) |
WorkflowRuleAttributeRows |
WorkflowRuleAttributeMediator.getRuleRows(Map<String,String> parameters,
RuleTemplateAttributeBo ruleTemplateAttribute)
Equivalent to
WorkflowRuleAttributeMediator.getRuleRows(java.util.Map, org.kuali.rice.kew.rule.bo.RuleTemplateAttributeBo) but takes
a RuleTemplateAttributeBo instead of a RuleTemplateAttribute. |
WorkflowRuleAttributeRows |
WorkflowRuleAttributeMediatorImpl.getSearchRows(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,
boolean required) |
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 RuleTemplateAttribute.isRequired(). |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.