Class IngestAccessionRegisterActionHandler
java.lang.Object
fr.gouv.vitam.worker.core.handler.ActionHandler
fr.gouv.vitam.worker.core.handler.AbstractAccessionRegisterAction
fr.gouv.vitam.worker.core.handler.IngestAccessionRegisterActionHandler
- All Implemented Interfaces:
VitamAutoCloseable,AutoCloseable
Accession Register Handler
-
Nested Class Summary
Nested classes/interfaces inherited from class fr.gouv.vitam.worker.core.handler.AbstractAccessionRegisterAction
AbstractAccessionRegisterAction.AccessionRegisterInfo -
Constructor Summary
ConstructorsConstructorDescriptionEmpty Constructor AccessionRegisterActionHandler -
Method Summary
Modifier and TypeMethodDescriptionexecute(WorkerParameters params, HandlerIO handler) Execute an actionprotected Stringstatic StringgetId()protected LogbookTypeProcessprotected voidprepareAccessionRegisterInformation(WorkerParameters params, HandlerIO handler, AbstractAccessionRegisterAction.AccessionRegisterInfo accessionRegisterInfo) Methods inherited from class fr.gouv.vitam.worker.core.handler.AbstractAccessionRegisterAction
checkMandatoryIOParameter, closeMethods inherited from class fr.gouv.vitam.worker.core.handler.ActionHandler
checkMandatoryParameters, executeList, updateDetailItemStatus
-
Constructor Details
-
IngestAccessionRegisterActionHandler
public IngestAccessionRegisterActionHandler()Empty Constructor AccessionRegisterActionHandler
-
-
Method Details
-
execute
Description copied from class:ActionHandlerExecute an action- Overrides:
executein classAbstractAccessionRegisterAction- Parameters:
params-WorkerParametershandler- the handlerIo- Returns:
- CompositeItemStatus:response contains a list of functional message and status code
-
prepareAccessionRegisterInformation
protected void prepareAccessionRegisterInformation(WorkerParameters params, HandlerIO handler, AbstractAccessionRegisterAction.AccessionRegisterInfo accessionRegisterInfo) throws ProcessingException, InvalidParseOperationException - Specified by:
prepareAccessionRegisterInformationin classAbstractAccessionRegisterAction- Throws:
ProcessingExceptionInvalidParseOperationException
-
getHandlerId
- Specified by:
getHandlerIdin classAbstractAccessionRegisterAction
-
getOperationType
- Specified by:
getOperationTypein classAbstractAccessionRegisterAction
-
getId
- Returns:
- HANDLER_ID
-