public interface ProcessInstanceDesc
Modifier and Type | Method and Description |
---|---|
List<UserTaskInstanceDesc> |
getActiveTasks()
Returns the process instance description active tasks.
|
String |
getCorrelationKey()
Returns the process instance description correlation key.
|
Date |
getDataTimeStamp()
Returns the process instance description timestamp.
|
String |
getDeploymentId()
Returns the process instance description deployment id.
|
Long |
getId()
Returns the process instance description id.
|
String |
getInitiator()
Returns the process instance description initiator.
|
Long |
getParentId()
Returns the process instance description parent id.
|
String |
getProcessId()
Returns the process instance description process id.
|
String |
getProcessInstanceDescription()
Returns the process instance description.
|
String |
getProcessName()
Returns the process instance description process name.
|
String |
getProcessVersion()
Returns the process instance description process version.
|
Integer |
getSlaCompliance()
Returns the process instance description SLA compliance.
|
Date |
getSlaDueDate()
Returns the process instance description SLA due date.
|
Integer |
getState()
Returns the process instance description state.
|
String getProcessId()
Long getId()
String getProcessName()
Integer getState()
String getDeploymentId()
Date getDataTimeStamp()
String getProcessVersion()
String getInitiator()
String getProcessInstanceDescription()
String getCorrelationKey()
Long getParentId()
Date getSlaDueDate()
Integer getSlaCompliance()
List<UserTaskInstanceDesc> getActiveTasks()
UserTaskInstanceDesc
active tasksCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.