Package com.groiss.wf

Interface ProcessInstance

All Superinterfaces:
ActivityInstance, Serializable

public interface ProcessInstance extends ActivityInstance
The process instance represents an instance of a process definition. This interface contains only getters, use the WfEngine interface to manipulate this object.
  • Method Details

    • getSubject

      String getSubject()
      Return the subject of the process instance.
      Returns:
      the subject
    • getDMSFolder

      DMSFolder getDMSFolder()
      Returns the folder holding all the DMSObjects assigned to this process instance
      Returns:
      the folder
    • getPriority

      int getPriority()
      Return the priority of the process instance.
      Returns:
      the priority