Class PutBinaryOnWorkspace
java.lang.Object
fr.gouv.vitam.worker.core.handler.ActionHandler
fr.gouv.vitam.worker.core.plugin.dip.PutBinaryOnWorkspace
- All Implemented Interfaces:
VitamAutoCloseable
,AutoCloseable
move a binary file from storage to workspace
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkMandatoryIOParameter
(HandlerIO handler) Check mandatory parameterexecute
(WorkerParameters param, HandlerIO handler) Execute an actionMethods inherited from class fr.gouv.vitam.worker.core.handler.ActionHandler
checkMandatoryParameters, close, executeList, updateDetailItemStatus
-
Field Details
-
NUMBER_OF_RETRY
public static final int NUMBER_OF_RETRY- See Also:
-
-
Constructor Details
-
PutBinaryOnWorkspace
public PutBinaryOnWorkspace()empty constructor
-
-
Method Details
-
execute
Description copied from class:ActionHandler
Execute an action- Overrides:
execute
in classActionHandler
- Parameters:
param
-WorkerParameters
handler
-- Returns:
- Throws:
ProcessingException
-
checkMandatoryIOParameter
Description copied from class:ActionHandler
Check mandatory parameter- Overrides:
checkMandatoryIOParameter
in classActionHandler
- Parameters:
handler
- input output list- Throws:
ProcessingException
- when handler io is not complete
-