Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPMessageSequenceFlowNode
-
Packages that use BPMessageSequenceFlowNode Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPMessageSequenceFlowNode in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BPMessageSequenceFlowNode in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interface
BPEventNode
interface
BPMaskTask
interface
BPTaskNode
Methods in de.mid.innovator.srv2api.icw2bp that return BPMessageSequenceFlowNode Modifier and Type Method Description BPMessageSequenceFlowNode
BPMessageFlow. getSourceInSequenceFlow()
The source node.BPMessageSequenceFlowNode
BPMessageFlow. getTargetInSequenceFlow()
The target node.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPMessageSequenceFlowNode Modifier and Type Method Description void
BPMessageFlow. setSourceInSequenceFlow(BPMessageSequenceFlowNode value)
Set the value of Foreign Key SourceInSequenceFlow.void
BPMessageFlow. setTargetInSequenceFlow(BPMessageSequenceFlowNode value)
Set the value of Foreign Key TargetInSequenceFlow.
-