Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPEndPoint
-
Packages that use BPEndPoint Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPEndPoint in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPEndPoint Modifier and Type Method Description static BPEndPoint
BPEndPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new End Point with template and container.static BPEndPoint
BPEndPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new End Point with stereotype and container.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPEndPoint Modifier and Type Method Description java.util.List<BPEndPoint>
BPParticipant. getEndPoint()
All end points of the participant.
-