Uses of Interface
de.mid.innovator.srv2api.icw2bpdia.BPDiaItemNode
-
Packages that use BPDiaItemNode Package Description de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package. -
-
Uses of BPDiaItemNode in de.mid.innovator.srv2api.icw2bpdia
Subinterfaces of BPDiaItemNode in de.mid.innovator.srv2api.icw2bpdia Modifier and Type Interface Description interface
BPDiaDataNode
The node representing an item definition which in this context is seen as a data object.interface
BPDiaErrorNode
Represents an error.interface
BPDiaMessageNode
The node representing aBPMessage
.Methods in de.mid.innovator.srv2api.icw2bpdia with type parameters of type BPDiaItemNode Modifier and Type Method Description <T extends BPDiaItemNode>
java.util.List<T>BPDia. getOwnedItemNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
AllBPDiaItemNode
.<T extends BPDiaItemNode>
java.util.List<T>BPDiaGroupNode. getOwnedItemNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All item nodes of theBPDiaGroupNode
.Methods in de.mid.innovator.srv2api.icw2bpdia that return BPDiaItemNode Modifier and Type Method Description BPDiaItemNode
BPDiaProcessViewNode. getDiaItemNode(BPItemAwareElement refObj)
Returns the presentation node of the item aware element.
-