public class WorkflowPropertyGroup extends Object implements Serializable
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.
| Modifier and Type | Field and Description | 
|---|---|
| protected String | basePath | 
| protected List<WorkflowProperty> | workflowProperties | 
| Constructor and Description | 
|---|
| WorkflowPropertyGroup() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBasePath()The base path of the group which all  WorkflowPropertyobjects are relative to | 
| List<WorkflowProperty> | getWorkflowProperties()The list of  WorkflowPropertyobjects | 
| void | setBasePath(String basePath)Setter for the base path | 
| void | setWorkflowProperties(List<WorkflowProperty> workflowProperties)Setter for workflow properties list | 
protected List<WorkflowProperty> workflowProperties
public WorkflowPropertyGroup()
public List<WorkflowProperty> getWorkflowProperties()
WorkflowProperty objectspublic String getBasePath()
WorkflowProperty objects are relative to
 
 The base path itself should be relative from the object being serialized, which may not necessarily be the
 document, see Document.wrapDocumentWithMetadataForXmlSerialization()
 and Document.getBasePathToDocumentDuringSerialization(). If blank/missing, the base path will be
 assumed to be the property path to the document.
 
public void setBasePath(String basePath)
basePath - - the base pathpublic void setWorkflowProperties(List<WorkflowProperty> workflowProperties)
workflowProperties - - the list of workflow propertiesCopyright © 2005–2016 The Kuali Foundation. All rights reserved.