Package | Description |
---|---|
fr.gouv.vitam.access.internal.api |
Provides module and resource interfaces and a binary data POJO for the Access Internal module.
|
fr.gouv.vitam.access.internal.core |
Provides core implementation for the Access Internal module.
|
fr.gouv.vitam.storage.engine.client |
Provides Storage Engine client interface, factory and implementations.
|
fr.gouv.vitam.storage.engine.server.distribution |
Provides a Distribution interface for the Storage Engine Server module
|
fr.gouv.vitam.storage.engine.server.distribution.impl |
Provides a Distribution implementation for the Storage Engine Server module
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AccessInternalModule.getOneObjectFromObjectGroup(String idObjectGroup,
String qualifier,
int version)
Retrieve an object as InputStream based on the associated ObjectGroupId and qualifier + version requested
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AccessInternalModuleImpl.getOneObjectFromObjectGroup(String idObjectGroup,
String qualifier,
int version) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
StorageDistribution.deleteContainer(String strategyId)
Delete a container
|
com.fasterxml.jackson.databind.JsonNode |
StorageDistribution.getContainerLogbook(String strategyId,
String logbookId)
Get a specific Logbook as a JsonNode
|
com.fasterxml.jackson.databind.JsonNode |
StorageDistribution.getContainerLogbooks(String strategyId)
Retrieve a list of logbook ids associated to a given tenant
|
InputStream |
StorageDistribution.getStorageContainer(String strategyId)
Get Storage Container full content as an InputStream
|
Modifier and Type | Method and Description |
---|---|
InputStream |
StorageDistributionImpl.getStorageContainer(String strategyId) |
Copyright © 2018 Vitam. All rights reserved.