Uses of Class
io.zeebe.engine.processing.deployment.model.element.ExecutableFlowNode
-
Packages that use ExecutableFlowNode Package Description io.zeebe.engine.processing.bpmn.behavior io.zeebe.engine.processing.bpmn.gateway io.zeebe.engine.processing.deployment.model.element -
-
Uses of ExecutableFlowNode in io.zeebe.engine.processing.bpmn.behavior
Methods in io.zeebe.engine.processing.bpmn.behavior with type parameters of type ExecutableFlowNode Modifier and Type Method Description <T extends ExecutableFlowNode>
voidBpmnStateTransitionBehavior. takeOutgoingSequenceFlows(T element, BpmnElementContext context)Methods in io.zeebe.engine.processing.bpmn.behavior with parameters of type ExecutableFlowNode Modifier and Type Method Description Either<Failure,Void>BpmnVariableMappingBehavior. applyInputMappings(BpmnElementContext context, ExecutableFlowNode element)Apply the input mappings for a BPMN element.Either<Failure,Void>BpmnVariableMappingBehavior. applyOutputMappings(BpmnElementContext context, ExecutableFlowNode element)Apply the output mappings for a BPMN element. -
Uses of ExecutableFlowNode in io.zeebe.engine.processing.bpmn.gateway
Methods in io.zeebe.engine.processing.bpmn.gateway that return types with arguments of type ExecutableFlowNode Modifier and Type Method Description Class<ExecutableFlowNode>ParallelGatewayProcessor. getType()Methods in io.zeebe.engine.processing.bpmn.gateway with parameters of type ExecutableFlowNode Modifier and Type Method Description voidParallelGatewayProcessor. onActivated(ExecutableFlowNode element, BpmnElementContext context)voidParallelGatewayProcessor. onActivating(ExecutableFlowNode element, BpmnElementContext context)voidParallelGatewayProcessor. onCompleted(ExecutableFlowNode element, BpmnElementContext context)voidParallelGatewayProcessor. onCompleting(ExecutableFlowNode element, BpmnElementContext context)voidParallelGatewayProcessor. onEventOccurred(ExecutableFlowNode element, BpmnElementContext context)voidParallelGatewayProcessor. onTerminated(ExecutableFlowNode element, BpmnElementContext context)voidParallelGatewayProcessor. onTerminating(ExecutableFlowNode element, BpmnElementContext context) -
Uses of ExecutableFlowNode in io.zeebe.engine.processing.deployment.model.element
Subclasses of ExecutableFlowNode in io.zeebe.engine.processing.deployment.model.element Modifier and Type Class Description classExecutableActivityclassExecutableBoundaryEventclassExecutableCallActivityclassExecutableCatchEventElementclassExecutableEndEventclassExecutableEventBasedGatewayclassExecutableExclusiveGatewayclassExecutableFlowElementContainerExecutableFlowElementContainer is currently used to represent processes as well (Process), which may seem counter intuitive; at the moment, the reason is that sub processes are also modelled using the same class, and sub processes need to reuse the logic for both.classExecutableMultiInstanceBodyclassExecutableReceiveTaskclassExecutableServiceTaskclassExecutableStartEventclassExecutableWorkflowExecutable* prefix in order to avoid confusion with model API classes.Methods in io.zeebe.engine.processing.deployment.model.element that return ExecutableFlowNode Modifier and Type Method Description ExecutableFlowNodeExecutableSequenceFlow. getSource()ExecutableFlowNodeExecutableSequenceFlow. getTarget()Methods in io.zeebe.engine.processing.deployment.model.element with parameters of type ExecutableFlowNode Modifier and Type Method Description voidExecutableSequenceFlow. setSource(ExecutableFlowNode source)voidExecutableSequenceFlow. setTarget(ExecutableFlowNode target)
-