Uses of Class
fr.gouv.vitam.storage.engine.client.StorageClientFactory
Package
Description
Provides core implementation for the Access Internal module.
Provides the web server application for the Access Internal module and the rest resources it uses.
Provides reconstruction service classes for Logbook server module
Provides core implementation for the Logbook Operations module.
Provides Storage Engine client interface, factory and implementations.
Provides Handler classes for the Worker Core module
Plugin package in worker module
Provides classes for the Audit Workflow.
-
Uses of StorageClientFactory in fr.gouv.vitam.access.internal.core
ModifierConstructorDescriptionAccessInternalModuleImpl
(LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, LogbookOperationsClientFactory logbookOperationsClientFactory, StorageClientFactory storageClientFactory, WorkspaceClientFactory workspaceClientFactory, AdminManagementClientFactory adminManagementClientFactory, MetaDataClientFactory metaDataClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.access.internal.rest
ModifierConstructorDescriptionBusinessApplication
(LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, LogbookOperationsClientFactory logbookOperationsClientFactory, StorageClientFactory storageClientFactory, WorkspaceClientFactory workspaceClientFactory, AdminManagementClientFactory adminManagementClientFactory, MetaDataClientFactory metaDataClientFactory, ProcessingManagementClientFactory processingManagementClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.functional.administration.core.audit
ModifierConstructorDescriptionReferentialAuditService
(StorageClientFactory storageClientFactory, VitamCounterService vitamCounterService) -
Uses of StorageClientFactory in fr.gouv.vitam.functional.administration.core.backup
ModifierConstructorDescriptionBackupService
(WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.logbook.common.server.reconstruction
ModifierConstructorDescriptionRestoreBackupService
(StorageClientFactory storageClientFactory) Constructor for tests -
Uses of StorageClientFactory in fr.gouv.vitam.logbook.operations.core
ModifierConstructorDescriptionLogbookOperationsImpl
(LogbookDbAccess mongoDbAccess, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory, IndexationHelper indexationHelper, ElasticsearchLogbookIndexManager indexManager) -
Uses of StorageClientFactory in fr.gouv.vitam.metadata.core.ExportsPurge
ModifierConstructorDescriptionExportsPurgeService
(WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory, TimeToLiveConfiguration timeToLiveConfiguration) -
Uses of StorageClientFactory in fr.gouv.vitam.metadata.core.graph
ModifierConstructorDescriptionStoreGraphService
(VitamRepositoryProvider vitamRepositoryProvider, RestoreBackupService restoreBackupService, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.metadata.core.reconstruction.repository.impl
ModifierConstructorDescriptionOperationReportRepositoryImpl
(StorageClientFactory storageClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.metadata.core.reconstruction.service
ModifierConstructorDescriptionMetadataReconstructionService
(VitamRepositoryProvider vitamRepositoryProvider, RestoreBackupService recoverBackupService, LogbookLifeCyclesClientFactory logbookLifecycleClientFactory, StorageClientFactory storageClientFactory, OffsetRepository offsetRepository, ElasticsearchMetadataIndexManager indexManager, MetadataReconstructionMetricsCache reconstructionMetricsCache) Constructor for testsRestoreBackupService
(StorageClientFactory storageClientFactory) Constructor for tests -
Uses of StorageClientFactory in fr.gouv.vitam.processing.distributor.core
ModifierConstructorDescriptionAsyncResourceCleaner
(ServerConfiguration serverConfiguration, StorageClientFactory storageClientFactory, ScheduledExecutorService scheduledExecutorService) AsyncResourcesMonitor
(ServerConfiguration serverConfiguration, StorageClientFactory storageClientFactory, ScheduledExecutorService scheduledExecutorService) -
Uses of StorageClientFactory in fr.gouv.vitam.processing.engine.core.operation
-
Uses of StorageClientFactory in fr.gouv.vitam.scheduler.server.job
ModifierConstructorDescriptionOfferLogCompactionJob
(StorageClientFactory storageClientFactory) StorageLogTraceabilityJob
(StorageClientFactory storageClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.storage.engine.client
Modifier and TypeMethodDescriptionstatic StorageClientFactory
StorageClientFactory.getInstance()
Get the StorageClientFactory instanceModifier and TypeMethodDescriptionOfferLogHelper.getListing
(StorageClientFactory storageClientFactory, String strategy, String offerId, DataCategory dataCategory, Long offset, Order order, int chunkSize, Integer limit) ModifierConstructorDescriptionStorageClientOfferLogIterator
(StorageClientFactory storageClientFactory, String strategyId, String offerId, Order order, DataCategory dataCategory, int chunkSize, Long startOffset) -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.handler
ModifierConstructorDescriptionCheckHeaderActionHandler
(AdminManagementClientFactory adminManagementClientFactory, StorageClientFactory storageClientFactory, SedaUtilsFactory sedaUtilsFactory) CheckIngestContractActionHandler
(AdminManagementClientFactory adminManagementClientFactory, StorageClientFactory storageClientFactory) CheckStorageAvailabilityActionHandler
(StorageClientFactory storageClientFactory, SedaUtilsFactory sedaUtilsFactory) ManagmentContractChecker
(String managementContractId, AdminManagementClientFactory adminManagementClientFactory, StorageClientFactory storageClientFactory) PrepareStorageInfoActionHandler
(StorageClientFactory storageClientFactory) Useful for inject mock in test class -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin
ModifierConstructorDescriptionprotected
CommonReportService
(ReportType reportType, BatchReportClientFactory batchReportClientFactory, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) StoreMetadataObjectActionHandler
(StorageClientFactory storageClientFactory) StoreMetaDataObjectGroupActionPlugin
(MetaDataClientFactory metaDataClientFactory, LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, StorageClientFactory storageClientFactory) StoreObjectActionHandler
(StorageClientFactory storageClientFactory) StoreObjectGroupActionPlugin
(StorageClientFactory storageClientFactory) protected
UpdateUnitFinalize
(BatchReportClientFactory batchReportClientFactory, LogbookOperationsClientFactory logbookOperationsClientFactory, StorageClientFactory storageClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.audit
ModifierConstructorDescriptionAuditExistenceService
(StorageClientFactory storageClientFactory) AuditIntegrityService
(StorageClientFactory storageClientFactory) AuditReportService
(BatchReportClientFactory reportFactory, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.bulkatomicupdate
ModifierConstructorDescriptionBulkAtomicUpdateProcess
(MetaDataClientFactory metaDataClientFactory, LogbookLifeCyclesClientFactory lfcClientFactory, StorageClientFactory storageClientFactory, BatchReportClientFactory batchReportClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.common
-
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.deleteGotVersions.handlers
ModifierConstructorDescriptionDeleteGotVersionsStoragePlugin
(StorageClientFactory storageClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.deleteGotVersions.services
ModifierConstructorDescriptionDeleteGotVersionsReportService
(BatchReportClientFactory reportFactory, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.dip
-
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.elimination.report
ModifierConstructorDescriptionEliminationActionReportService
(BatchReportClientFactory reportFactory, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.evidence
ModifierConstructorDescription -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.evidence.report
ModifierConstructorDescriptionEvidenceAuditReportService
(BatchReportClientFactory reportFactory, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.ingestcleanup
ModifierConstructorDescriptionIngestCleanupFinalizationPlugin
(StorageClientFactory storageClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.lfc_traceability
ModifierConstructorDescriptionprotected
FinalizeLifecycleTraceabilityActionPlugin
(StorageClientFactory storageClientFactory, String actionHandlerId) StrategyIdOfferIdLoader
(StorageClientFactory storageClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.massprocessing.description
ModifierConstructorDescriptionMassUpdateUnitsProcess
(MetaDataClientFactory metaDataClientFactory, LogbookLifeCyclesClientFactory lfcClientFactory, StorageClientFactory storageClientFactory, BatchReportClientFactory batchReportClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.massprocessing.management
ModifierConstructorDescriptionMassUpdateUnitsRulesProcess
(MetaDataClientFactory metaDataClientFactory, LogbookLifeCyclesClientFactory lfcClientFactory, StorageClientFactory storageClientFactory, AdminManagementClientFactory adminManagementClientFactory, BatchReportClientFactory batchReportClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.migration
ModifierConstructorDescriptionMigrationUnits
(MetaDataClientFactory metaDataClientFactory, LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, StorageClientFactory storageClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.preservation
ModifierConstructorDescription -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.preservation.service
ModifierConstructorDescriptionPreservationReportService
(BatchReportClientFactory reportFactory, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.probativevalue
ModifierConstructorDescriptionProbativeCreateReportEntry
(MetaDataClientFactory metaDataClientFactory, LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, StorageClientFactory storageClientFactory, LogbookOperationsClientFactory logbookOperationsClientFactory, TimeStampService timeStampService) -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.revertupdate
ModifierConstructorDescriptionRevertUpdateUnitPlugin
(StorageClientFactory storageClientFactory, MetaDataClientFactory metadataClientFactory, LogbookLifeCyclesClientFactory logbookLifeCyclesClientFactory, BatchReportClientFactory batchReportClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.traceability
ModifierConstructorDescriptionprotected
ChecksSecureTraceabilityDataHashesPlugin
(StorageClientFactory storageClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.traceability.service
ModifierConstructorDescriptionTraceabilityReportService
(BatchReportClientFactory reportFactory, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) -
Uses of StorageClientFactory in fr.gouv.vitam.worker.core.plugin.transfer.reply
ModifierConstructorDescriptionSaveAtrPlugin
(StorageClientFactory storageClientFactory) TransferReplyReportService
(BatchReportClientFactory reportFactory, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory)