Interface OutputLayout


public interface OutputLayout
Defines the output layout of the custom step.
Since:
2.0.0
  • Method Details

    • getOutputId

      String getOutputId()
      Returns the ID of the output layout.
      Returns:
      ID of the output layout
    • getColumns

      List<Column> getColumns(OutputColumnBuilderContext context)
      Returns the output columns based on the output column builder context.
      Parameters:
      context - Output column builder context
      Returns:
      List of columns for the output layout