Uses of Interface
de.mid.innovator.srv2api.icw2bpdia.BPDiaTaskNode
Packages that use BPDiaTaskNode
Package
Description
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.icw2bpdiaMethods in de.mid.innovator.srv2api.icw2bpdia with type parameters of type BPDiaTaskNodeModifier and TypeMethodDescription<T extends BPDiaTaskNode>
List<T> BPDiaTaskNode.getOwnedCallActivityNodes(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 BPDiaTaskNodeModifier and TypeMethodDescriptionBPDiaProcessViewNode.getCallActivityNode()Containing call activity node of the process view node.BPDiaEventNode.getOwningBoundaryTaskNode()TheBPDiaTaskNodeof the boundary event node.BPDiaResourceNode.getOwningTaskNode()TheBPDiaTaskNodethat owns thisBPDiaResourceNode.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.