Uses of Class
org.kuali.rice.krad.datadictionary.WorkflowPropertyGroup
Packages that use WorkflowPropertyGroup
-
Uses of WorkflowPropertyGroup in org.kuali.rice.krad.datadictionary
Fields in org.kuali.rice.krad.datadictionary with type parameters of type WorkflowPropertyGroupModifier and TypeFieldDescriptionprotected List<WorkflowPropertyGroup> WorkflowProperties.workflowPropertyGroupsMethods in org.kuali.rice.krad.datadictionary that return types with arguments of type WorkflowPropertyGroupModifier and TypeMethodDescriptionWorkflowProperties.getWorkflowPropertyGroups()Returns a list of workflow property groups, which are used to determine which properties should be serialized when generating routing XMLMethod parameters in org.kuali.rice.krad.datadictionary with type arguments of type WorkflowPropertyGroupModifier and TypeMethodDescriptionvoidWorkflowProperties.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.