Package fr.gouv.vitam.worker.core.plugin
Class StoreMetaDataUnitActionPlugin
java.lang.Object
fr.gouv.vitam.worker.core.handler.ActionHandler
fr.gouv.vitam.worker.core.plugin.StoreMetaDataUnitActionPlugin
- All Implemented Interfaces:
VitamAutoCloseable
,WorkerAction
,AutoCloseable
Stores MetaData unit plugin.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkMandatoryIOParameter
(HandlerIO handler) Check mandatory parameterexecute
(WorkerParameters params, HandlerIO handlerIO) Execute an actionexecuteList
(WorkerParameters params, HandlerIO handlerIO) void
storeDocumentsWithLfc
(WorkerParameters params, HandlerIO handlerIO, List<String> unitIds) Methods inherited from class fr.gouv.vitam.worker.core.handler.ActionHandler
checkMandatoryParameters, close, updateDetailItemStatus
-
Constructor Details
-
StoreMetaDataUnitActionPlugin
public StoreMetaDataUnitActionPlugin()
-
-
Method Details
-
executeList
- Returns:
-
execute
Description copied from interface:WorkerAction
Execute an action- Parameters:
params
-WorkerParameters
handlerIO
- the handlerIo- Returns:
- CompositeItemStatus:response contains a list of functional message and status code
-
checkMandatoryIOParameter
Description copied from interface:WorkerAction
Check mandatory parameter- Parameters:
handler
- input output list- Throws:
ProcessingException
- when handler io is not complete
-
storeDocumentsWithLfc
public void storeDocumentsWithLfc(WorkerParameters params, HandlerIO handlerIO, List<String> unitIds) throws VitamException - Throws:
VitamException
-