Uses of Class
fr.gouv.vitam.storage.driver.model.StorageObjectRequest
Package
Description
Provides a fake Driver implementation for tests purpose
Provides interface describing how drivers should be implemented for the
Storage driver module
Provides Model classes such as Requests and Results classes for the Storage
driver module
Provides implementation of the driver for the Workspace Driver module.
-
Uses of StorageObjectRequest in fr.gouv.vitam.driver.fake
Modifier and TypeMethodDescriptionFakeDriverImpl.FakeConnectionImpl.getObject
(StorageObjectRequest objectRequest) boolean
FakeDriverImpl.FakeConnectionImpl.objectExistsInOffer
(StorageObjectRequest request) Modifier and TypeMethodDescriptionvoid
FakeDriverImpl.FakeConnectionImpl.setGetObjectFunction
(FakeDriverImpl.ThrowableFunction<StorageObjectRequest, StorageGetResult> getObjectFunction) -
Uses of StorageObjectRequest in fr.gouv.vitam.storage.driver
Modifier and TypeMethodDescriptionConnection.getObject
(StorageObjectRequest request) Retrieve an object from the storage offer based on criterias defined in request argument.boolean
Connection.objectExistsInOffer
(StorageObjectRequest request) Check if an object is present in the offer -
Uses of StorageObjectRequest in fr.gouv.vitam.storage.driver.model
Modifier and TypeClassDescriptionclass
Holds every needed parameters that may be needed to put an object on the distant storage offer.class
Holds every needed parameters that may be needed to remove an object on the distant storage offer. -
Uses of StorageObjectRequest in fr.gouv.vitam.storage.offers.workspace.driver
Modifier and TypeMethodDescriptionConnectionImpl.getObject
(StorageObjectRequest request) boolean
ConnectionImpl.objectExistsInOffer
(StorageObjectRequest request)