Uses of Class
org.waarp.vitam.common.AbstractVitamRequest
-
Packages that use AbstractVitamRequest 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 AbstractVitamRequest in org.waarp.vitam.common
Methods in org.waarp.vitam.common that return AbstractVitamRequest Modifier and Type Method Description AbstractVitamRequest
AbstractVitamRequest. setAccessContract(String accessContract)
AbstractVitamRequest
AbstractVitamRequest. setApplicationSessionId(String applicationSessionId)
AbstractVitamRequest
AbstractVitamRequest. setGlobalExecutionState(String globalExecutionState)
AbstractVitamRequest
AbstractVitamRequest. setGlobalExecutionStatus(String globalExecutionStatus)
AbstractVitamRequest
AbstractVitamRequest. setJsonPath(String jsonPath)
AbstractVitamRequest
AbstractVitamRequest. setLastTryTime(long lastTryTime)
AbstractVitamRequest
AbstractVitamRequest. setPath(String path)
AbstractVitamRequest
AbstractVitamRequest. setPersonalCertificate(String personalCertificate)
AbstractVitamRequest
AbstractVitamRequest. setRequestId(String requestId)
abstract AbstractVitamRequest
AbstractVitamRequest. 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)AbstractVitamRequest
AbstractVitamRequest. setTenantId(int tenantId)
AbstractVitamRequest
AbstractVitamRequest. setWaarpId(long waarpId)
AbstractVitamRequest
AbstractVitamRequest. setWaarpModel(String waarpModel)
AbstractVitamRequest
AbstractVitamRequest. setWaarpPartner(String waarpPartner)
AbstractVitamRequest
AbstractVitamRequest. setWaarpRule(String waarpRule)
-
Uses of AbstractVitamRequest in org.waarp.vitam.dip
Subclasses of AbstractVitamRequest in org.waarp.vitam.dip Modifier and Type Class Description class
DipRequest
-
Uses of AbstractVitamRequest in org.waarp.vitam.ingest
Subclasses of AbstractVitamRequest in org.waarp.vitam.ingest Modifier and Type Class Description class
IngestRequest
IngestRequest is the unitary entry for Ingest operations made by Waarp to Vitam
-