Package fr.gouv.vitam.worker.core.plugin
Class IndexObjectGroupActionPlugin
java.lang.Object
fr.gouv.vitam.worker.core.handler.ActionHandler
fr.gouv.vitam.worker.core.plugin.IndexObjectGroupActionPlugin
- All Implemented Interfaces:
VitamAutoCloseable,AutoCloseable
IndexObjectGroupAction Plugin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckMandatoryIOParameter(HandlerIO handler) Check mandatory parameterexecute(WorkerParameters params, HandlerIO param) Execute an actionexecuteList(WorkerParameters workerParameters, HandlerIO handler) Methods inherited from class fr.gouv.vitam.worker.core.handler.ActionHandler
checkMandatoryParameters, close, updateDetailItemStatus
-
Field Details
-
INVALID_OR_MISSING_QUALIFIERS
- See Also:
-
MISSING_VERSIONS
- See Also:
-
MISSING_VERSION
- See Also:
-
-
Constructor Details
-
IndexObjectGroupActionPlugin
public IndexObjectGroupActionPlugin() -
IndexObjectGroupActionPlugin
-
-
Method Details
-
executeList
public List<ItemStatus> executeList(WorkerParameters workerParameters, HandlerIO handler) throws ProcessingException - Overrides:
executeListin classActionHandler- Returns:
- Throws:
ProcessingException
-
execute
Description copied from class:ActionHandlerExecute an action- Overrides:
executein classActionHandler- Parameters:
params-WorkerParametersparam- the handlerIo- Returns:
- CompositeItemStatus:response contains a list of functional message and status code
-
checkMandatoryIOParameter
Description copied from class:ActionHandlerCheck mandatory parameter- Overrides:
checkMandatoryIOParameterin classActionHandler- Parameters:
handler- input output list- Throws:
ProcessingException- when handler io is not complete
-