Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPCollaboration
-
Packages that use BPCollaboration 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 BPCollaboration in de.mid.innovator.srv2api.icw2bc
Methods in de.mid.innovator.srv2api.icw2bc that return BPCollaboration Modifier and Type Method Description BPCollaboration
BCRootReuseAbleElement. getOwningCollaboration()
The collaboration wherein thisBCRootReuseAbleElement
is relevant. -
Uses of BPCollaboration in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPCollaboration Modifier and Type Method Description static BPCollaboration
BPCollaborationHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Collaboration (BPMN) with template and container.static BPCollaboration
BPCollaborationHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Collaboration (BPMN) with stereotype and container.BPCollaboration
BPProcess. getCollaboration()
The defining collaboration of the process.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPCollaboration Modifier and Type Method Description void
BPProcess. setCollaboration(BPCollaboration value)
Set the value of Foreign Key Collaboration. -
Uses of BPCollaboration in de.mid.innovator.srv2api.icw2bpdia
Fields in de.mid.innovator.srv2api.icw2bpdia declared as BPCollaboration Modifier and Type Field Description BPCollaboration
ARG_BPDiaAddCollaborationViewNode. ohCollaboration
The collaboration to be added to the diagramBPCollaboration
ARG_BPDiaAddForExistingProcessViewNodes. ohCollaboration
The collaboration to be added to the diagramMethods in de.mid.innovator.srv2api.icw2bpdia with parameters of type BPCollaboration Modifier and Type Method Description BPDiaCollaborationViewNode
BPDia. addDiaCollaborationViewNode(BPCollaboration ohCollaboration, java.awt.Point position, java.awt.Point size, boolean isExpanded, boolean areProcessesExpanded)
BPDiaCollaborationViewNode
BPDia. addDiaCollaborationViewNodeForExistingProcessViewNodes(BPCollaboration ohCollaboration)
Adds a node representing a collaboration to the diagram if the processes concerned are already displayed in the diagram without already having a collaboration context.Constructors in de.mid.innovator.srv2api.icw2bpdia with parameters of type BPCollaboration Constructor Description ARG_BPDiaAddCollaborationViewNode(BPCollaboration ohCollaboration, java.awt.Point position, java.awt.Point size, boolean isExpanded, boolean areProcessesExpanded)
ARG_BPDiaAddForExistingProcessViewNodes(BPCollaboration ohCollaboration)
-