public class WorkflowPropertyGroup extends Object implements Serializable
WorkflowProperty
objects. It defines a base path to which all WorkflowProperty
are
relative. See getBasePath()
for a explanation of the meaning of the base path
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 documentModifier and Type | Field and Description |
---|---|
protected String |
basePath |
protected List<WorkflowProperty> |
workflowProperties |
Constructor and Description |
---|
WorkflowPropertyGroup() |
Modifier and Type | Method and Description |
---|---|
String |
getBasePath()
Returns the base path of the group, which represents the path that all
WorkflowProperty objects are relative to. |
List<WorkflowProperty> |
getWorkflowProperties()
Returns the list of added
WorkflowProperty objects. |
void |
setBasePath(String basePath)
This element allows for all the nested workflowProperty tags to be relative
to some base path.
|
void |
setWorkflowProperties(List<WorkflowProperty> workflowProperties) |
protected List<WorkflowProperty> workflowProperties
public WorkflowPropertyGroup()
public List<WorkflowProperty> getWorkflowProperties()
WorkflowProperty
objects.WorkflowProperty
objects.public 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()
public void setBasePath(String basePath)
basePath
- see description of getBasePath()
public void setWorkflowProperties(List<WorkflowProperty> workflowProperties)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.