Class ExportCheckResourceAvailability
java.lang.Object
fr.gouv.vitam.worker.core.handler.ActionHandler
fr.gouv.vitam.worker.core.plugin.common.CheckResourceAvailability
fr.gouv.vitam.worker.core.plugin.dip.ExportCheckResourceAvailability
- All Implemented Interfaces:
VitamAutoCloseable
,WorkerAction
,AutoCloseable
-
Field Summary
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionexecuteList
(WorkerParameters workerParameters, HandlerIO handler) Methods inherited from class fr.gouv.vitam.worker.core.plugin.common.CheckResourceAvailability
checkResourcesAvailability, checkResourcesAvailabilityByTypes
Methods inherited from class fr.gouv.vitam.worker.core.handler.ActionHandler
checkMandatoryParameters, close, updateDetailItemStatus
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface fr.gouv.vitam.worker.core.api.WorkerAction
checkMandatoryIOParameter, execute
-
Field Details
-
PLUGIN_NAME
- See Also:
-
-
Constructor Details
-
ExportCheckResourceAvailability
public ExportCheckResourceAvailability() -
ExportCheckResourceAvailability
-
-
Method Details
-
executeList
public List<ItemStatus> executeList(WorkerParameters workerParameters, HandlerIO handler) throws ProcessingException - Returns:
- Throws:
ProcessingException
-