Class EliminationActionReportGenerationHandler
java.lang.Object
fr.gouv.vitam.worker.core.handler.ActionHandler
fr.gouv.vitam.worker.core.plugin.GenericReportGenerationHandler
fr.gouv.vitam.worker.core.plugin.elimination.EliminationActionReportGenerationHandler
- All Implemented Interfaces:
VitamAutoCloseable,AutoCloseable
Elimination action finalization handler.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckMandatoryIOParameter(HandlerIO handler) Check mandatory parameterstatic StringgetId()protected LogbookOperationgetLogbookInformation(HandlerIO handlerIO, WorkerParameters param) Methods inherited from class fr.gouv.vitam.worker.core.plugin.GenericReportGenerationHandler
execute, generateReport, getOperationSummary, getReport, getStatusStatisticMethods inherited from class fr.gouv.vitam.worker.core.handler.ActionHandler
checkMandatoryParameters, close, executeList, updateDetailItemStatus
-
Constructor Details
-
EliminationActionReportGenerationHandler
public EliminationActionReportGenerationHandler()Default constructor
-
-
Method Details
-
getLogbookInformation
protected LogbookOperation getLogbookInformation(HandlerIO handlerIO, WorkerParameters param) throws ProcessingException - Specified by:
getLogbookInformationin classGenericReportGenerationHandler- Throws:
ProcessingException
-
checkMandatoryIOParameter
Description copied from class:ActionHandlerCheck mandatory parameter- Overrides:
checkMandatoryIOParameterin classActionHandler- Parameters:
handler- input output list- Throws:
ProcessingException- when handler io is not complete
-
getId
-
getPluginId
- Specified by:
getPluginIdin classGenericReportGenerationHandler
-
getReportType
- Specified by:
getReportTypein classGenericReportGenerationHandler
-
getLogbookActionKey
- Specified by:
getLogbookActionKeyin classGenericReportGenerationHandler
-