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 |
---|---|
boolean |
StorageStep.store(Path sip,
String uri,
String strategy,
String guid)
Store a file
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
StorageClient.getInformation(String strategyId,
DataCategory type,
String guid,
List<String> offerIds)
Get object information from objects in storage
|
com.fasterxml.jackson.databind.JsonNode |
StorageClient.getStorageInformation(String strategyId)
Check if the storage of objects could be done, knowing a required size
|
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.