Package | Description |
---|---|
fr.gouv.vitam.functionaltest.cucumber.step | |
fr.gouv.vitam.storage.engine.client |
Provides Storage Engine client interface, factory and implementations.
|
fr.gouv.vitam.worker.core.handler |
Provides Handler classes for the Worker Core module
|
Modifier and Type | Method and Description |
---|---|
void |
StorageStep.list_srategy(cucumber.api.DataTable dataTable) |
boolean |
StorageStep.store(Path sip,
String uri,
String strategy,
String guid)
Store a file
|
void |
LogbookCheckConsistencyStep.the_logbook_consistency_check_report_list_srategy(cucumber.api.DataTable dataTable) |
Modifier and Type | Method and Description |
---|---|
boolean |
StorageClient.delete(String strategyId,
DataCategory type,
String guid,
String digest,
DigestType digestAlgorithm)
Delete an object of given type in the storage offer strategy
|
boolean |
StorageClient.deleteContainer(String strategyId)
Delete a container in the storage offer strategy A non-empty container CANNOT be deleted !
|
boolean |
StorageClient.exists(String strategyId,
DataCategory type,
String guid,
List<String> offerIds)
Check the existence of an object in storage by its id and type
DataCategory . |
boolean |
StorageClient.existsContainer(String strategyId)
Check the existance of a tenant container in storage by its id
|
javax.ws.rs.core.Response |
StorageClient.getContainerAsync(String strategyId,
String guid,
DataCategory type)
Retrieves a binary object knowing its guid as an inputStream for a specific tenant/strategy
|
com.fasterxml.jackson.databind.JsonNode |
StorageClient.getInformation(String strategyId,
DataCategory type,
String guid,
List<String> offerIds)
Get object information from objects in storage
|
RequestResponse<OfferLog> |
StorageClient.getOfferLogs(String strategyId,
DataCategory type,
Long offset,
int limit,
Order order)
Get offer log .
|
com.fasterxml.jackson.databind.JsonNode |
StorageClient.getStorageInformation(String strategyId)
Check if the storage of objects could be done, knowing a required size
|
VitamRequestIterator<com.fasterxml.jackson.databind.JsonNode> |
StorageClient.listContainer(String strategyId,
DataCategory type)
List object type in container
|
RequestResponseOK |
StorageClient.storageLogBackup()
Call storage log backup operation.
|
RequestResponseOK |
StorageClient.storageLogTraceability()
Call storage log traceability operation.
|
StoredInfoResult |
StorageClient.storeFileFromWorkspace(String strategyId,
DataCategory type,
String guid,
ObjectDescription description)
Store an object available in workspace by its vitam guid
|
Modifier and Type | Method and Description |
---|---|
void |
GenerateAuditReportActionHandler.storeAuditReport(String guid,
InputStream report) |
Copyright © 2018 Vitam. All rights reserved.