org.kuali.rice.krad.datadictionary
Class WorkflowProperties

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.WorkflowProperties
All Implemented Interfaces:
Serializable

public class WorkflowProperties
extends Object
implements Serializable

This element is used to define a set of workflowPropertyGroups, which are used to specify which document properties should be serialized during the document serialization process.

See Also:
Serialized Form

Field Summary
protected  List<WorkflowPropertyGroup> workflowPropertyGroups
           
 
Constructor Summary
WorkflowProperties()
           
 
Method Summary
 List<WorkflowPropertyGroup> getWorkflowPropertyGroups()
          Returns a list of workflow property groups, which are used to determine which properties should be serialized when generating routing XML
 void setWorkflowPropertyGroups(List<WorkflowPropertyGroup> workflowPropertyGroups)
          This element is used to define a set of workflowPropertyGroups, which are used to specify which document properties should be serialized during the document serialization process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workflowPropertyGroups

protected List<WorkflowPropertyGroup> workflowPropertyGroups
Constructor Detail

WorkflowProperties

public WorkflowProperties()
Method Detail

getWorkflowPropertyGroups

public List<WorkflowPropertyGroup> getWorkflowPropertyGroups()
Returns a list of workflow property groups, which are used to determine which properties should be serialized when generating routing XML

Returns:
a list of WorkflowPropertyGroup objects, in the order in which they were added

setWorkflowPropertyGroups

public void setWorkflowPropertyGroups(List<WorkflowPropertyGroup> workflowPropertyGroups)
This element is used to define a set of workflowPropertyGroups, which are used to specify which document properties should be serialized during the document serialization process.



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