Package | Description |
---|---|
fr.gouv.vitam.driver.mock |
Provides a Mock Driver implementation for tests purpose
|
fr.gouv.vitam.storage.driver |
Provides interface describing how drivers should be implemented for the
Storage driver module
|
fr.gouv.vitam.storage.driver.model |
Provides Model classes such as Requests and Results classes for the Storage
driver module
|
fr.gouv.vitam.storage.offers.workspace.driver |
Provides implementation of the driver for the Workspace Driver module.
|
Modifier and Type | Method and Description |
---|---|
StorageMetadatasResult |
ConnectionMockImpl.getMetadatas(StorageObjectRequest request) |
StorageGetResult |
ConnectionMockImpl.getObject(StorageObjectRequest request) |
boolean |
ConnectionMockImpl.objectExistsInOffer(StorageObjectRequest request) |
Modifier and Type | Method and Description |
---|---|
StorageMetadatasResult |
Connection.getMetadatas(StorageObjectRequest request)
Get metadata of object
|
StorageGetResult |
Connection.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
|
Modifier and Type | Class and Description |
---|---|
class |
StorageCheckRequest
Holds minimal needed parameters that may be needed to send a request on an
object on the distant storage offer : check object.
|
class |
StoragePutRequest
Holds every needed parameters that may be needed to put an object on the
distant storage offer.
|
class |
StorageRemoveRequest
Holds every needed parameters that may be needed to remove an object on the
distant storage offer.
|
Modifier and Type | Method and Description |
---|---|
StorageMetadatasResult |
ConnectionImpl.getMetadatas(StorageObjectRequest request) |
StorageGetResult |
ConnectionImpl.getObject(StorageObjectRequest request) |
boolean |
ConnectionImpl.objectExistsInOffer(StorageObjectRequest request) |
Copyright © 2018 Vitam. All rights reserved.