Class BasicETLCleanupSourceFilesStep
java.lang.Object
com.kingsrook.qqq.backend.module.filesystem.processes.implementations.etl.basic.BasicETLCleanupSourceFilesStep
- All Implemented Interfaces:
BackendStep
BackendStep for performing the Cleanup step of a basic ETL process - e.g.,
after the loading, delete or move the processed file(s).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefine the metaData that describes this stepvoid
run
(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the step - using the request as input, and the result as output.
-
Field Details
-
FIELD_MOVE_OR_DELETE
- See Also:
-
FIELD_DESTINATION_FOR_MOVES
- See Also:
-
VALUE_MOVE
- See Also:
-
VALUE_DELETE
- See Also:
-
STEP_NAME
- See Also:
-
-
Constructor Details
-
BasicETLCleanupSourceFilesStep
public BasicETLCleanupSourceFilesStep()
-
-
Method Details
-
run
public void run(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) throws QException Execute the step - using the request as input, and the result as output.- Specified by:
run
in interfaceBackendStep
- Throws:
QException
-
defineStepMetaData
define the metaData that describes this step
-