Uses of Class
org.kuali.rice.kns.datadictionary.WorkflowPropertyGroup

Packages that use WorkflowPropertyGroup
org.kuali.rice.kns.datadictionary Datadictionary classes and entry objects. 
 

Uses of WorkflowPropertyGroup in org.kuali.rice.kns.datadictionary
 

Fields in org.kuali.rice.kns.datadictionary with type parameters of type WorkflowPropertyGroup
protected  List<WorkflowPropertyGroup> WorkflowProperties.workflowPropertyGroups
           
 

Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type WorkflowPropertyGroup
 List<WorkflowPropertyGroup> WorkflowProperties.getWorkflowPropertyGroups()
          Returns a list of workflow property groups, which are used to determine which properties should be serialized when generating routing XML
 

Method parameters in org.kuali.rice.kns.datadictionary with type arguments of type WorkflowPropertyGroup
 void WorkflowProperties.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.
 



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.