Uses of Interface
de.mid.innovator.srv2api.icw2bpdia.BPDiaArtifactNode
-
Packages that use BPDiaArtifactNode Package Description de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package. -
-
Uses of BPDiaArtifactNode in de.mid.innovator.srv2api.icw2bpdia
Subinterfaces of BPDiaArtifactNode in de.mid.innovator.srv2api.icw2bpdia Modifier and Type Interface Description interface
BPDiaGroupNode
Methods in de.mid.innovator.srv2api.icw2bpdia with type parameters of type BPDiaArtifactNode Modifier and Type Method Description <T extends BPDiaArtifactNode>
java.util.List<T>BPDia. getOwnedArtifactNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
AllBPDiaArtifactNode
of theBPDia
.<T extends BPDiaArtifactNode>
java.util.List<T>BPDiaLaneNode. getOwnedArtifactNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
BPDiaArtifactNode
owned by theBPDiaLaneNode
.<T extends BPDiaArtifactNode>
java.util.List<T>BPDiaSubProcessNode. getOwnedArtifactNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
BPDiaArtifactNode
owned by theBPDiaSubProcessNode
.<T extends BPDiaArtifactNode>
java.util.List<T>BPDiaViewNode. getOwnedArtifactNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
AllBPDiaArtifactNode
owned by theBPDiaViewNode
.
-