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 TypeMethodDescriptionvoidBpmnJobBehavior.cancelJob(ElementInstance elementInstance) booleanBpmnStateBehavior.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 TypeMethodDescriptionbooleanEventHandle.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 TypeMethodDescriptionvoidProcessInstanceModificationProcessor.executeVariableInstruction(String elementId, Long scopeKey, ElementInstance processInstance, DeployedProcess process, ProcessInstanceModificationRecordValue.ProcessInstanceModificationActivateInstructionValue activate) voidProcessInstanceCommandContext.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 ElementInstance -
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 TypeMethodDescriptionvoidDbElementInstanceState.createInstance(ElementInstance instance) DbElementInstanceState.newInstance(ElementInstance parent, long key, ProcessInstanceRecord value, ProcessInstanceIntent state) voidDbElementInstanceState.updateInstance(ElementInstance scopeInstance) Method parameters in io.camunda.zeebe.engine.state.instance with type arguments of type ElementInstanceModifier and TypeMethodDescriptionvoidDbElementInstanceState.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 TypeMethodDescriptionvoidMutableElementInstanceState.createInstance(ElementInstance instance) MutableElementInstanceState.newInstance(ElementInstance parent, long key, ProcessInstanceRecord value, ProcessInstanceIntent state) voidMutableElementInstanceState.updateInstance(ElementInstance scopeInstance) Method parameters in io.camunda.zeebe.engine.state.mutable with type arguments of type ElementInstanceModifier and TypeMethodDescriptionvoidMutableElementInstanceState.updateInstance(long key, Consumer<ElementInstance> modifier)