Uses of Class
org.flowable.bpmn.model.ExclusiveGateway
Packages that use ExclusiveGateway
Package
Description
Helper classes for testing processes.
-
Uses of ExclusiveGateway in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return ExclusiveGatewayMethods in org.flowable.bpmn.model with parameters of type ExclusiveGateway -
Uses of ExclusiveGateway in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory with parameters of type ExclusiveGatewayModifier and TypeMethodDescriptionActivityBehaviorFactory.createExclusiveGatewayActivityBehavior
(ExclusiveGateway exclusiveGateway) DefaultActivityBehaviorFactory.createExclusiveGatewayActivityBehavior
(ExclusiveGateway exclusiveGateway) -
Uses of ExclusiveGateway in org.flowable.engine.impl.bpmn.parser.handler
Methods in org.flowable.engine.impl.bpmn.parser.handler with parameters of type ExclusiveGatewayModifier and TypeMethodDescriptionprotected void
ExclusiveGatewayParseHandler.executeParse
(BpmnParse bpmnParse, ExclusiveGateway gateway) -
Uses of ExclusiveGateway in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type ExclusiveGatewayModifier and TypeMethodDescriptionTestActivityBehaviorFactory.createExclusiveGatewayActivityBehavior
(ExclusiveGateway exclusiveGateway) -
Uses of ExclusiveGateway in org.flowable.validation.validator.impl
Methods in org.flowable.validation.validator.impl with parameters of type ExclusiveGatewayModifier and TypeMethodDescriptionvoid
ExclusiveGatewayValidator.validateExclusiveGateway
(Process process, ExclusiveGateway exclusiveGateway, List<ValidationError> errors)