org.kuali.rice.kns.datadictionary
Class WorkflowProperties
java.lang.Object
   org.kuali.rice.kns.datadictionary.WorkflowProperties
org.kuali.rice.kns.datadictionary.WorkflowProperties
- public class WorkflowProperties 
- extends Object
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 | 
 
workflowPropertyGroups
protected List<WorkflowPropertyGroup> workflowPropertyGroups
WorkflowProperties
public WorkflowProperties()
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 WorkflowPropertyGroupobjects, 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 © 2007-2011 The Kuali Foundation. All Rights Reserved.