Uses of Interface
de.mid.innovator.srv2api.icw2bpdia.BPDiaProcessViewNode
Packages that use BPDiaProcessViewNode
Package
Description
Package for Business Process Model and Notation (BPMN).
BPMN Diagrams and graphical representations for elements of the icw2bp package.
-
Uses of BPDiaProcessViewNode in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPDiaProcessViewNodeModifier and TypeMethodDescriptionBPTaskNode.getCalledMasterProcessViewNode()BPProcess.getMasterProcessViewNode()The master view of this process.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPDiaProcessViewNodeModifier and TypeMethodDescriptionBPLaneSet.getDiaProcessViewNode()All process view nodes displaying this top lane set.BPProcess.getNonMasterProcessViewNode()All references to this process regardless if their synchronization status.BPProcess.getNonSynchronizedProcessViewNode()All non-synchronized references to this process.BPProcess.getProcessViewNode()All view nodes for this process.BPProcess.getSynchronizedProcessViewNode()All synchronized references to this process. -
Uses of BPDiaProcessViewNode in de.mid.innovator.srv2api.icw2bpdia
Methods in de.mid.innovator.srv2api.icw2bpdia that return BPDiaProcessViewNodeModifier and TypeMethodDescriptionBPDia.addDiaProcessViewNode(BPProcess ohProcess, PRPresElement ohPresOfOwner, Point position, Point size, boolean isExpanded) BPDiaTaskNode.getCalledProcessViewNode()BPDiaParticipantNode.getOwnedProcessNode()BPDiaProcessViewNodeowned by theBPDiaParticipantNode.BPDiaAssocEdge.getOwningProcessViewNode()TheBPDiaProcessViewNodeof theBPDiaAssocEdge.BPDiaDataAssocEdge.getOwningProcessViewNode()TheBPDiaProcessViewNodeof theBPDiaDataAssocEdge.BPDiaDataNode.getOwningProcessViewNode()OwningBPDiaProcessViewNodeof theBPDiaDataNode.BPDiaDataSeqFlowEdge.getOwningProcessViewNode()TheBPDiaProcessViewNodeof theBPDiaDataSeqFlowEdge.BPDiaLaneNode.getOwningProcessViewNode()Owning process view node of the lane node.BPDiaSequenceFlow.getOwningProcessViewNode()OwningBPDiaProcessViewNodeof theBPDiaSequenceFlow.BPDiaSequenceFlowNode.getOwningProcessViewNode()TheBPDiaProcessViewNodeof theBPDiaSequenceFlowNode.BPDiaLaneNode.getProcessViewNode()The process view node of the lane node.Method parameters in de.mid.innovator.srv2api.icw2bpdia with type arguments of type BPDiaProcessViewNodeModifier and TypeMethodDescriptionstatic voidBPDiaProcessViewNodeHelper.setFilterCriteria(SrvContext srvCtx, List<? extends BPDiaProcessViewNode> sel, boolean hideObjectFlow) Modifies the criteria for visible elements inside the process view.