org.kuali.rice.kew.routemanager
Class ExplodingRuleAttribute
java.lang.Object
   org.kuali.rice.kew.routemanager.ExplodingRuleAttribute
org.kuali.rice.kew.routemanager.ExplodingRuleAttribute
- All Implemented Interfaces: 
- Serializable, WorkflowRuleAttribute
- public class ExplodingRuleAttribute 
- extends Object- implements WorkflowRuleAttribute
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
dontExplode
public static boolean dontExplode
ExplodingRuleAttribute
public ExplodingRuleAttribute()
isMatch
public boolean isMatch(DocumentContent docContent,
                       List ruleExtensions)
- 
- Specified by:
- isMatchin interface- WorkflowRuleAttribute
 
- 
 
getRuleRows
public List getRuleRows()
- 
- Specified by:
- getRuleRowsin interface- WorkflowRuleAttribute
 
- 
 
getRoutingDataRows
public List getRoutingDataRows()
- 
- Specified by:
- getRoutingDataRowsin interface- WorkflowRuleAttribute
 
- 
 
getDocContent
public String getDocContent()
- 
- Specified by:
- getDocContentin interface- WorkflowRuleAttribute
 
- 
 
getRuleExtensionValues
public List getRuleExtensionValues()
- 
- Specified by:
- getRuleExtensionValuesin interface- WorkflowRuleAttribute
 
- 
 
validateRoutingData
public List<RemotableAttributeError> validateRoutingData(Map paramMap)
- 
- Specified by:
- validateRoutingDatain interface- WorkflowRuleAttribute
 
- 
 
validateRuleData
public List<RemotableAttributeError> validateRuleData(Map paramMap)
- 
- Specified by:
- validateRuleDatain interface- WorkflowRuleAttribute
 
- 
 
setRequired
public void setRequired(boolean required)
- 
- Specified by:
- setRequiredin interface- WorkflowRuleAttribute
 
- 
 
isRequired
public boolean isRequired()
- 
- Specified by:
- isRequiredin interface- WorkflowRuleAttribute
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.