Package org.camunda.bpm.engine.runtime
Interface ProcessElementInstance
- 
- All Known Subinterfaces:
- ActivityInstance,- TransitionInstance
 - All Known Implementing Classes:
- ActivityInstanceImpl,- ProcessElementInstanceImpl,- TransitionInstanceImpl
 
 public interface ProcessElementInstanceA ProcessElementInstance is an instance of a process construct such as an Activity (see ActivityInstance) or a transition (seeTransitionInstance).- Author:
- Daniel Meyer
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()The id of the process element instancejava.lang.StringgetParentActivityInstanceId()The id of the parent activity instance.java.lang.StringgetProcessDefinitionId()the process definition idjava.lang.StringgetProcessInstanceId()the id of the process instance this process element is part of
 
- 
- 
- 
Method Detail- 
getIdjava.lang.String getId() The id of the process element instance
 - 
getParentActivityInstanceIdjava.lang.String getParentActivityInstanceId() The id of the parent activity instance.
 - 
getProcessDefinitionIdjava.lang.String getProcessDefinitionId() the process definition id
 - 
getProcessInstanceIdjava.lang.String getProcessInstanceId() the id of the process instance this process element is part of
 
- 
 
-