org.kuali.rice.krad.datadictionary
Class WorkflowProperties
java.lang.Object
  
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
 
 
 
 
| 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 
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.