Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPSequenceFlowNode
-
Packages that use BPSequenceFlowNode Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package. -
-
Uses of BPSequenceFlowNode in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BPSequenceFlowNode in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interface
BPActivityNode
This is a utility class for BPActivityNode that provides static methods for creation or other purposes.interface
BPChoreographyActivity
This is a utility class for BPChoreographyActivity that provides static methods for creation or other purposes.interface
BPChoreographySubProcess
interface
BPChoreographyTask
interface
BPEventNode
interface
BPGateway
interface
BPMaskTask
interface
BPSubProcess
interface
BPTaskNode
Fields in de.mid.innovator.srv2api.icw2bp declared as BPSequenceFlowNode Modifier and Type Field Description BPSequenceFlowNode
ARG_BPFlowElementToCreateByTemplate. ohFlowNode
The sequence flow node to be instantiated, usually owned by a templateMethods in de.mid.innovator.srv2api.icw2bp that return BPSequenceFlowNode Modifier and Type Method Description BPSequenceFlowNode
BPSequenceFlow. getSourceNode()
The sourceBPSequenceFlowNode
.BPSequenceFlowNode
BPSequenceFlow. getTargetNode()
The targetBPSequenceFlowNode
.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPSequenceFlowNode Modifier and Type Method Description static ARG_BPProcessCreated
BPProcessHelper. createForFlowElementCreate(SrvContext srvCtx, BPSequenceFlowNode ohFlowNode, ADClientAble ohSel, java.awt.Point position)
Creates a process as container of a sequence flow node, e.g. a task or an event which is to be created but needs a flow element container to exist.Constructors in de.mid.innovator.srv2api.icw2bp with parameters of type BPSequenceFlowNode Constructor Description ARG_BPFlowElementToCreateByTemplate(BPSequenceFlowNode ohFlowNode, ADClientAble ohSel, java.awt.Point position)
-
Uses of BPSequenceFlowNode in de.mid.innovator.srv2api.icw2bpdia
Methods in de.mid.innovator.srv2api.icw2bpdia with parameters of type BPSequenceFlowNode Modifier and Type Method Description BPDiaSequenceFlowNode
BPDiaProcessViewNode. getDiaSequenceFlowNode(BPSequenceFlowNode refObj)
Returns the presentation node of the flow node.
-