Class TransferReplyDeleteUnitPlugin
- java.lang.Object
-
- fr.gouv.vitam.worker.core.handler.ActionHandler
-
- fr.gouv.vitam.worker.core.plugin.purge.PurgeUnitPlugin
-
- fr.gouv.vitam.worker.core.plugin.transfer.reply.TransferReplyDeleteUnitPlugin
-
- All Implemented Interfaces:
VitamAutoCloseable
,WorkerAction
,java.lang.AutoCloseable
public class TransferReplyDeleteUnitPlugin extends PurgeUnitPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TRANSFER_REPLY_DELETE_UNIT
-
Constructor Summary
Constructors Constructor Description TransferReplyDeleteUnitPlugin()
Default constructor
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getId()
-
Methods inherited from class fr.gouv.vitam.worker.core.plugin.purge.PurgeUnitPlugin
checkMandatoryIOParameter, execute, executeList, extractPersistentIdentifiersFromUnit, mapJsonToPersistentIdentifierModel
-
Methods inherited from class fr.gouv.vitam.worker.core.handler.ActionHandler
checkMandatoryParameters, close, updateDetailItemStatus
-
-
-
-
Field Detail
-
TRANSFER_REPLY_DELETE_UNIT
public static final java.lang.String TRANSFER_REPLY_DELETE_UNIT
- See Also:
- Constant Field Values
-
-