public class ExplodingRuleAttribute extends Object implements WorkflowRuleAttribute
Modifier and Type | Field and Description |
---|---|
static boolean |
dontExplode |
Constructor and Description |
---|
ExplodingRuleAttribute() |
Modifier and Type | Method and Description |
---|---|
String |
getDocContent() |
List |
getRoutingDataRows() |
List |
getRuleExtensionValues() |
List |
getRuleRows() |
boolean |
isMatch(DocumentContent docContent,
List ruleExtensions) |
boolean |
isRequired() |
void |
setRequired(boolean required) |
List |
validateRoutingData(Map paramMap) |
List |
validateRuleData(Map paramMap) |
public static boolean dontExplode
public ExplodingRuleAttribute()
public boolean isMatch(DocumentContent docContent, List ruleExtensions)
isMatch
in interface WorkflowRuleAttribute
public List getRuleRows()
getRuleRows
in interface WorkflowRuleAttribute
public List getRoutingDataRows()
getRoutingDataRows
in interface WorkflowRuleAttribute
public String getDocContent()
getDocContent
in interface WorkflowRuleAttribute
public List getRuleExtensionValues()
getRuleExtensionValues
in interface WorkflowRuleAttribute
public List validateRoutingData(Map paramMap)
validateRoutingData
in interface WorkflowRuleAttribute
public List validateRuleData(Map paramMap)
validateRuleData
in interface WorkflowRuleAttribute
public void setRequired(boolean required)
setRequired
in interface WorkflowRuleAttribute
public boolean isRequired()
isRequired
in interface WorkflowRuleAttribute
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.