Uses of Interface
io.camunda.zeebe.engine.state.immutable.ElementInstanceState
Packages that use ElementInstanceState
Package
Description
-
Uses of ElementInstanceState in io.camunda.zeebe.engine.processing.common
Methods in io.camunda.zeebe.engine.processing.common with parameters of type ElementInstanceStateModifier and TypeMethodDescriptionElementTreePathBuilder.withElementInstanceState(ElementInstanceState elementInstanceState) Constructors in io.camunda.zeebe.engine.processing.common with parameters of type ElementInstanceStateModifierConstructorDescriptionElementActivationBehavior(KeyGenerator keyGenerator, Writers writers, CatchEventBehavior catchEventBehavior, ElementInstanceState elementInstanceState) -
Uses of ElementInstanceState in io.camunda.zeebe.engine.processing.processinstance
Methods in io.camunda.zeebe.engine.processing.processinstance with parameters of type ElementInstanceStateModifier and TypeMethodDescriptionstatic voidProcessInstanceMigrationPreconditions.requireUnchangedFlowScope(ElementInstanceState elementInstanceState, ProcessInstanceRecord elementInstanceRecord, DeployedProcess targetProcessDefinition, String targetElementId) Checks whether the given element instance has the same flow scope id as the target element.Constructors in io.camunda.zeebe.engine.processing.processinstance with parameters of type ElementInstanceStateModifierConstructorDescriptionProcessInstanceBatchActivateProcessor(Writers writers, KeyGenerator keyGenerator, ElementInstanceState elementInstanceState, ProcessState processState) ProcessInstanceBatchTerminateProcessor(Writers writers, KeyGenerator keyGenerator, ElementInstanceState elementInstanceState) ProcessInstanceModificationModifyProcessor(Writers writers, ElementInstanceState elementInstanceState, ProcessState processState, BpmnBehaviors bpmnBehaviors) -
Uses of ElementInstanceState in io.camunda.zeebe.engine.processing.variable
Constructors in io.camunda.zeebe.engine.processing.variable with parameters of type ElementInstanceStateModifierConstructorDescriptionVariableDocumentUpdateProcessor(ElementInstanceState elementInstanceState, KeyGenerator keyGenerator, VariableBehavior variableBehavior, Writers writers) -
Uses of ElementInstanceState in io.camunda.zeebe.engine.state.analyzers
Constructors in io.camunda.zeebe.engine.state.analyzers with parameters of type ElementInstanceStateModifierConstructorDescriptionCatchEventAnalyzer(ProcessState processState, ElementInstanceState elementInstanceState) -
Uses of ElementInstanceState in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return ElementInstanceState -
Uses of ElementInstanceState in io.camunda.zeebe.engine.state.instance
Classes in io.camunda.zeebe.engine.state.instance that implement ElementInstanceState -
Uses of ElementInstanceState in io.camunda.zeebe.engine.state.mutable
Subinterfaces of ElementInstanceState in io.camunda.zeebe.engine.state.mutable