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.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AccessInternalModule.getAccessLog(com.fasterxml.jackson.databind.JsonNode params)
Retrieve all accessLog by the concatenation of all accesslog files as InputStream
|
javax.ws.rs.core.Response |
AccessInternalModule.getOneObjectFromObjectGroup(String idObjectGroup,
String qualifier,
int version,
String idUnit)
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.getAccessLog(com.fasterxml.jackson.databind.JsonNode params) |
javax.ws.rs.core.Response |
AccessInternalModuleImpl.getOneObjectFromObjectGroup(String idObjectGroup,
String qualifier,
int version,
String idUnit) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
StorageClient.getContainerAsync(String strategyId,
String guid,
DataCategory type,
AccessLogInfoModel logInfo)
Retrieves a binary object knowing its guid as an inputStream for a specific tenant/strategy
|
Copyright © 2018 Vitam. All rights reserved.