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 interfaceBPDiaGroupNodeMethods 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)AllBPDiaArtifactNodeof theBPDia.<T extends BPDiaArtifactNode>
java.util.List<T>BPDiaLaneNode. getOwnedArtifactNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)BPDiaArtifactNodeowned by theBPDiaLaneNode.<T extends BPDiaArtifactNode>
java.util.List<T>BPDiaSubProcessNode. getOwnedArtifactNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)BPDiaArtifactNodeowned by theBPDiaSubProcessNode.<T extends BPDiaArtifactNode>
java.util.List<T>BPDiaViewNode. getOwnedArtifactNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)AllBPDiaArtifactNodeowned by theBPDiaViewNode.
-