Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPGateway
-
Packages that use BPGateway Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPGateway in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPGateway Modifier and Type Method Description static BPGatewayBPGatewayHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Gateway with template and container.static BPGatewayBPGatewayHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Gateway with stereotype and container.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPGateway Modifier and Type Method Description java.util.List<BPGateway>BPFlowElementContainer. getGatewayByDirection(K_BP_GATEWAY_DIRECTION kind, K_CONTROL_OPTION... behaviourFlags)All gateways of the given argument kind.java.util.List<BPGateway>BPFlowElementContainer. getGatewayByDirection(MMStereotype stereotype, K_BP_GATEWAY_DIRECTION kind, K_CONTROL_OPTION... behaviourFlags)The method calls getGatewayByDirection and filters its return values according to the given stereotype value.java.util.List<BPGateway>BPFlowElementContainer. getGatewayByType(K_BP_GATEWAY_TYPE kind, K_CONTROL_OPTION... behaviourFlags)All gateways of the given argument kind.java.util.List<BPGateway>BPFlowElementContainer. getGatewayByType(MMStereotype stereotype, K_BP_GATEWAY_TYPE kind, K_CONTROL_OPTION... behaviourFlags)The method calls getGatewayByType and filters its return values according to the given stereotype value.
-