| 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.plugin |
Plugin package in worker module
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StorageStep.store(Path sip,
String uri,
String strategy,
String guid)
Store a file
|
| Modifier and Type | Method and Description |
|---|---|
BulkObjectStoreResponse |
StorageClient.bulkStoreFilesFromWorkspace(String strategyId,
BulkObjectStoreRequest bulkObjectStoreRequest)
Store objects available in workspace into offers
|
com.fasterxml.jackson.databind.JsonNode |
StorageClientMock.getInformation(String strategyId,
DataCategory type,
String guid,
List<String> offerIds,
boolean noCache) |
com.fasterxml.jackson.databind.JsonNode |
StorageClient.getInformation(String strategyId,
DataCategory type,
String guid,
List<String> offerIds,
boolean noCache)
Get object information from objects in storage
|
List<String> |
StorageClientMock.getOffers(String strategyId) |
List<String> |
StorageClient.getOffers(String strategyId)
get List of offers for a strategy
|
com.fasterxml.jackson.databind.JsonNode |
StorageClient.getStorageInformation(String strategyId)
Check if the storage of objects could be done, knowing a required size
|
StoredInfoResult |
StorageClientMock.storeFileFromWorkspace(String strategyId,
DataCategory type,
String guid,
ObjectDescription description) |
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 |
|---|---|
protected BulkObjectStoreResponse |
StoreObjectActionHandler.storeObjects(String startegy,
BulkObjectStoreRequest bulkObjectStoreRequest) |
Copyright © 2019 Vitam. All rights reserved.