Interface HeaderTask
-
- All Known Implementing Classes:
AbstractImpexRunnerTask,AbstractMarketplaceImpexRunnerTask,CleanupTask,HeaderInitTask,ImpexTransformerTask,MarketplaceHeaderInitTask,MarketplaceImpexTransformerTask
public interface HeaderTaskGeneral task for execution in a batch pipeline.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchHeaderexecute(BatchHeader header)Executes a task with a predefinedBatchHeaderidentifying all relevant process information.
-
-
-
Method Detail
-
execute
BatchHeader execute(BatchHeader header) throws java.lang.Exception
Executes a task with a predefinedBatchHeaderidentifying all relevant process information.- Parameters:
header-- Returns:
- the header
- Throws:
java.lang.Exception
-
-