|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProcessInstanceRow
A ProcessInstanceRow object contains a row of data pertaining to a particular process instance.
| Field Summary | |
|---|---|
static short |
STATUS_COMPLETED
The process instance has completed. |
static short |
STATUS_COMPLETING
Indicates that the process instance is about to complete |
static short |
STATUS_INITIATED
The process instance has been initiated. |
static short |
STATUS_RUNNING
The process instance is currently running. |
static short |
STATUS_SUSPENDED
The process instance has been suspended. |
static short |
STATUS_SUSPENDING
The process instance is about to be suspended. |
static short |
STATUS_TERMINATED
The process instance was terminated before all operations in the process were completed. |
static short |
STATUS_TERMINATING
The process instance is about to be terminated. |
static short |
STATUS_UNSUSPENDING
The process instance is about to be unsuspended. |
| Method Summary | |
|---|---|
String |
getDescription()
Retrieves the process description. |
String |
getInitiator()
Retrieves the name of the person that initiated the process. |
String |
getInitiatorId()
Retrieves the identifier of the person that initiated the process. |
String |
getInvocationId()
Retrieves the long lived invocation id for this process instance, if applicable. |
Date |
getProcessCompleteTime()
Retrieves the time at which the process instance was completed. |
long |
getProcessInstanceId()
Retrieves a unique identifier for the process instance. |
short |
getProcessInstanceStatus()
Retrieves the current status for the process instance. |
String |
getProcessName()
Retrieves the name of a process. |
Date |
getProcessStartTime()
Retrieves the time at which the process instance was started. |
List |
getProcessVariables()
Retrieves a list of visible process variables. |
| Field Detail |
|---|
static final short STATUS_INITIATED
static final short STATUS_RUNNING
static final short STATUS_COMPLETED
static final short STATUS_COMPLETING
static final short STATUS_TERMINATED
static final short STATUS_TERMINATING
static final short STATUS_SUSPENDED
static final short STATUS_SUSPENDING
static final short STATUS_UNSUSPENDING
| Method Detail |
|---|
String getProcessName()
Date getProcessStartTime()
Date object containing the process instance start time.Date getProcessCompleteTime()
Date object containing the process instance complete time.short getProcessInstanceStatus()
ProcessInstanceRow.STATUS_INITIATEDProcessInstanceRow.STATUS_RUNNINGProcessInstanceRow.STATUS_COMPLETEDProcessInstanceRow.STATUS_COMPLETINGProcessInstanceRow.STATUS_TERMINATEDProcessInstanceRow.STATUS_TERMINATINGProcessInstanceRow.STATUS_SUSPENDEDProcessInstanceRow.STATUS_SUSPENDINGProcessInstanceRow.STATUS_UNSUSPENDING
long getProcessInstanceId()
String getInvocationId()
List getProcessVariables()
String getInitiator()
String getInitiatorId()
String getDescription()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||