Class WorkflowPropertyGroup

java.lang.Object
org.kuali.rice.krad.datadictionary.WorkflowPropertyGroup
All Implemented Interfaces:
Serializable

public class WorkflowPropertyGroup extends Object implements Serializable
Allows for grouping of related WorkflowProperty objects

This element is used to define a set of workflowProperty tags, which are used to specify which document properties should be serialized during the document serialization process. This element allows for all the nested workflowProperty tags to be relative to some base path. This base path itself is relative to the object being serialized during the document serialization process (which is not necessarily the document itself, but a wrapper around the document).If blank/missing, the base path will be assumed to be the property path to the document.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Field Details

  • Constructor Details

    • WorkflowPropertyGroup

      public WorkflowPropertyGroup()
  • Method Details