Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.ActivityInstanceImpl
-
Packages that use ActivityInstanceImpl Package Description org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.pvm.runtime -
-
Uses of ActivityInstanceImpl in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return ActivityInstanceImpl Modifier and Type Method Description protected ActivityInstanceImplGetActivityInstanceCmd. createActivityInstance(PvmExecutionImpl scopeExecution, ScopeImpl scope, String activityInstanceId, String parentActivityInstanceId, Map<String,List<Incident>> incidentsByExecution)Method parameters in org.camunda.bpm.engine.impl.cmd with type arguments of type ActivityInstanceImpl Modifier and Type Method Description protected voidGetActivityInstanceCmd. populateChildInstances(Map<String,ActivityInstanceImpl> activityInstances, Map<String,TransitionInstanceImpl> transitionInstances) -
Uses of ActivityInstanceImpl in org.camunda.bpm.engine.impl.pvm.runtime
Method parameters in org.camunda.bpm.engine.impl.pvm.runtime with type arguments of type ActivityInstanceImpl Modifier and Type Method Description static voidLegacyBehavior. repairParentRelationships(Collection<ActivityInstanceImpl> values, String processInstanceId)This is relevant forGetActivityInstanceCmdwhere in case of legacy multi-instance execution trees, the default algorithm omits multi-instance activity instances.
-