Uses of Class
io.camunda.zeebe.engine.state.instance.ElementInstance
Packages that use ElementInstance
Package
Description
-
Uses of ElementInstance in io.camunda.zeebe.engine.processing.bpmn.behavior
Methods in io.camunda.zeebe.engine.processing.bpmn.behavior that return ElementInstanceModifier and TypeMethodDescriptionBpmnStateBehavior.getElementInstance
(long elementInstanceKey) BpmnStateBehavior.getElementInstance
(BpmnElementContext context) BpmnStateBehavior.getFlowScopeInstance
(BpmnElementContext context) Methods in io.camunda.zeebe.engine.processing.bpmn.behavior that return types with arguments of type ElementInstanceModifier and TypeMethodDescriptionBpmnStateBehavior.getCalledChildInstance
(BpmnElementContext context) Methods in io.camunda.zeebe.engine.processing.bpmn.behavior with parameters of type ElementInstanceModifier and TypeMethodDescriptionvoid
BpmnJobBehavior.cancelJob
(ElementInstance elementInstance) boolean
BpmnStateBehavior.isInterruptedByTerminateEndEvent
(BpmnElementContext flowScopeContext, ElementInstance flowScopeInstance) -
Uses of ElementInstance in io.camunda.zeebe.engine.processing.common
Methods in io.camunda.zeebe.engine.processing.common with parameters of type ElementInstanceModifier and TypeMethodDescriptionboolean
EventHandle.canTriggerElement
(ElementInstance eventScopeInstance, org.agrona.DirectBuffer elementId) -
Uses of ElementInstance in io.camunda.zeebe.engine.processing.processinstance
Methods in io.camunda.zeebe.engine.processing.processinstance that return ElementInstanceMethods in io.camunda.zeebe.engine.processing.processinstance with parameters of type ElementInstanceModifier and TypeMethodDescriptionvoid
ProcessInstanceModificationProcessor.executeVariableInstruction
(String elementId, Long scopeKey, ElementInstance processInstance, DeployedProcess process, ProcessInstanceModificationRecordValue.ProcessInstanceModificationActivateInstructionValue activate) void
ProcessInstanceCommandContext.setElementInstance
(ElementInstance elementInstance) -
Uses of ElementInstance in io.camunda.zeebe.engine.state.analyzers
Methods in io.camunda.zeebe.engine.state.analyzers that return ElementInstanceMethods in io.camunda.zeebe.engine.state.analyzers with parameters of type ElementInstanceModifier and TypeMethodDescriptionCatchEventAnalyzer.findErrorCatchEvent
(org.agrona.DirectBuffer errorCode, ElementInstance instance, Optional<org.agrona.DirectBuffer> jobErrorMessage) CatchEventAnalyzer.findEscalationCatchEvent
(org.agrona.DirectBuffer escalationCode, ElementInstance instance) -
Uses of ElementInstance in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return ElementInstanceMethods in io.camunda.zeebe.engine.state.immutable that return types with arguments of type ElementInstanceMethod parameters in io.camunda.zeebe.engine.state.immutable with type arguments of type ElementInstanceModifier and TypeMethodDescriptionvoid
ElementInstanceState.forEachChild
(long parentKey, long startAtKey, BiFunction<Long, ElementInstance, Boolean> visitor) Applies the provided visitor to each child element of the given parent. -
Uses of ElementInstance in io.camunda.zeebe.engine.state.instance
Methods in io.camunda.zeebe.engine.state.instance that return ElementInstanceModifier and TypeMethodDescriptionDbElementInstanceState.getInstance
(long key) DbElementInstanceState.newInstance
(long key, ProcessInstanceRecord value, ProcessInstanceIntent state) DbElementInstanceState.newInstance
(ElementInstance parent, long key, ProcessInstanceRecord value, ProcessInstanceIntent state) Methods in io.camunda.zeebe.engine.state.instance that return types with arguments of type ElementInstanceMethods in io.camunda.zeebe.engine.state.instance with parameters of type ElementInstanceModifier and TypeMethodDescriptionvoid
DbElementInstanceState.createInstance
(ElementInstance instance) DbElementInstanceState.newInstance
(ElementInstance parent, long key, ProcessInstanceRecord value, ProcessInstanceIntent state) void
DbElementInstanceState.updateInstance
(ElementInstance scopeInstance) Method parameters in io.camunda.zeebe.engine.state.instance with type arguments of type ElementInstanceModifier and TypeMethodDescriptionvoid
DbElementInstanceState.forEachChild
(long parentKey, long startAtKey, BiFunction<Long, ElementInstance, Boolean> visitor) void
DbElementInstanceState.updateInstance
(long key, Consumer<ElementInstance> modifier) Constructors in io.camunda.zeebe.engine.state.instance with parameters of type ElementInstanceModifierConstructorDescriptionElementInstance
(long key, ElementInstance parent, ProcessInstanceIntent state, ProcessInstanceRecord value) -
Uses of ElementInstance in io.camunda.zeebe.engine.state.mutable
Methods in io.camunda.zeebe.engine.state.mutable that return ElementInstanceModifier and TypeMethodDescriptionMutableElementInstanceState.newInstance
(long key, ProcessInstanceRecord value, ProcessInstanceIntent state) MutableElementInstanceState.newInstance
(ElementInstance parent, long key, ProcessInstanceRecord value, ProcessInstanceIntent state) Methods in io.camunda.zeebe.engine.state.mutable with parameters of type ElementInstanceModifier and TypeMethodDescriptionvoid
MutableElementInstanceState.createInstance
(ElementInstance instance) MutableElementInstanceState.newInstance
(ElementInstance parent, long key, ProcessInstanceRecord value, ProcessInstanceIntent state) void
MutableElementInstanceState.updateInstance
(ElementInstance scopeInstance) Method parameters in io.camunda.zeebe.engine.state.mutable with type arguments of type ElementInstanceModifier and TypeMethodDescriptionvoid
MutableElementInstanceState.updateInstance
(long key, Consumer<ElementInstance> modifier)