Interface IOutgoingStructuredBpmnModelPartBuilder<Self>
-
- Type Parameters:
Self- The type of the builder.
- All Known Subinterfaces:
IWorkflowNodeBpmnModelPartBuilder,IWorkflowTriggerBpmnModelPartBuilder
public interface IOutgoingStructuredBpmnModelPartBuilder<Self>AIStructuredBpmnModelPartBuilderthat allows for outgoing connections.- Since:
- 8.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelfoutPort(Double outPort)Sets the outgoing interface of this structured model part, seeIStructuredBpmnModelPart.outPort().
-
-
-
Method Detail
-
outPort
@CanIgnoreReturnValue Self outPort(Double outPort)
Sets the outgoing interface of this structured model part, seeIStructuredBpmnModelPart.outPort().- Parameters:
outPort- The position of this part's out port.- Returns:
- This builder, for chaining.
-
-