|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.persistence.entity.ProcessInstanceWithVariablesImpl
public class ProcessInstanceWithVariablesImpl
| Field Summary | |
|---|---|
protected ExecutionEntity |
executionEntity
|
protected org.camunda.bpm.engine.variable.VariableMap |
variables
|
| Constructor Summary | |
|---|---|
ProcessInstanceWithVariablesImpl(ExecutionEntity executionEntity,
org.camunda.bpm.engine.variable.VariableMap variables)
|
|
| Method Summary | |
|---|---|
String |
getBusinessKey()
The business key of this process instance. |
String |
getCaseInstanceId()
The id of the case instance associated with this process instance. |
ExecutionEntity |
getExecutionEntity()
|
String |
getId()
The unique identifier of the execution. |
String |
getProcessDefinitionId()
The id of the process definition of the process instance. |
String |
getProcessInstanceId()
Id of the root of the execution tree representing the process instance. |
String |
getTenantId()
The id of the tenant this execution belongs to. |
org.camunda.bpm.engine.variable.VariableMap |
getVariables()
Returns the latest variables of the process instance. |
boolean |
isEnded()
Indicates if the execution is ended. |
boolean |
isSuspended()
returns true if the process instance is suspended |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final ExecutionEntity executionEntity
protected final org.camunda.bpm.engine.variable.VariableMap variables
| Constructor Detail |
|---|
public ProcessInstanceWithVariablesImpl(ExecutionEntity executionEntity,
org.camunda.bpm.engine.variable.VariableMap variables)
| Method Detail |
|---|
public ExecutionEntity getExecutionEntity()
public org.camunda.bpm.engine.variable.VariableMap getVariables()
ProcessInstanceWithVariables
getVariables in interface ProcessInstanceWithVariablespublic String getProcessDefinitionId()
ProcessInstance
getProcessDefinitionId in interface ProcessInstancepublic String getBusinessKey()
ProcessInstance
getBusinessKey in interface ProcessInstancepublic String getCaseInstanceId()
ProcessInstance
getCaseInstanceId in interface ProcessInstancepublic boolean isSuspended()
ProcessInstance
isSuspended in interface ExecutionisSuspended in interface ProcessInstancepublic String getId()
Execution
getId in interface Executionpublic boolean isEnded()
Execution
isEnded in interface Executionpublic String getProcessInstanceId()
ExecutionExecution.getId() if this execution is the process instance.
getProcessInstanceId in interface Executionpublic String getTenantId()
Executionnull
if the execution belongs to no single tenant.
getTenantId in interface Execution
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||