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 boolean
ManagerToWaarp. 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 IngestRequest
IngestRequest. save(IngestRequestFactory factory)
Save this IngestRequestIngestRequest
IngestRequest. setAction(String action)
IngestRequest
IngestRequest. setCheckAtr(boolean checkAtr)
IngestRequest
IngestRequest. setContextId(String contextId)
IngestRequest
IngestRequest. setFromRequestResponse(fr.gouv.vitam.common.model.RequestResponseOK requestResponse)
Set extra information from first response from operation submissionIngestRequest
IngestRequest. 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)IngestRequest
IngestRequest. 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 ManagerToWaarp
IngestRequestFactory. getManagerToWaarp(IngestRequest ingestRequest)
-