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 interfaceBPDiaMaskTaskNodeMethods 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 BPDiaTaskNodeBPDiaProcessViewNode. getCallActivityNode()Containing call activity node of the process view node.BPDiaTaskNodeBPDiaEventNode. getOwningBoundaryTaskNode()TheBPDiaTaskNodeof the boundary event node.BPDiaTaskNodeBPDiaMaskNode. getOwningTaskNode()TheBPDiaTaskNodeof the mask node.BPDiaTaskNodeBPDiaSubProcessNode. 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.
-