Class WorkflowProperty
java.lang.Object
org.kuali.rice.krad.datadictionary.WorkflowProperty
- All Implemented Interfaces:
Serializable
This class represents an serializable property when generating workflow routing XML. The path contained within this
object
is relative to the basePath in the
WorkflowPropertyGroup that contains this object. The semantics of the
path are determined
by the PropertySerializabilityEvaluator that evaluates whether a property is serializable.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPath()Returns the path to the property that is serializable, relative to theWorkflowPropertyGroupthat contains this objectvoidSets the path to the property that is serializable, relative to theWorkflowPropertyGroupthat contains this object
-
Field Details
-
path
-
-
Constructor Details
-
WorkflowProperty
public WorkflowProperty()Default constructor, sets path to null
-
-
Method Details
-
getPath
Returns the path to the property that is serializable, relative to theWorkflowPropertyGroupthat contains this object- Returns:
- path
-
setPath
Sets the path to the property that is serializable, relative to theWorkflowPropertyGroupthat contains this object- Parameters:
path-
-