Uses of Class
org.waarp.vitam.dip.DipRequest
-
Packages that use DipRequest Package Description org.waarp.vitam.common.waarp This package is for Waarp interface for the Waarp-Vitam moduleorg.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. -
-
Uses of DipRequest in org.waarp.vitam.common.waarp
Methods in org.waarp.vitam.common.waarp with parameters of type DipRequest Modifier and Type Method Description booleanManagerToWaarp. sendBackInformation(DipRequestFactory dipRequestFactory, DipRequest dipRequest, String filename, String fileInfo)Launch a SubmitTransfer according to arguments for DipRequest -
Uses of DipRequest in org.waarp.vitam.dip
Methods in org.waarp.vitam.dip that return DipRequest Modifier and Type Method Description DipRequestDipRequest. save(DipRequestFactory factory)Save this DipRequestDipRequestDipRequest. setFromRequestResponse(fr.gouv.vitam.common.model.RequestResponseOK requestResponse)Set extra information from first response from operation submissionDipRequestDipRequest. 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)DipRequestDipRequest. setStep(org.waarp.vitam.dip.DipRequest.DIPStep step, int status, DipRequestFactory factory)Use to set the step and status accordingly.Methods in org.waarp.vitam.dip with parameters of type DipRequest Modifier and Type Method Description ManagerToWaarpDipRequestFactory. getManagerToWaarp(DipRequest dipRequest)
-