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 TypeMethodDescriptionvoid
checkMandatoryIOParameter
(HandlerIO handler) Check mandatory parameterstatic String
getId()
protected LogbookOperation
getLogbookInformation
(HandlerIO handlerIO, WorkerParameters param) Methods inherited from class fr.gouv.vitam.worker.core.plugin.GenericReportGenerationHandler
execute, generateReport, getOperationSummary, getReport, getStatusStatistic
Methods 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:
getLogbookInformation
in classGenericReportGenerationHandler
- Throws:
ProcessingException
-
checkMandatoryIOParameter
Description copied from class:ActionHandler
Check mandatory parameter- Overrides:
checkMandatoryIOParameter
in classActionHandler
- Parameters:
handler
- input output list- Throws:
ProcessingException
- when handler io is not complete
-
getId
-
getPluginId
- Specified by:
getPluginId
in classGenericReportGenerationHandler
-
getReportType
- Specified by:
getReportType
in classGenericReportGenerationHandler
-
getLogbookActionKey
- Specified by:
getLogbookActionKey
in classGenericReportGenerationHandler
-