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
,WorkerAction
,AutoCloseable
IndexObjectGroupAction Plugin
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkMandatoryIOParameter
(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 - Returns:
- Throws:
ProcessingException
-
execute
Description copied from interface:WorkerAction
Execute an action- Parameters:
params
-WorkerParameters
param
- 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
-