Uses of Interface
fr.gouv.vitam.storage.engine.client.StorageClient
-
Packages that use StorageClient Package Description fr.gouv.vitam.functional.administration.core.contract 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 usesfr.gouv.vitam.storage.engine.client Provides Storage Engine client interface, factory and implementations.fr.gouv.vitam.worker.core.plugin.ingestcleanup.report fr.gouv.vitam.worker.core.plugin.massprocessing.management -
-
Uses of StorageClient in fr.gouv.vitam.functional.administration.core.contract
Constructors in fr.gouv.vitam.functional.administration.core.contract with parameters of type StorageClient Constructor Description ManagementContractImpl(MongoDbAccessAdminImpl mongoAccess, VitamCounterService vitamCounterService, StorageClient storageClient, LogbookOperationsClient logbookOperationsClient, FunctionalBackupService functionalBackupService)
ManagementContractValidationService(StorageClient storageClient, MongoDbAccessReferential mongoAccess)
-
Uses of StorageClient in fr.gouv.vitam.functionaltest.cucumber.step
Methods in fr.gouv.vitam.functionaltest.cucumber.step that return StorageClient Modifier and Type Method Description StorageClient
World. getStorageClient()
Storage client -
Uses of StorageClient in fr.gouv.vitam.ihmrecette.appserver
Constructors in fr.gouv.vitam.ihmrecette.appserver with parameters of type StorageClient Constructor Description StorageCRUDUtils(StorageClient storageClient)
-
Uses of StorageClient in fr.gouv.vitam.storage.engine.client
Classes in fr.gouv.vitam.storage.engine.client that implement StorageClient Modifier and Type Class Description class
StorageClientMock
Mock client implementation for storageMethods in fr.gouv.vitam.storage.engine.client that return StorageClient Modifier and Type Method Description StorageClient
StorageClientFactory. getClient()
Get the default storage client -
Uses of StorageClient in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report
Methods in fr.gouv.vitam.worker.core.plugin.ingestcleanup.report with parameters of type StorageClient Modifier and Type Method Description void
CleanupReportManager. exportReport(HandlerIO handlerIO, StorageClient storageClient)
-
Uses of StorageClient in fr.gouv.vitam.worker.core.plugin.massprocessing.management
Methods in fr.gouv.vitam.worker.core.plugin.massprocessing.management with parameters of type StorageClient Modifier and Type Method Description protected void
MassUpdateUnitsRulesProcess. saveUnitWithLfc(MetaDataClient mdClient, LogbookLifeCyclesClient lfcClient, StorageClient storageClient, HandlerIO handler, WorkerParameters params, java.lang.String guid, java.lang.String fileName)
Store Unit with LFC by storing UNIT+LFC in workspace then storing in offers.
-