Uses of Interface
de.mid.innovator.srv2api.icw2bpdia.BPDiaCollaborationViewNode
Packages that use BPDiaCollaborationViewNode
Package
Description
Package for Business Process Model and Notation (BPMN).
BPMN Diagrams and graphical representations for elements of the icw2bp package.
-
Uses of BPDiaCollaborationViewNode in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPDiaCollaborationViewNodeModifier and TypeMethodDescriptionBPCollaboration.getMasterCollaborationViewNode()The master collaboration view node of the element.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPDiaCollaborationViewNodeModifier and TypeMethodDescriptionBPCollaboration.getCollaborationViewCompletelyMaintained()Returns a list of all views of the same model element being maintained completely.BPCollaboration.getCollaborationViewIncomplete()Returns a list of all views of the same model element being incomplete with regard to its master view.BPCollaboration.getCollaborationViewIncorrect()Returns a list of all views of the same model element being incorrect with regard to its master view.BPCollaboration.getNonMasterCollaborationViewNode() -
Uses of BPDiaCollaborationViewNode in de.mid.innovator.srv2api.icw2bpdia
Methods in de.mid.innovator.srv2api.icw2bpdia that return BPDiaCollaborationViewNodeModifier and TypeMethodDescriptionBPDia.addDiaCollaborationViewNode(BPCollaboration ohCollaboration, Point position, Point size, boolean isExpanded, boolean areProcessesExpanded) 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.BPDiaParticipantNode.getOwningCollaborationNode()TheBPDiaCollaborationViewNodeof theBPDiaParticipantNode.BPDiaMessageFlow.getOwningCollaborationViewNode()Owning view node of the message flow edge.