Interface IOutgoingStructuredBpmnModelPartBuilder<Self>
- Type Parameters:
Self- The type of the builder.
- All Known Subinterfaces:
IWorkflowNodeBpmnModelPartBuilder, IWorkflowTriggerBpmnModelPartBuilder
public interface IOutgoingStructuredBpmnModelPartBuilder<Self>
A
IStructuredBpmnModelPartBuilder that allows for outgoing connections.- Since:
- 8.4.0
-
Method Summary
Modifier and TypeMethodDescriptionSets the outgoing interface of this structured model part, seeIStructuredBpmnModelPart.outPort().
-
Method Details
-
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.
-