Class RevertUpdateUnitFinalizePlugin
- java.lang.Object
-
- fr.gouv.vitam.worker.core.handler.ActionHandler
-
- fr.gouv.vitam.worker.core.plugin.UpdateUnitFinalize
-
- fr.gouv.vitam.worker.core.plugin.revertupdate.RevertUpdateUnitFinalizePlugin
-
- All Implemented Interfaces:
VitamAutoCloseable
,WorkerAction
,java.lang.AutoCloseable
public class RevertUpdateUnitFinalizePlugin extends UpdateUnitFinalize
-
-
Constructor Summary
Constructors Constructor Description RevertUpdateUnitFinalizePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getPluginId()
protected ReportType
getReportType()
protected java.lang.String
getUpdateActionKey()
protected java.lang.String
getUpdateType()
-
Methods inherited from class fr.gouv.vitam.worker.core.plugin.UpdateUnitFinalize
execute, getReport, 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
-
getPluginId
protected java.lang.String getPluginId()
- Specified by:
getPluginId
in classUpdateUnitFinalize
-
getUpdateType
protected java.lang.String getUpdateType()
- Specified by:
getUpdateType
in classUpdateUnitFinalize
-
getUpdateActionKey
protected java.lang.String getUpdateActionKey()
- Specified by:
getUpdateActionKey
in classUpdateUnitFinalize
-
getReportType
protected ReportType getReportType()
- Specified by:
getReportType
in classUpdateUnitFinalize
-
-