Interface IIncomingStructuredBpmnModelPartBuilder<Self>
- Type Parameters:
Self- The type of the builder.
- All Known Subinterfaces:
IWorkflowNodeBpmnModelPartBuilder
public interface IIncomingStructuredBpmnModelPartBuilder<Self>
A
IStructuredBpmnModelPartBuilder that allows for incoming connections.- Since:
- 8.4.0
-
Method Summary
Modifier and TypeMethodDescriptionSets the incoming interface of this structured model part, seeIStructuredBpmnModelPart.inPort().
-
Method Details
-
inPort
Sets the incoming interface of this structured model part, seeIStructuredBpmnModelPart.inPort().- Parameters:
inPort- The position of this part's in port.- Returns:
- This builder, for chaining.
-