com.groiss.wf
Interface ProcessInstance

All Superinterfaces:
ActivityInstance

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.


Field Summary
 
Fields inherited from interface com.groiss.wf.ActivityInstance
ABORTED, ACTIVE, 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_DIRECT, ORIGIN_SUBSTITUTION, ORIGIN_UNKNOWN, ORJOIN, PAR, PARFOR, PROCESS, SCOPE, STARTED, SUSPENDED, SYSTEM_INTERN, SYSTEM_TASK, SYSTEM_WAIT, TASK, WAITING, WHILE, WS_INVOKE, WS_RECEIVE, WS_REPLY
 
Method Summary
 DMSFolder getDMSFolder()
          Returns the folder holding all the DMSObjects assigned to this process instance
 int getPriority()
          Return the priority of the process instance.
 java.lang.String getSubject()
          Return the subject of the process instance.
 
Methods inherited from interface com.groiss.wf.ActivityInstance
getAgent, getApplication, getDescription, getDuedate, getFinished, getId, getOid, getOrgUnit, getOrigin, getParent, getProcessDefinition, getProcessInstance, getStarted, getStatus, getStepAgent, getStepName, getTaken, getTask, getType, isCheckedOut, isInGoBack, isInReactivate
 

Method Detail

getSubject

java.lang.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


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.