Uses of Interface
org.camunda.bpm.engine.runtime.ProcessElementInstance
-
Packages that use ProcessElementInstance Package Description org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.impl.util org.camunda.bpm.engine.runtime Classes related to theRuntimeService. -
-
Uses of ProcessElementInstance in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement ProcessElementInstance Modifier and Type Class Description classActivityInstanceImplclassProcessElementInstanceImplclassTransitionInstanceImpl -
Uses of ProcessElementInstance in org.camunda.bpm.engine.impl.util
Method parameters in org.camunda.bpm.engine.impl.util with type arguments of type ProcessElementInstance Modifier and Type Method Description static java.lang.StringStringUtil. joinProcessElementInstanceIds(java.util.Collection<? extends ProcessElementInstance> processElementInstances) -
Uses of ProcessElementInstance in org.camunda.bpm.engine.runtime
Subinterfaces of ProcessElementInstance in org.camunda.bpm.engine.runtime Modifier and Type Interface Description interfaceActivityInstanceAn activity instance represents an instance of an activity.interfaceTransitionInstanceA transition instance represents an execution token that has just completed a transition (sequence flow in BPMN) or is about to take an outgoing transition.
-