Uses of Interface
de.mid.innovator.srv2api.icw2bpdia.BPDiaEventNode
-
Packages that use BPDiaEventNode Package Description de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package. -
-
Uses of BPDiaEventNode in de.mid.innovator.srv2api.icw2bpdia
Methods in de.mid.innovator.srv2api.icw2bpdia that return types with arguments of type BPDiaEventNode Modifier and Type Method Description java.util.List<BPDiaEventNode>
BPDiaEventNode. getCatchThrowCorrespondingEventNode(K_CONTROL_OPTION... behaviourFlags)
With a selected catch event all corresponding throw events in the same view node, using at least one of the event definitions of the catch event, will be returned.java.util.List<BPDiaEventNode>
BPDiaSubProcessNode. getOwnedBoundaryEventNode(K_CONTROL_OPTION... behaviourFlags)
All boundary event nodes owned by thisBPDiaSubProcessNode
.java.util.List<BPDiaEventNode>
BPDiaTaskNode. getOwnedBoundaryEventNode(K_CONTROL_OPTION... behaviourFlags)
All boundary event nodes of theBPDiaTaskNode
.java.util.List<BPDiaEventNode>
BPDiaSubProcessNode. getOwnedEventNode(K_CONTROL_OPTION... behaviourFlags)
All boundary event nodes of theBPDiaSubProcessNode
.
-