Class PurgeUnitPlugin
java.lang.Object
fr.gouv.vitam.worker.core.handler.ActionHandler
fr.gouv.vitam.worker.core.plugin.purge.PurgeUnitPlugin
- All Implemented Interfaces:
VitamAutoCloseable
,WorkerAction
,AutoCloseable
- Direct Known Subclasses:
EliminationActionDeleteUnitPlugin
,TransferReplyDeleteUnitPlugin
Purge unit plugin.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionPurgeUnitPlugin
(String actionId) Default constructorprotected
PurgeUnitPlugin
(String actionId, PurgeDeleteService purgeDeleteService, MetaDataClientFactory metaDataClientFactory, PurgeReportService purgeReportService, LogbookLifeCyclesClientFactory llfcClientFactory) Test only constructor -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkMandatoryIOParameter
(HandlerIO handler) Check mandatory parameterexecute
(WorkerParameters param, HandlerIO handler) Execute an actionexecuteList
(WorkerParameters param, HandlerIO handler) protected static List<PersistentIdentifierModel>
extractPersistentIdentifiersFromUnit
(com.fasterxml.jackson.databind.JsonNode unit) protected static PersistentIdentifierModel
mapJsonToPersistentIdentifierModel
(com.fasterxml.jackson.databind.JsonNode identifierNode) Methods inherited from class fr.gouv.vitam.worker.core.handler.ActionHandler
checkMandatoryParameters, close, updateDetailItemStatus
-
Field Details
-
ARCHIVAL_AGENCY_IDENTIFIER
- See Also:
-
-
Constructor Details
-
PurgeUnitPlugin
Default constructor- Parameters:
actionId
-
-
PurgeUnitPlugin
protected PurgeUnitPlugin(String actionId, PurgeDeleteService purgeDeleteService, MetaDataClientFactory metaDataClientFactory, PurgeReportService purgeReportService, LogbookLifeCyclesClientFactory llfcClientFactory) Test only constructor
-
-
Method Details
-
execute
Description copied from interface:WorkerAction
Execute an action- Parameters:
param
-WorkerParameters
handler
- the handlerIo- Returns:
- CompositeItemStatus:response contains a list of functional message and status code
- Throws:
ProcessingException
- if an error is encountered when executing the action
-
executeList
- Returns:
-
extractPersistentIdentifiersFromUnit
protected static List<PersistentIdentifierModel> extractPersistentIdentifiersFromUnit(com.fasterxml.jackson.databind.JsonNode unit) -
mapJsonToPersistentIdentifierModel
protected static PersistentIdentifierModel mapJsonToPersistentIdentifierModel(com.fasterxml.jackson.databind.JsonNode identifierNode) -
checkMandatoryIOParameter
Description copied from interface:WorkerAction
Check mandatory parameter- Parameters:
handler
- input output list- Throws:
ProcessingException
- when handler io is not complete
-