Package | Description |
---|---|
fr.gouv.vitam.functionaltest.cucumber.step | |
fr.gouv.vitam.ihmrecette.appserver |
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
|
fr.gouv.vitam.metadata.core.ExportsPurge | |
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
|
fr.gouv.vitam.worker.core.plugin.elimination | |
fr.gouv.vitam.worker.core.plugin.evidence | |
fr.gouv.vitam.worker.core.plugin.purge |
Modifier and Type | Method and Description |
---|---|
void |
StorageStep.list_srategy(cucumber.api.DataTable dataTable) |
boolean |
StorageStep.store(Path sip,
String uri,
String strategy,
String guid)
Store a file
|
void |
LogbookCheckConsistencyStep.the_logbook_consistency_check_report_does_not_contain_errors() |
Modifier and Type | Method and Description |
---|---|
boolean |
StorageCRUDUtils.deleteFile(DataCategory dataCategory,
String uid,
String strategyId,
String offerId)
deleteFile
|
RequestResponse<StorageStrategy> |
StorageCRUDUtils.getStrategies()
get the list of strategies containing the offers
|
Modifier and Type | Method and Description |
---|---|
void |
ExportsPurgeService.migrationPurgeDipFilesFromOffers() |
Modifier and Type | Method and Description |
---|---|
BulkObjectStoreResponse |
StorageClient.bulkStoreFilesFromWorkspace(String strategyId,
BulkObjectStoreRequest bulkObjectStoreRequest)
Store objects available in workspace into offers
|
RequestResponseOK |
StorageClientMock.copyObjectToOneOfferAnother(String objectId,
DataCategory category,
String source,
String destination,
String strategyId) |
RequestResponseOK |
StorageClient.copyObjectToOneOfferAnother(String objectId,
DataCategory category,
String source,
String destination,
String strategyId) |
RequestResponseOK |
StorageClientMock.create(String strategyId,
String objectId,
DataCategory category,
InputStream inputStream,
Long inputStreamSize,
List<String> offerIds) |
RequestResponseOK |
StorageClient.create(String strategyId,
String objectId,
DataCategory category,
InputStream inputStream,
Long inputStreamSize,
List<String> offerIds) |
boolean |
StorageClientMock.delete(String strategyId,
DataCategory type,
String guid) |
boolean |
StorageClient.delete(String strategyId,
DataCategory type,
String guid)
Delete an object of given type in the storage offer strategy
|
boolean |
StorageClientMock.delete(String strategyId,
DataCategory type,
String guid,
List<String> offerIds) |
boolean |
StorageClient.delete(String strategyId,
DataCategory type,
String guid,
List<String> offerIds)
Delete an object of given type in the storage offer strategy
|
Map<String,Boolean> |
StorageClientMock.exists(String strategyId,
DataCategory type,
String guid,
List<String> offerIds) |
Map<String,Boolean> |
StorageClient.exists(String strategyId,
DataCategory type,
String guid,
List<String> offerIds)
Check the existence of an object in storage by its id and type
DataCategory . |
boolean |
StorageClientMock.existsContainer(String strategyId) |
boolean |
StorageClient.existsContainer(String strategyId)
Check the existance of a tenant container in storage by its id
|
RequestResponse<BatchObjectInformationResponse> |
StorageClient.getBatchObjectInformation(String strategyId,
DataCategory type,
Collection<String> offerIds,
Collection<String> objectIds)
Get object information from objects in storage
|
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
|
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
|
RequestResponse<OfferLog> |
StorageClientMock.getOfferLogs(String strategyId,
DataCategory type,
Long offset,
int limit,
Order order) |
RequestResponse<OfferLog> |
StorageClient.getOfferLogs(String strategyId,
DataCategory type,
Long offset,
int limit,
Order order)
Get offer log .
|
List<String> |
StorageClientMock.getOffers(String strategyId) |
List<String> |
StorageClient.getOffers(String strategyId)
get List of offers for a strategy
|
com.fasterxml.jackson.databind.JsonNode |
StorageClientMock.getStorageInformation(String strategyId) |
com.fasterxml.jackson.databind.JsonNode |
StorageClient.getStorageInformation(String strategyId)
Check if the storage of objects could be done, knowing a required size
|
RequestResponse<StorageStrategy> |
StorageClientMock.getStorageStrategies() |
RequestResponse<StorageStrategy> |
StorageClient.getStorageStrategies()
Get strategies.
|
VitamRequestIterator<com.fasterxml.jackson.databind.JsonNode> |
StorageClient.listContainer(String strategyId,
DataCategory type)
List object type in container
|
RequestResponseOK |
StorageClientMock.storageAccessLogBackup() |
RequestResponseOK |
StorageClient.storageAccessLogBackup()
Call storage accesslog backup operation.
|
RequestResponseOK |
StorageClientMock.storageLogBackup() |
RequestResponseOK |
StorageClient.storageLogBackup()
Call storage log backup operation.
|
RequestResponseOK |
StorageClientMock.storageLogTraceability() |
RequestResponseOK |
StorageClient.storageLogTraceability()
Call storage log traceability operation.
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
EliminationActionDeleteService.deleteObjectGroups(Map<String,String> objectGroupsGuidsWithStrategies) |
void |
EliminationActionDeleteService.deleteObjects(Map<String,String> objectsGuidsWithStrategies) |
void |
EliminationActionDeleteService.deleteUnits(Map<String,String> unitsGuidsWithStrategies) |
Modifier and Type | Method and Description |
---|---|
List<IdentifierType> |
DataRectificationService.correctObjectGroups(EvidenceAuditReportLine line,
String containerName) |
Optional<IdentifierType> |
DataRectificationService.correctUnits(EvidenceAuditReportLine line,
String containerName) |
Modifier and Type | Method and Description |
---|---|
void |
PurgeDeleteService.deleteObjectGroups(Map<String,String> objectGroupsGuidsWithStrategies) |
void |
PurgeDeleteService.deleteObjects(Map<String,String> objectsGuidsWithStrategies) |
void |
PurgeDeleteService.deleteUnits(Map<String,String> unitsGuidsWithStrategies) |
Copyright © 2019 Vitam. All rights reserved.