Class BaseStreamedETLStep
java.lang.Object
com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.BaseStreamedETLStep
- Direct Known Subclasses:
StreamedETLExecuteStep
,StreamedETLPreviewStep
,StreamedETLValidateStep
Base class for the StreamedETL preview invalid input: '&' execute steps
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractExtractStep
getExtractStep
(RunBackendStepInput runBackendStepInput) protected AbstractLoadStep
getLoadStep
(RunBackendStepInput runBackendStepInput) protected AbstractTransformStep
getTransformStep
(RunBackendStepInput runBackendStepInput) protected void
moveReviewStepAfterValidateStep
(RunBackendStepOutput runBackendStepOutput) protected void
-
Field Details
-
PROCESS_OUTPUT_RECORD_LIST_LIMIT
protected static final int PROCESS_OUTPUT_RECORD_LIST_LIMIT- See Also:
-
-
Constructor Details
-
BaseStreamedETLStep
public BaseStreamedETLStep()
-
-
Method Details
-
getExtractStep
-
getTransformStep
-
getLoadStep
-
updateRecordsWithDisplayValuesAndPossibleValues
protected void updateRecordsWithDisplayValuesAndPossibleValues(RunBackendStepInput input, List<QRecord> list) -
moveReviewStepAfterValidateStep
-