Package | Description |
---|---|
fr.gouv.vitam.functional.administration.rules.core |
Provides core classes of functional administration rules module
|
fr.gouv.vitam.functionaltest.cucumber.step | |
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.storage.engine.common.exception |
Provides common Exception classes for the Storage Engine module.
|
fr.gouv.vitam.storage.engine.common.referential |
Provides common Referential interfaces and factories for the Storage Engine
module :
|
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
|
fr.gouv.vitam.storage.engine.server.storagetraceability |
Modifier and Type | Method and Description |
---|---|
void |
RulesManagerFileImpl.importFile(InputStream rulesFileStream,
String filename) |
Modifier and Type | Method and Description |
---|---|
void |
StorageStep.list_srategy(cucumber.api.DataTable dataTable) |
void |
LogbookCheckConsistencyStep.the_logbook_consistency_check_report_list_srategy(cucumber.api.DataTable dataTable) |
void |
StorageStep.the_sip_is_stored_in_offers(cucumber.api.DataTable dataTable)
Check that the file is stored in the offers
|
Modifier and Type | Method and Description |
---|---|
StoredInfoResult |
StoragePopulateImpl.storeData(String strategyId,
String objectId,
File file,
DataCategory category,
int tenantId)
createObjectDescription AND jsonData in the same params but
they should not be both resent at the same time.
|
Modifier and Type | Class and Description |
---|---|
class |
StorageAlreadyExistsException
Define a Storage Exception to be thrown when something already exists and it
should not
|
class |
StorageDriverMapperException
Define a Storage Exception to be thrown when something wrong with the driver
mapper (updating driver / offer associations)
|
class |
StorageDriverNotFoundException
Define a Storage Exception to be thrown when the driver manager does not find
a required driver (from an offer)
|
class |
StorageNotFoundException
Define a Storage Exception to be thrown when something is not found
|
class |
StorageTechnicalException
Exception thrown when any unwilling technical exception occurs
|
Modifier and Type | Method and Description |
---|---|
StorageOffer |
StorageOfferProvider.getStorageOffer(String idOffer)
Retrieve an offer full configuration by its id
|
Modifier and Type | Method and Description |
---|---|
boolean |
StorageDistribution.checkObjectExisting(String strategyId,
String objectId,
List<String> offerIds)
Verify if object exists
|
com.fasterxml.jackson.databind.JsonNode |
StorageDistribution.createContainer(String strategyId)
Create a container Architects are aware of this.
|
void |
StorageDistribution.deleteObject(String strategyId,
String objectId,
String digest,
DigestType digestAlgorithm)
Delete an object
|
javax.ws.rs.core.Response |
StorageDistribution.getContainerByCategory(String strategyId,
String objectId,
DataCategory category)
Get a specific Object binary data as an input stream
|
com.fasterxml.jackson.databind.JsonNode |
StorageDistribution.getContainerInformations(String strategyId)
Get Storage Information (availability and capacity) for the requested
tenant + strategy
|
com.fasterxml.jackson.databind.JsonNode |
StorageDistribution.getContainerInformations(String strategyId,
DataCategory type,
String objectId,
List<String> offerIds)
Get a specific Object information
|
RequestResponse<OfferLog> |
StorageDistribution.getOfferLogs(String strategyId,
DataCategory category,
Long offset,
int limit,
Order order)
Get offer log from referent
|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
StorageDistribution.listContainerObjects(String strategyId,
DataCategory category,
String cursorId)
List container objects
|
StoredInfoResult |
StorageDistribution.storeData(String strategyId,
String objectId,
ObjectDescription createObjectDescription,
DataCategory category,
String requester)
Store data of any type for given tenant on storage offers associated to
given strategy
|
Modifier and Type | Method and Description |
---|---|
ThreadResponseData |
TransferThread.call() |
Boolean |
DeleteThread.call() |
boolean |
StorageDistributionImpl.checkObjectExisting(String strategyId,
String objectId,
List<String> offerIds) |
void |
StorageDistributionImpl.deleteObject(String strategyId,
String objectId,
String digest,
DigestType digestAlgorithm) |
javax.ws.rs.core.Response |
StorageDistributionImpl.getContainerByCategory(String strategyId,
String objectId,
DataCategory category) |
com.fasterxml.jackson.databind.JsonNode |
StorageDistributionImpl.getContainerInformations(String strategyId) |
com.fasterxml.jackson.databind.JsonNode |
StorageDistributionImpl.getContainerInformations(String strategyId,
DataCategory type,
String objectId,
List<String> offerIds) |
RequestResponse<OfferLog> |
StorageDistributionImpl.getOfferLogs(String strategyId,
DataCategory category,
Long offset,
int limit,
Order order) |
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
StorageDistributionImpl.listContainerObjects(String strategyId,
DataCategory category,
String cursorId) |
StoredInfoResult |
StorageDistributionImpl.storeData(String strategyId,
String objectId,
ObjectDescription createObjectDescription,
DataCategory category,
String requester) |
Modifier and Type | Method and Description |
---|---|
StorageTraceabilityIterator |
TraceabilityStorageService.getLastSavedStorageLogs(String strategyId,
LocalDateTime fromDate)
Get the files of the last storage backup since the last traceability (fromDate) as a StorageTraceabilityIterator
|
String |
TraceabilityStorageService.getLastTraceability(String strategyId)
Get the last storage traceability zip fileName
|
javax.ws.rs.core.Response |
TraceabilityStorageService.getObject(String strategyId,
String objectId,
DataCategory category)
Only direct call to @StorageDistribution.getContainerByCategory
|
Copyright © 2018 Vitam. All rights reserved.