Interface IWorkflowBpmnLayoutNamedBuilder<Self extends IWorkflowBpmnLayoutNamedBuilder<Self>>
- Type Parameters:
Self- The type of the builder itself, for fluent API chaining.
- All Known Subinterfaces:
IWorkflowBpmnLayoutDataObjectBuilder, IWorkflowBpmnLayoutDataStoreBuilder, IWorkflowBpmnLayoutEventBuilder, IWorkflowBpmnLayoutGatewayBuilder, IWorkflowBpmnLayoutNamedOutsideBuilder<Self>, IWorkflowBpmnLayoutSubProcessBuilder, IWorkflowBpmnLayoutTaskBuilder
public interface IWorkflowBpmnLayoutNamedBuilder<Self extends IWorkflowBpmnLayoutNamedBuilder<Self>>
Interface for layout builders of BPMN elements that can have a name that gets placed somewhere in the
BpmnDiagram.- Since:
- 8.4.0
-
Method Summary
Modifier and TypeMethodDescriptionname(StyledBpmnLabel name) Sets thenameof the BPMN element.Sets thenameof the BPMN element.nameTextLayoutSettings(WorkflowBpmnTextLayoutSettings textLayoutSettings) Sets the text layout settings for thenameof the BPMN element.
-
Method Details
-
name
-
name
Sets thenameof the BPMN element. When not set, no name alignment item will be created.- Parameters:
name- The name of the BPMN element.- Returns:
- This builder for chaining method calls.
-
nameTextLayoutSettings
Sets the text layout settings for thenameof the BPMN element.- Parameters:
textLayoutSettings- The text layout settings to apply to the name.- Returns:
- This builder for chaining method calls.
-