Class WorkflowProperties
java.lang.Object
org.kuali.rice.krad.datadictionary.WorkflowProperties
- All Implemented Interfaces:
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of workflow property groups, which are used to determine which properties should be serialized when generating routing XMLvoidsetWorkflowPropertyGroups(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.
-
Field Details
-
workflowPropertyGroups
-
-
Constructor Details
-
WorkflowProperties
public WorkflowProperties()
-
-
Method Details
-
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
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.
-