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.ihmrecette.appserver.populate |
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
|
fr.gouv.vitam.logbook.common.server.reconstruction |
Provides reconstruction service classes for Logbook server module
|
fr.gouv.vitam.metadata.core.reconstruction |
Provides reconstruction classes for Metadata 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 |
---|---|
VitamAsyncInputStreamResponse |
PopulateService.download(Integer tenantId,
DataCategory dataCategory,
String strategyId,
String offerId,
String objectId) |
VitamAsyncInputStreamResponse |
StoragePopulateImpl.download(Integer tenantId,
DataCategory dataCategory,
String strategyId,
String offerId,
String objectId) |
VitamAsyncInputStreamResponse |
MetadataStorageService.download(Integer tenantId,
DataCategory dataCategory,
String strategyId,
String offerId,
String objectId) |
List<OfferReference> |
StoragePopulateImpl.getOffersReferences(String strategyId) |
Modifier and Type | Method and Description |
---|---|
LogbookBackupModel |
RestoreBackupService.loadData(String strategy,
String filename,
long offset)
Load data from storage
|
Modifier and Type | Method and Description |
---|---|
InputStream |
RestoreBackupService.loadData(String strategy,
DataCategory category,
String filename) |
MetadataBackupModel |
RestoreBackupService.loadData(String strategy,
MetadataCollections collection,
String filename,
long offset)
Load data from storage
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
StorageClientMock.getContainerAsync(String strategyId,
String guid,
DataCategory type,
AccessLogInfoModel logInfo) |
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 © 2019 Vitam. All rights reserved.