Class WorkflowProperty

java.lang.Object
org.kuali.rice.krad.datadictionary.WorkflowProperty
All Implemented Interfaces:
Serializable

public class WorkflowProperty extends Object implements 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 Details

    • path

      protected String path
  • Constructor Details

    • WorkflowProperty

      public WorkflowProperty()
      Default constructor, sets path to null
  • Method Details

    • getPath

      public String getPath()
      Returns the path to the property that is serializable, relative to the WorkflowPropertyGroup that contains this object
      Returns:
      path
    • setPath

      public void setPath(String path)
      Sets the path to the property that is serializable, relative to the WorkflowPropertyGroup that contains this object
      Parameters:
      path -