Class BulkAtomicUpdateFinalize
- java.lang.Object
-
- fr.gouv.vitam.worker.core.handler.ActionHandler
-
- fr.gouv.vitam.worker.core.plugin.UpdateUnitFinalize
-
- fr.gouv.vitam.worker.core.plugin.bulkatomicupdate.BulkAtomicUpdateFinalize
-
- All Implemented Interfaces:
VitamAutoCloseable,WorkerAction,java.lang.AutoCloseable
public class BulkAtomicUpdateFinalize extends UpdateUnitFinalize
-
-
Constructor Summary
Constructors Constructor Description BulkAtomicUpdateFinalize()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetPluginId()protected ReportSummarygetReport(LogbookOperation logbook)protected ReportTypegetReportType()protected java.lang.StringgetUpdateActionKey()protected java.lang.StringgetUpdateType()-
Methods inherited from class fr.gouv.vitam.worker.core.plugin.UpdateUnitFinalize
execute, getStatusStatistic
-
Methods inherited from class fr.gouv.vitam.worker.core.handler.ActionHandler
checkMandatoryParameters, close, updateDetailItemStatus
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface fr.gouv.vitam.worker.core.api.WorkerAction
checkMandatoryIOParameter, executeList
-
-
-
-
Method Detail
-
getReport
protected ReportSummary getReport(LogbookOperation logbook)
- Overrides:
getReportin classUpdateUnitFinalize
-
getPluginId
protected java.lang.String getPluginId()
- Specified by:
getPluginIdin classUpdateUnitFinalize
-
getUpdateType
protected java.lang.String getUpdateType()
- Specified by:
getUpdateTypein classUpdateUnitFinalize
-
getUpdateActionKey
protected java.lang.String getUpdateActionKey()
- Specified by:
getUpdateActionKeyin classUpdateUnitFinalize
-
getReportType
protected ReportType getReportType()
- Specified by:
getReportTypein classUpdateUnitFinalize
-
-