Uses of Class
org.flowable.bpmn.model.InclusiveGateway
Packages that use InclusiveGateway
Package
Description
Helper classes for testing processes.
-
Uses of InclusiveGateway in org.flowable.bpmn.model
Methods in org.flowable.bpmn.model that return InclusiveGatewayMethods in org.flowable.bpmn.model with parameters of type InclusiveGateway -
Uses of InclusiveGateway in org.flowable.engine.impl.bpmn.parser.factory
Methods in org.flowable.engine.impl.bpmn.parser.factory with parameters of type InclusiveGatewayModifier and TypeMethodDescriptionActivityBehaviorFactory.createInclusiveGatewayActivityBehavior
(InclusiveGateway inclusiveGateway) DefaultActivityBehaviorFactory.createInclusiveGatewayActivityBehavior
(InclusiveGateway inclusiveGateway) -
Uses of InclusiveGateway in org.flowable.engine.impl.bpmn.parser.handler
Methods in org.flowable.engine.impl.bpmn.parser.handler with parameters of type InclusiveGatewayModifier and TypeMethodDescriptionprotected void
InclusiveGatewayParseHandler.executeParse
(BpmnParse bpmnParse, InclusiveGateway gateway) -
Uses of InclusiveGateway in org.flowable.engine.test
Methods in org.flowable.engine.test with parameters of type InclusiveGatewayModifier and TypeMethodDescriptionTestActivityBehaviorFactory.createInclusiveGatewayActivityBehavior
(InclusiveGateway inclusiveGateway)