Class OriginatingAgencyReassignmentPreparationPlugin
java.lang.Object
fr.gouv.vitam.worker.core.handler.ActionHandler
fr.gouv.vitam.worker.core.plugin.reassignment.OriginatingAgencyReassignmentPreparationPlugin
- All Implemented Interfaces:
VitamAutoCloseable,AutoCloseable
OriginatingAgencyReassignmentPrepareUnitsPlugin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(WorkerParameters param, HandlerIO handler) Execute an actionvoidexportIntermediateObjectGroupIdToUpdateOriginatingAgenciesFileToBatchReport(HandlerIO handler, File ogIdsToFillFile, OriginatingAgencyReassignmentRequest reassignmentRequest) static StringgetId()Methods inherited from class fr.gouv.vitam.worker.core.handler.ActionHandler
checkMandatoryIOParameter, checkMandatoryParameters, close, executeList, updateDetailItemStatus
-
Field Details
-
UNITS_TO_UPDATE_FILE
- See Also:
-
OBJECT_GROUPS_TO_UPDATE_JSONL_FILE
- See Also:
-
REASSIGNMENT_STATISTICS_JSON_FILE
- See Also:
-
_____Enable_Temporary_V91_Restrictions_____
Deprecated.FIXME: to be removed once Vitam V9.1 reassignment workflow restrictions removed
-
-
Constructor Details
-
OriginatingAgencyReassignmentPreparationPlugin
public OriginatingAgencyReassignmentPreparationPlugin()
-
-
Method Details
-
execute
Description copied from class:ActionHandlerExecute an action- Overrides:
executein classActionHandler- Parameters:
param-WorkerParametershandler- the handlerIo- Returns:
- CompositeItemStatus:response contains a list of functional message and status code
- Throws:
ProcessingException- if an error is encountered when executing the action
-
exportIntermediateObjectGroupIdToUpdateOriginatingAgenciesFileToBatchReport
public void exportIntermediateObjectGroupIdToUpdateOriginatingAgenciesFileToBatchReport(HandlerIO handler, File ogIdsToFillFile, OriginatingAgencyReassignmentRequest reassignmentRequest) throws ProcessingStatusException - Throws:
ProcessingStatusException
-
getId
-