Package com.groiss.wf
Interface ProcessInstance
- All Superinterfaces:
ActivityInstance
,Serializable
The process instance represents an instance of a process definition.
This interface contains only getters, use the WfEngine interface
to manipulate this object.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.groiss.wf.ActivityInstance
ActivityInstance.LastAction
-
Field Summary
Fields inherited from interface com.groiss.wf.ActivityInstance
ABORTED, ACTIVE, ALL, ANDJOIN, BATCH, BEGIN, BRANCH, CHOICE, CHOICE_BRANCH, COMPENSATED, COMPENSATING, ELSIF, END, END_BRANCH, END_COMPENSATION, END_SCOPE, ENDFOR, ERROR, EXIT_WHEN, FINISHED, GOTO, IF, LOOP, ORIGIN_AUGMENTATION, ORIGIN_DIRECT, ORIGIN_SUBSTITUTION, ORIGIN_UNKNOWN, ORJOIN, PAR, PARFOR, PROCESS, SCOPE, STARTED, SUSPENDED, SYSTEM_INTERN, SYSTEM_TASK, SYSTEM_WAIT, TASK, WAIT, WAITING, WHILE, WS_INVOKE, WS_RECEIVE, WS_REPLY
-
Method Summary
Modifier and TypeMethodDescriptionReturns the folder holding all the DMSObjects assigned to this process instanceint
Return the priority of the process instance.Return the subject of the process instance.Methods inherited from interface com.groiss.wf.ActivityInstance
getAgent, getApplication, getDescription, getDuedate, getFinished, getId, getLastAction, getOid, getOrgUnit, getOrigin, getParent, getProcessDefinition, getProcessInstance, getStarted, getStatus, getStepAgent, getStepLabel, getStepName, getTaken, getTask, getType, getUserFolder, isInGoBack, isInReactivate, listSystemNotes
-
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
-