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:
  • Field Details

  • Constructor Details

    • WorkflowProperties

      public WorkflowProperties()
  • Method Details

    • 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.