Uses of Class
org.waarp.vitam.ingest.IngestRequest
-
Packages that use IngestRequest 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 IngestRequest in org.waarp.vitam.common.waarp
Methods in org.waarp.vitam.common.waarp with parameters of type IngestRequest Modifier and Type Method Description booleanManagerToWaarp. sendBackInformation(IngestRequestFactory ingestRequestFactory, IngestRequest ingestRequest, String filename, String fileInfo)Launch a SubmitTransfer according to arguments for IngestRequest -
Uses of IngestRequest in org.waarp.vitam.ingest
Methods in org.waarp.vitam.ingest that return IngestRequest Modifier and Type Method Description IngestRequestIngestRequest. save(IngestRequestFactory factory)Save this IngestRequestIngestRequestIngestRequest. setAction(String action)IngestRequestIngestRequest. setCheckAtr(boolean checkAtr)IngestRequestIngestRequest. setContextId(String contextId)IngestRequestIngestRequest. setFromRequestResponse(fr.gouv.vitam.common.model.RequestResponseOK requestResponse)Set extra information from first response from operation submissionIngestRequestIngestRequest. setStatus(int status)Set the status AND the step according to the value of the status (if less than 0, it is a step value, not a final status), but in dry mode (no check, used by Json deserialization)IngestRequestIngestRequest. setStep(org.waarp.vitam.ingest.IngestRequest.IngestStep step, int status, IngestRequestFactory factory)Use to set the step and status accordingly.Methods in org.waarp.vitam.ingest with parameters of type IngestRequest Modifier and Type Method Description ManagerToWaarpIngestRequestFactory. getManagerToWaarp(IngestRequest ingestRequest)
-