Uses of Class
org.waarp.vitam.ingest.IngestRequestFactory
-
Packages that use IngestRequestFactory Package Description org.waarp.vitam.common.waarp This package is for Waarp interface for the Waarp-Vitam moduleorg.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 IngestRequestFactory in org.waarp.vitam.common.waarp
Methods in org.waarp.vitam.common.waarp with parameters of type IngestRequestFactory Modifier and Type Method Description boolean
ManagerToWaarp. sendBackInformation(IngestRequestFactory ingestRequestFactory, IngestRequest ingestRequest, String filename, String fileInfo)
Launch a SubmitTransfer according to arguments for IngestRequest -
Uses of IngestRequestFactory in org.waarp.vitam.ingest
Methods in org.waarp.vitam.ingest that return IngestRequestFactory Modifier and Type Method Description static IngestRequestFactory
IngestRequestFactory. getInstance()
Methods in org.waarp.vitam.ingest with parameters of type IngestRequestFactory Modifier and Type Method Description File
IngestRequest. getAtrFile(IngestRequestFactory factory)
IngestRequest
IngestRequest. save(IngestRequestFactory factory)
Save this IngestRequestIngestRequest
IngestRequest. setStep(org.waarp.vitam.ingest.IngestRequest.IngestStep step, int status, IngestRequestFactory factory)
Use to set the step and status accordingly.Constructors in org.waarp.vitam.ingest with parameters of type IngestRequestFactory 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
-