Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPChoreography
-
Packages that use BPChoreography Package Description de.mid.innovator.srv2api.icw2bc Package for Business Object Modeling.de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package. -
-
Uses of BPChoreography in de.mid.innovator.srv2api.icw2bc
Methods in de.mid.innovator.srv2api.icw2bc that return BPChoreography Modifier and Type Method Description BPChoreography
BCRootReuseAbleElement. getOwningChoreography()
The choreography wherein thisBCRootReuseAbleElement
is relevant. -
Uses of BPChoreography in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPChoreography Modifier and Type Method Description static BPChoreography
BPChoreographyHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Choreography with template and container.static BPChoreography
BPChoreographyHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Choreography with stereotype and container. -
Uses of BPChoreography in de.mid.innovator.srv2api.icw2bpdia
Fields in de.mid.innovator.srv2api.icw2bpdia declared as BPChoreography Modifier and Type Field Description BPChoreography
ARG_BPDiaAddChoreographyViewNode. ohChoreography
The choreography to be added to the diagramMethods in de.mid.innovator.srv2api.icw2bpdia with parameters of type BPChoreography Modifier and Type Method Description BPDiaChoreographyViewNode
BPDia. addDiaChoreographyViewNode(BPChoreography ohChoreography, java.awt.Point position, java.awt.Point size, boolean isExpanded)
Constructors in de.mid.innovator.srv2api.icw2bpdia with parameters of type BPChoreography Constructor Description ARG_BPDiaAddChoreographyViewNode(BPChoreography ohChoreography, java.awt.Point position, java.awt.Point size, boolean isExpanded)
-