Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPGateway
Packages that use BPGateway
Package
Description
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 BPGatewayModifier and TypeMethodDescriptionstatic 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 BPGatewayModifier and TypeMethodDescriptionBPFlowElementContainer.getGatewayByDirection(K_BP_GATEWAY_DIRECTION kind) All gateways of the given argument kind.BPFlowElementContainer.getGatewayByDirection(MMStereotype stereotype, K_BP_GATEWAY_DIRECTION kind) The method calls getGatewayByDirection and filters its return values according to the given stereotype value.BPFlowElementContainer.getGatewayByType(K_BP_GATEWAY_TYPE kind) All gateways of the given argument kind.BPFlowElementContainer.getGatewayByType(MMStereotype stereotype, K_BP_GATEWAY_TYPE kind) The method calls getGatewayByType and filters its return values according to the given stereotype value.