Uses of Interface
io.camunda.zeebe.engine.state.mutable.MutableElementInstanceState
Packages that use MutableElementInstanceState
Package
Description
-
Uses of MutableElementInstanceState in io.camunda.zeebe.engine.processing.processinstance
Methods in io.camunda.zeebe.engine.processing.processinstance that return MutableElementInstanceStateConstructors in io.camunda.zeebe.engine.processing.processinstance with parameters of type MutableElementInstanceStateModifierConstructorDescriptionCreateProcessInstanceWithResultProcessor(CreateProcessInstanceProcessor createProcessor, MutableElementInstanceState elementInstanceState) ProcessInstanceCommandContext(MutableElementInstanceState elementInstanceState) ProcessInstanceCommandProcessor(MutableElementInstanceState elementInstanceState) -
Uses of MutableElementInstanceState in io.camunda.zeebe.engine.state
Methods in io.camunda.zeebe.engine.state that return MutableElementInstanceState -
Uses of MutableElementInstanceState in io.camunda.zeebe.engine.state.appliers
Constructors in io.camunda.zeebe.engine.state.appliers with parameters of type MutableElementInstanceStateModifierConstructorDescriptionEventSubProcessInterruptionMarker(ProcessState processState, MutableElementInstanceState elementInstanceState) -
Uses of MutableElementInstanceState in io.camunda.zeebe.engine.state.instance
Classes in io.camunda.zeebe.engine.state.instance that implement MutableElementInstanceState -
Uses of MutableElementInstanceState in io.camunda.zeebe.engine.state.migration
Methods in io.camunda.zeebe.engine.state.migration with parameters of type MutableElementInstanceStateModifier and TypeMethodDescriptionvoidDbMigrationState.migrateTemporaryVariables(MutableEventScopeInstanceState eventScopeInstanceState, MutableElementInstanceState elementInstanceState) -
Uses of MutableElementInstanceState in io.camunda.zeebe.engine.state.mutable
Methods in io.camunda.zeebe.engine.state.mutable that return MutableElementInstanceStateMethods in io.camunda.zeebe.engine.state.mutable with parameters of type MutableElementInstanceStateModifier and TypeMethodDescriptionvoidMutableMigrationState.migrateTemporaryVariables(MutableEventScopeInstanceState eventScopeInstanceState, MutableElementInstanceState elementInstanceState)