Uses of Interface
de.mid.innovator.srv2api.icw2bpdia.BPDiaTaskNode
-
Packages that use BPDiaTaskNode Package Description de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package. -
-
Uses of BPDiaTaskNode in de.mid.innovator.srv2api.icw2bpdia
Subinterfaces of BPDiaTaskNode in de.mid.innovator.srv2api.icw2bpdia Modifier and Type Interface Description interface
BPDiaMaskTaskNode
Methods in de.mid.innovator.srv2api.icw2bpdia with type parameters of type BPDiaTaskNode Modifier and Type Method Description <T extends BPDiaTaskNode>
java.util.List<T>BPDiaTaskNode. getOwnedCallActivityNodes(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All call activity nodes contained at the next level below the activity node.Methods in de.mid.innovator.srv2api.icw2bpdia that return BPDiaTaskNode Modifier and Type Method Description BPDiaTaskNode
BPDiaProcessViewNode. getCallActivityNode()
Containing call activity node of the process view node.BPDiaTaskNode
BPDiaEventNode. getOwningBoundaryTaskNode()
TheBPDiaTaskNode
of the boundary event node.BPDiaTaskNode
BPDiaMaskNode. getOwningTaskNode()
TheBPDiaTaskNode
of the mask node.BPDiaTaskNode
BPDiaSubProcessNode. refactorAsExpandedCallToNewProcess()
Creates a new process containing the elements of the sub process, creates a master view of the new process in the same diagram, converts the sub process to a call of that new process and finally expands the node and displays the new master process view.
-