org.kuali.rice.kew.rule
Class MockWorkflowAttribute

java.lang.Object
  extended by org.kuali.rice.kew.rule.MockWorkflowAttribute
All Implemented Interfaces:
Serializable, WorkflowRuleAttribute

public class MockWorkflowAttribute
extends Object
implements WorkflowRuleAttribute

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
MockWorkflowAttribute()
           
MockWorkflowAttribute(String value)
           
 
Method Summary
 String getDocContent()
           
 String getIdFieldName()
           
 String getLockFieldName()
           
 List getRoutingDataRows()
           
 List getRuleExtensionValues()
           
 List getRuleRows()
           
 String getValue()
           
 boolean isMatch(DocumentContent docContent, List ruleExtensions)
           
 boolean isRequired()
           
 List parseDocContent(String docContent)
           
 void setRequired(boolean required)
           
 void setValue(String value)
           
 List<RemotableAttributeError> validateRoutingData(Map paramMap)
           
 List<RemotableAttributeError> validateRuleData(Map paramMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockWorkflowAttribute

public MockWorkflowAttribute()

MockWorkflowAttribute

public MockWorkflowAttribute(String value)
Method Detail

getDocContent

public String getDocContent()
Specified by:
getDocContent in interface WorkflowRuleAttribute

parseDocContent

public List parseDocContent(String docContent)

getIdFieldName

public String getIdFieldName()

getLockFieldName

public String getLockFieldName()

getRoutingDataRows

public List getRoutingDataRows()
Specified by:
getRoutingDataRows in interface WorkflowRuleAttribute

getRuleExtensionValues

public List getRuleExtensionValues()
Specified by:
getRuleExtensionValues in interface WorkflowRuleAttribute

getRuleRows

public List getRuleRows()
Specified by:
getRuleRows in interface WorkflowRuleAttribute

isMatch

public boolean isMatch(DocumentContent docContent,
                       List ruleExtensions)
Specified by:
isMatch in interface WorkflowRuleAttribute

isRequired

public boolean isRequired()
Specified by:
isRequired in interface WorkflowRuleAttribute

setRequired

public void setRequired(boolean required)
Specified by:
setRequired in interface WorkflowRuleAttribute

validateRoutingData

public List<RemotableAttributeError> validateRoutingData(Map paramMap)
Specified by:
validateRoutingData in interface WorkflowRuleAttribute

validateRuleData

public List<RemotableAttributeError> validateRuleData(Map paramMap)
Specified by:
validateRuleData in interface WorkflowRuleAttribute

getValue

public String getValue()

setValue

public void setValue(String value)


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