Uses of Interface
io.zeebe.engine.processing.bpmn.BpmnElementContainerProcessor
-
Packages that use BpmnElementContainerProcessor Package Description io.zeebe.engine.processing.bpmn io.zeebe.engine.processing.bpmn.behavior io.zeebe.engine.processing.bpmn.container -
-
Uses of BpmnElementContainerProcessor in io.zeebe.engine.processing.bpmn
Methods in io.zeebe.engine.processing.bpmn that return BpmnElementContainerProcessor Modifier and Type Method Description <T extends ExecutableFlowElement>
BpmnElementContainerProcessor<T>BpmnElementProcessors. getContainerProcessor(BpmnElementType bpmnElementType) -
Uses of BpmnElementContainerProcessor in io.zeebe.engine.processing.bpmn.behavior
Constructor parameters in io.zeebe.engine.processing.bpmn.behavior with type arguments of type BpmnElementContainerProcessor Constructor Description BpmnBehaviorsImpl(ExpressionProcessor expressionBehavior, TypedStreamWriter streamWriter, TypedResponseWriter responseWriter, SideEffects sideEffects, ZeebeState zeebeState, CatchEventBehavior catchEventBehavior, Function<BpmnElementType,BpmnElementContainerProcessor<ExecutableFlowElement>> processorLookup)BpmnStateTransitionBehavior(TypedStreamWriter streamWriter, KeyGenerator keyGenerator, BpmnStateBehavior stateBehavior, WorkflowEngineMetrics metrics, WorkflowInstanceStateTransitionGuard stateTransitionGuard, Function<BpmnElementType,BpmnElementContainerProcessor<ExecutableFlowElement>> processorLookUp) -
Uses of BpmnElementContainerProcessor in io.zeebe.engine.processing.bpmn.container
Classes in io.zeebe.engine.processing.bpmn.container that implement BpmnElementContainerProcessor Modifier and Type Class Description classCallActivityProcessorclassMultiInstanceBodyProcessorclassProcessProcessorclassSubProcessProcessor
-