Uses of Class
io.zeebe.engine.state.instance.ElementInstance
-
Packages that use ElementInstance Package Description io.zeebe.engine.processing.bpmn.behavior io.zeebe.engine.processing.common io.zeebe.engine.processing.workflowinstance io.zeebe.engine.state.instance -
-
Uses of ElementInstance in io.zeebe.engine.processing.bpmn.behavior
Methods in io.zeebe.engine.processing.bpmn.behavior that return ElementInstance Modifier and Type Method Description ElementInstanceBpmnStateTransitionBehavior. activateChildInstance(BpmnElementContext context, ExecutableFlowElement childElement)ElementInstanceBpmnStateBehavior. createChildElementInstance(BpmnElementContext context, long childInstanceKey, WorkflowInstanceRecord childRecord)ElementInstanceBpmnStateBehavior. createElementInstance(long childInstanceKey, WorkflowInstanceRecord childRecord)ElementInstanceBpmnStateBehavior. getElementInstance(BpmnElementContext context)ElementInstanceBpmnStateBehavior. getFlowScopeInstance(BpmnElementContext context)Methods in io.zeebe.engine.processing.bpmn.behavior that return types with arguments of type ElementInstance Modifier and Type Method Description Optional<ElementInstance>BpmnStateBehavior. getCalledChildInstance(BpmnElementContext context)Methods in io.zeebe.engine.processing.bpmn.behavior with parameters of type ElementInstance Modifier and Type Method Description voidBpmnStateBehavior. updateElementInstance(ElementInstance elementInstance)Method parameters in io.zeebe.engine.processing.bpmn.behavior with type arguments of type ElementInstance Modifier and Type Method Description voidBpmnStateBehavior. updateElementInstance(BpmnElementContext context, Consumer<ElementInstance> modifier)voidBpmnStateBehavior. updateFlowScopeInstance(BpmnElementContext context, Consumer<ElementInstance> modifier) -
Uses of ElementInstance in io.zeebe.engine.processing.common
Methods in io.zeebe.engine.processing.common with parameters of type ElementInstance Modifier and Type Method Description booleanErrorEventHandler. throwErrorEvent(org.agrona.DirectBuffer errorCode, ElementInstance instance, TypedStreamWriter streamWriter)Throw an error event.booleanEventHandle. triggerEvent(TypedStreamWriter streamWriter, ElementInstance eventScopeInstance, ExecutableFlowElement catchEvent, org.agrona.DirectBuffer variables) -
Uses of ElementInstance in io.zeebe.engine.processing.workflowinstance
Methods in io.zeebe.engine.processing.workflowinstance that return ElementInstance Modifier and Type Method Description ElementInstanceWorkflowInstanceCommandContext. getElementInstance()Methods in io.zeebe.engine.processing.workflowinstance with parameters of type ElementInstance Modifier and Type Method Description voidWorkflowInstanceCommandContext. setElementInstance(ElementInstance elementInstance) -
Uses of ElementInstance in io.zeebe.engine.state.instance
Methods in io.zeebe.engine.state.instance that return ElementInstance Modifier and Type Method Description ElementInstanceElementInstanceState. getInstance(long key)ElementInstanceElementInstanceState. newInstance(long key, WorkflowInstanceRecord value, WorkflowInstanceIntent state)ElementInstanceElementInstanceState. newInstance(ElementInstance parent, long key, WorkflowInstanceRecord value, WorkflowInstanceIntent state)Methods in io.zeebe.engine.state.instance that return types with arguments of type ElementInstance Modifier and Type Method Description List<ElementInstance>ElementInstanceState. getChildren(long parentKey)Methods in io.zeebe.engine.state.instance with parameters of type ElementInstance Modifier and Type Method Description ElementInstanceElementInstanceState. newInstance(ElementInstance parent, long key, WorkflowInstanceRecord value, WorkflowInstanceIntent state)voidElementInstanceState. updateInstance(ElementInstance scopeInstance)Constructors in io.zeebe.engine.state.instance with parameters of type ElementInstance Constructor Description ElementInstance(long key, ElementInstance parent, WorkflowInstanceIntent state, WorkflowInstanceRecord value)
-