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 Details

    • name

      Self name(String name)
      Sets the name of 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.
    • name

      Self name(StyledBpmnLabel name)
      Sets the name of 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

      Self nameTextLayoutSettings(WorkflowBpmnTextLayoutSettings textLayoutSettings)
      Sets the text layout settings for the name of the BPMN element.
      Parameters:
      textLayoutSettings - The text layout settings to apply to the name.
      Returns:
      This builder for chaining method calls.