Interface OutputLayout
public interface OutputLayout
Defines the output layout of the custom step.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptiongetColumns
(OutputColumnBuilderContext context) Returns the output columns based on the output column builder context.Returns the ID of the output layout.
-
Method Details
-
getOutputId
String getOutputId()Returns the ID of the output layout.- Returns:
- ID of the output layout
-
getColumns
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
-