Class ProcessElementInstanceImpl
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.ProcessElementInstanceImpl
- All Implemented Interfaces:
ProcessElementInstance
- Direct Known Subclasses:
ActivityInstanceImpl
,TransitionInstanceImpl
- Author:
- Daniel Meyer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
The id of the process element instanceThe id of the parent activity instance.the process definition idthe id of the process instance this process element is part ofvoid
void
setParentActivityInstanceId
(String parentActivityInstanceId) void
setProcessDefinitionId
(String processDefinitionId) void
setProcessInstanceId
(String processInstanceId) toString()
-
Field Details
-
NO_IDS
-
id
-
parentActivityInstanceId
-
processInstanceId
-
processDefinitionId
-
-
Constructor Details
-
ProcessElementInstanceImpl
public ProcessElementInstanceImpl()
-
-
Method Details
-
getId
Description copied from interface:ProcessElementInstance
The id of the process element instance- Specified by:
getId
in interfaceProcessElementInstance
-
setId
-
getParentActivityInstanceId
Description copied from interface:ProcessElementInstance
The id of the parent activity instance.- Specified by:
getParentActivityInstanceId
in interfaceProcessElementInstance
-
setParentActivityInstanceId
-
getProcessInstanceId
Description copied from interface:ProcessElementInstance
the id of the process instance this process element is part of- Specified by:
getProcessInstanceId
in interfaceProcessElementInstance
-
setProcessInstanceId
-
getProcessDefinitionId
Description copied from interface:ProcessElementInstance
the process definition id- Specified by:
getProcessDefinitionId
in interfaceProcessElementInstance
-
setProcessDefinitionId
-
toString
-