public class WorkflowProperties extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected List<WorkflowPropertyGroup> |
workflowPropertyGroups |
Constructor and Description |
---|
WorkflowProperties() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected List<WorkflowPropertyGroup> workflowPropertyGroups
public WorkflowProperties()
public List<WorkflowPropertyGroup> getWorkflowPropertyGroups()
WorkflowPropertyGroup
objects, in the order in which they were addedpublic void setWorkflowPropertyGroups(List<WorkflowPropertyGroup> workflowPropertyGroups)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.