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.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
|
fr.gouv.vitam.worker.core.plugin.elimination | |
fr.gouv.vitam.worker.core.plugin.evidence |
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_list_srategy(cucumber.api.DataTable dataTable) |
Modifier and Type | Method and Description |
---|---|
boolean |
StorageCRUDUtils.deleteFile(DataCategory dataCategory,
String uid,
String offerId)
deleteFile
|
Modifier and Type | Method and Description |
---|---|
RequestResponseOK |
StorageClient.copyObjectToOneOfferAnother(String objectId,
DataCategory category,
String source,
String destination) |
RequestResponseOK |
StorageClient.create(String objectId,
DataCategory category,
InputStream inputStream,
Long inputStreamSize,
List<String> offerIds) |
boolean |
StorageClient.delete(String strategyId,
DataCategory type,
String guid)
Delete an object of given type in the storage offer strategy
|
boolean |
StorageClient.delete(String strategyId,
DataCategory type,
String guid,
List<String> offerIds)
Delete an object of given type in the storage offer strategy
|
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 |
StorageClient.existsContainer(String strategyId)
Check the existance of a tenant container in storage by its id
|
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 |
StorageClient.getInformation(String strategyId,
DataCategory type,
String guid,
List<String> offerIds)
Get object information from objects in storage
|
RequestResponse<OfferLog> |
StorageClient.getOfferLogs(String strategyId,
DataCategory type,
Long offset,
int limit,
Order order)
Get offer log .
|
List<String> |
StorageClient.getOffers(String strategyId)
get List of offers for a strategy
|
com.fasterxml.jackson.databind.JsonNode |
StorageClient.getStorageInformation(String strategyId)
Check if the storage of objects could be done, knowing a required size
|
VitamRequestIterator<com.fasterxml.jackson.databind.JsonNode> |
StorageClient.listContainer(String strategyId,
DataCategory type)
List object type in container
|
RequestResponseOK |
StorageClient.storageAccessLogBackup()
Call storage accesslog backup operation.
|
RequestResponseOK |
StorageClient.storageLogBackup()
Call storage log backup operation.
|
RequestResponseOK |
StorageClient.storageLogTraceability()
Call storage log traceability operation.
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
EliminationActionDeleteService.deleteObjectGroups(Collection<String> objectGroupListOfIdentifiers) |
void |
EliminationActionDeleteService.deleteObjects(List<String> objectIds) |
void |
EliminationActionDeleteService.deleteUnits(Collection<String> unitsListOfIdentifiers) |
Modifier and Type | Method and Description |
---|---|
List<IdentifierType> |
DataRectificationService.correctObjectGroups(EvidenceAuditReportLine line,
String containerName) |
Optional<IdentifierType> |
DataRectificationService.correctUnits(EvidenceAuditReportLine line,
String containerName) |
Copyright © 2018 Vitam. All rights reserved.