Uses of Class
io.zeebe.engine.processing.deployment.model.element.ExecutableSequenceFlow
-
Packages that use ExecutableSequenceFlow Package Description io.zeebe.engine.processing.bpmn.behavior io.zeebe.engine.processing.bpmn.sequenceflow io.zeebe.engine.processing.deployment.model.element -
-
Uses of ExecutableSequenceFlow in io.zeebe.engine.processing.bpmn.behavior
Methods in io.zeebe.engine.processing.bpmn.behavior with parameters of type ExecutableSequenceFlow Modifier and Type Method Description voidBpmnStateTransitionBehavior. takeSequenceFlow(BpmnElementContext context, ExecutableSequenceFlow sequenceFlow) -
Uses of ExecutableSequenceFlow in io.zeebe.engine.processing.bpmn.sequenceflow
Methods in io.zeebe.engine.processing.bpmn.sequenceflow that return types with arguments of type ExecutableSequenceFlow Modifier and Type Method Description Class<ExecutableSequenceFlow>SequenceFlowProcessor. getType()Methods in io.zeebe.engine.processing.bpmn.sequenceflow with parameters of type ExecutableSequenceFlow Modifier and Type Method Description voidSequenceFlowProcessor. onActivated(ExecutableSequenceFlow element, BpmnElementContext context)voidSequenceFlowProcessor. onActivating(ExecutableSequenceFlow element, BpmnElementContext context)voidSequenceFlowProcessor. onCompleted(ExecutableSequenceFlow element, BpmnElementContext context)voidSequenceFlowProcessor. onCompleting(ExecutableSequenceFlow element, BpmnElementContext context)voidSequenceFlowProcessor. onEventOccurred(ExecutableSequenceFlow element, BpmnElementContext context)voidSequenceFlowProcessor. onTerminated(ExecutableSequenceFlow element, BpmnElementContext context)voidSequenceFlowProcessor. onTerminating(ExecutableSequenceFlow element, BpmnElementContext context) -
Uses of ExecutableSequenceFlow in io.zeebe.engine.processing.deployment.model.element
Methods in io.zeebe.engine.processing.deployment.model.element that return ExecutableSequenceFlow Modifier and Type Method Description ExecutableSequenceFlowExecutableExclusiveGateway. getDefaultFlow()Methods in io.zeebe.engine.processing.deployment.model.element that return types with arguments of type ExecutableSequenceFlow Modifier and Type Method Description List<ExecutableSequenceFlow>ExecutableFlowNode. getIncoming()List<ExecutableSequenceFlow>ExecutableFlowNode. getOutgoing()List<ExecutableSequenceFlow>ExecutableExclusiveGateway. getOutgoingWithCondition()Methods in io.zeebe.engine.processing.deployment.model.element with parameters of type ExecutableSequenceFlow Modifier and Type Method Description voidExecutableFlowNode. addIncoming(ExecutableSequenceFlow flow)voidExecutableExclusiveGateway. addOutgoing(ExecutableSequenceFlow flow)voidExecutableFlowNode. addOutgoing(ExecutableSequenceFlow flow)voidExecutableExclusiveGateway. setDefaultFlow(ExecutableSequenceFlow defaultFlow)
-