Class CleanupTask
java.lang.Object
de.hybris.platform.acceleratorservices.dataimport.batch.task.CleanupTask
- All Implemented Interfaces:
HeaderTask
Cleanup for the impex import process. Deletes the transformed file and moves the processed file to the archive
directory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(BatchHeader header) Executes a task with a predefinedBatchHeaderidentifying all relevant process information.protected CleanupHelpervoidsetCleanupHelper(CleanupHelper cleanupHelper)
-
Constructor Details
-
CleanupTask
public CleanupTask()
-
-
Method Details
-
execute
Description copied from interface:HeaderTaskExecutes a task with a predefinedBatchHeaderidentifying all relevant process information.- Specified by:
executein interfaceHeaderTask- Returns:
- the header
-
setCleanupHelper
- Parameters:
cleanupHelper- the cleanupHelper to set
-
getCleanupHelper
- Returns:
- the cleanupHelper
-