edu.sampleu.travel.workflow
Class DestinationRuleAttribute

java.lang.Object
  extended by org.kuali.rice.kew.rule.AbstractWorkflowAttribute
      extended by org.kuali.rice.kew.rule.GenericWorkflowAttribute
          extended by edu.sampleu.travel.workflow.DestinationRuleAttribute
All Implemented Interfaces:
Serializable, org.kuali.rice.kew.rule.WorkflowAttribute

public class DestinationRuleAttribute
extends org.kuali.rice.kew.rule.GenericWorkflowAttribute

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kew.rule.GenericWorkflowAttribute
attributeName, content, log
 
Fields inherited from class org.kuali.rice.kew.rule.AbstractWorkflowAttribute
required
 
Constructor Summary
DestinationRuleAttribute()
           
DestinationRuleAttribute(String destination)
           
 
Method Summary
 Map<String,String> getProperties()
           
 List<org.kuali.rice.kns.web.ui.Row> getRoutingDataRows()
           
 List<org.kuali.rice.kns.web.ui.Row> getRuleRows()
           
 void setDestination(String destination)
           
 List validateRoutingData(Map paramMap)
           
 List validateRuleData(Map paramMap)
           
 
Methods inherited from class org.kuali.rice.kew.rule.GenericWorkflowAttribute
getDocContent, getRuleExtensionValues, isMatch, isMatch, isMatch
 
Methods inherited from class org.kuali.rice.kew.rule.AbstractWorkflowAttribute
getIdFieldName, getLockFieldName, isRequired, setRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestinationRuleAttribute

public DestinationRuleAttribute()

DestinationRuleAttribute

public DestinationRuleAttribute(String destination)
Method Detail

getRuleRows

public List<org.kuali.rice.kns.web.ui.Row> getRuleRows()
Specified by:
getRuleRows in interface org.kuali.rice.kew.rule.WorkflowAttribute
Overrides:
getRuleRows in class org.kuali.rice.kew.rule.AbstractWorkflowAttribute

getRoutingDataRows

public List<org.kuali.rice.kns.web.ui.Row> getRoutingDataRows()
Specified by:
getRoutingDataRows in interface org.kuali.rice.kew.rule.WorkflowAttribute
Overrides:
getRoutingDataRows in class org.kuali.rice.kew.rule.AbstractWorkflowAttribute

setDestination

public void setDestination(String destination)

getProperties

public Map<String,String> getProperties()
Specified by:
getProperties in class org.kuali.rice.kew.rule.GenericWorkflowAttribute

validateRoutingData

public List validateRoutingData(Map paramMap)
Specified by:
validateRoutingData in interface org.kuali.rice.kew.rule.WorkflowAttribute
Overrides:
validateRoutingData in class org.kuali.rice.kew.rule.GenericWorkflowAttribute

validateRuleData

public List validateRuleData(Map paramMap)
Specified by:
validateRuleData in interface org.kuali.rice.kew.rule.WorkflowAttribute
Overrides:
validateRuleData in class org.kuali.rice.kew.rule.GenericWorkflowAttribute


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.