Uses of Class
org.waarp.vitam.common.WaarpCommon.TaskOption
-
Packages that use WaarpCommon.TaskOption Package Description org.waarp.vitam.common This package is the top package for Common classesorg.waarp.vitam.dip DIP package contains all logic to apply a DIP send through Waarp from Vitam export operation.
Export is a download from Vitam of a DIP (binary file in ZIP format) of archives.org.waarp.vitam.ingest Ingest package contains all logic to apply from a Waarp reception of SIP to Vitam ingest operation, and possibly the feedback operations, first (mandatory) being the id of the ingest request, and second being the pooling on ingest status and ATR from Vitam, leading to a forward of the ATR to the partner as defined.
If the second is not done, it is the responsability of the Waarp partner, when it receives the id of the Ingest operation from Vitam through Waarp to handle directly the handling of the final status and its ATR.
Ingest is an upload into Vitam of a SIP (binary file in ZIP format) of archives. -
-
Uses of WaarpCommon.TaskOption in org.waarp.vitam.common
Methods in org.waarp.vitam.common that return WaarpCommon.TaskOption Modifier and Type Method Description static WaarpCommon.TaskOption
WaarpCommon.TaskOption. getTaskOption(org.apache.commons.cli.CommandLine cmd, String[] args)
Constructors in org.waarp.vitam.common with parameters of type WaarpCommon.TaskOption Constructor Description AbstractVitamRequest(WaarpCommon.TaskOption taskOption)
Standard constructor -
Uses of WaarpCommon.TaskOption in org.waarp.vitam.dip
Constructors in org.waarp.vitam.dip with parameters of type WaarpCommon.TaskOption Constructor Description DipRequest(WaarpCommon.TaskOption taskOption, DipRequestFactory factory)
Standard constructorDipTask(WaarpCommon.TaskOption taskOption, DipRequestFactory factory, DipManager dipManager)
Unique constructor -
Uses of WaarpCommon.TaskOption in org.waarp.vitam.ingest
Constructors in org.waarp.vitam.ingest with parameters of type WaarpCommon.TaskOption Constructor Description IngestRequest(WaarpCommon.TaskOption taskOption, String contextId, String action, boolean checkAtr, IngestRequestFactory factory)
Standard constructorIngestTask(WaarpCommon.TaskOption taskOption, String contextId, String action, boolean checkAtr, IngestRequestFactory factory, IngestManager ingestManager)
Unique constructor
-