Uses of Interface
fr.gouv.vitam.common.database.api.VitamRepositoryProvider
Packages that use VitamRepositoryProvider
Package
Description
Provides common database API
Provides the web server application and configuration for the Functional administration module and the rest resource it uses
Provides Logbook collection classes
Provides reconstruction service classes for Logbook server module
Provides the web server application for the Logbook module and the rest resources it uses.
Provides
Provides the web server application for the Metadata module and the rest resources it uses.
-
Uses of VitamRepositoryProvider in fr.gouv.vitam.common.database.api
Classes in fr.gouv.vitam.common.database.api that implement VitamRepositoryProviderModifier and TypeClassDescriptionclass
Reconstruction instance for instantiating mongoDB and elasticsearch repository. -
Uses of VitamRepositoryProvider in fr.gouv.vitam.functional.administration.core.reconstruction
Constructors in fr.gouv.vitam.functional.administration.core.reconstruction with parameters of type VitamRepositoryProviderModifierConstructorDescriptionReconstructionServiceImpl
(VitamRepositoryProvider vitamRepositoryProvider, OffsetRepository offsetRepository, ElasticsearchFunctionalAdminIndexManager indexManager, FunctionalAdministrationReconstructionMetricsCache reconstructionMetricsCache) ReconstructionServiceImpl
(VitamRepositoryProvider vitamRepositoryProvider, RestoreBackupService recoverBackupService, OffsetRepository offsetRepository, ElasticsearchFunctionalAdminIndexManager indexManager, FunctionalAdministrationReconstructionMetricsCache reconstructionMetricsCache) -
Uses of VitamRepositoryProvider in fr.gouv.vitam.functional.administration.rest
Constructors in fr.gouv.vitam.functional.administration.rest with parameters of type VitamRepositoryProviderModifierConstructorDescriptionReconstructionResource
(AdminManagementConfiguration configuration, VitamRepositoryProvider reconstructionFactory, OntologyLoader ontologyLoader, ElasticsearchFunctionalAdminIndexManager indexManager) Constructor -
Uses of VitamRepositoryProvider in fr.gouv.vitam.logbook.administration.core.impl
Constructors in fr.gouv.vitam.logbook.administration.core.impl with parameters of type VitamRepositoryProviderModifierConstructorDescriptionLogbookCheckConsistencyServiceImpl
(LogbookConfiguration configuration, VitamRepositoryProvider vitamRepository) LogbookCheckConsistencyService constructor.LogbookCheckConsistencyServiceImpl
(LogbookConfiguration configuration, VitamRepositoryProvider vitamRepository, LogbookDetailsCheckService checkLogbookPropertiesService) LogbookCheckConsistencyService constructor. -
Uses of VitamRepositoryProvider in fr.gouv.vitam.logbook.common.server.database.collections
Constructors in fr.gouv.vitam.logbook.common.server.database.collections with parameters of type VitamRepositoryProviderModifierConstructorDescriptionLogbookRepositoryService
(VitamRepositoryProvider vitamRepositoryProvider, ElasticsearchLogbookIndexManager indexManager) -
Uses of VitamRepositoryProvider in fr.gouv.vitam.logbook.common.server.reconstruction
Constructors in fr.gouv.vitam.logbook.common.server.reconstruction with parameters of type VitamRepositoryProviderModifierConstructorDescriptionReconstructionService
(VitamRepositoryProvider vitamRepositoryProvider, OffsetRepository offsetRepository, ElasticsearchLogbookIndexManager indexManager, LogbookReconstructionMetricsCache reconstructionMetricsCache) ConstructorReconstructionService
(VitamRepositoryProvider vitamRepositoryProvider, RestoreBackupService recoverBackupService, OffsetRepository offsetRepository, ElasticsearchLogbookIndexManager indexManager, LogbookReconstructionMetricsCache reconstructionMetricsCache) Constructor for tests -
Uses of VitamRepositoryProvider in fr.gouv.vitam.logbook.rest
Constructors in fr.gouv.vitam.logbook.rest with parameters of type VitamRepositoryProviderModifierConstructorDescriptionLogbookAdminResource
(VitamRepositoryProvider vitamRepositoryProvider, LogbookConfiguration configuration) LogbookRawResource
(VitamRepositoryProvider vitamRepositoryProvider, ElasticsearchLogbookIndexManager indexManager) -
Uses of VitamRepositoryProvider in fr.gouv.vitam.metadata.audit.core
Constructors in fr.gouv.vitam.metadata.audit.core with parameters of type VitamRepositoryProviderModifierConstructorDescriptionMetadataAuditService
(WorkspaceClientFactory workspaceClientFactory, LogbookOperationsClientFactory logbookOperationsClientFactory, VitamRepositoryProvider vitamRepositoryProvider, ElasticsearchMetadataIndexManager indexManager, boolean isDataConsistencyAuditRunnable, boolean enableDataConsistencyRectificationMode, Integer dataConsistencyAuditOplogMaxSize, MongoDbShardConf mongodShardsConf, boolean dbAuthentication) -
Uses of VitamRepositoryProvider in fr.gouv.vitam.metadata.core.database.collections
Constructors in fr.gouv.vitam.metadata.core.database.collections with parameters of type VitamRepositoryProviderModifierConstructorDescriptionMetadataRepositoryService
(VitamRepositoryProvider vitamRepositoryProvider) -
Uses of VitamRepositoryProvider in fr.gouv.vitam.metadata.core.graph
Methods in fr.gouv.vitam.metadata.core.graph with parameters of type VitamRepositoryProviderModifier and TypeMethodDescriptionstatic GraphComputeService
GraphComputeServiceImpl.initialize
(VitamRepositoryProvider vitamRepositoryProvider, MetaDataImpl metaData, ElasticsearchMetadataIndexManager indexManager) Constructors in fr.gouv.vitam.metadata.core.graph with parameters of type VitamRepositoryProviderModifierConstructorDescriptionStoreGraphService
(VitamRepositoryProvider vitamRepositoryProvider) StoreGraphService
(VitamRepositoryProvider vitamRepositoryProvider, RestoreBackupService restoreBackupService, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) -
Uses of VitamRepositoryProvider in fr.gouv.vitam.metadata.core.reconstruction.service
Constructors in fr.gouv.vitam.metadata.core.reconstruction.service with parameters of type VitamRepositoryProviderModifierConstructorDescriptionMetadataReconstructionService
(VitamRepositoryProvider vitamRepositoryProvider, OffsetRepository offsetRepository, ElasticsearchMetadataIndexManager indexManager, MetadataReconstructionMetricsCache reconstructionMetricsCache) ConstructorMetadataReconstructionService
(VitamRepositoryProvider vitamRepositoryProvider, RestoreBackupService recoverBackupService, LogbookLifeCyclesClientFactory logbookLifecycleClientFactory, StorageClientFactory storageClientFactory, OffsetRepository offsetRepository, ElasticsearchMetadataIndexManager indexManager, MetadataReconstructionMetricsCache reconstructionMetricsCache) Constructor for tests -
Uses of VitamRepositoryProvider in fr.gouv.vitam.metadata.rest
Constructors in fr.gouv.vitam.metadata.rest with parameters of type VitamRepositoryProviderModifierConstructorDescriptionAdminMetadataManagementResource
(VitamRepositoryProvider vitamRepositoryProvider, MetaDataImpl metadata, MetaDataConfiguration configuration, ElasticsearchMetadataIndexManager indexManager) MetadataRawResource
(VitamRepositoryProvider vitamRepositoryProvider) Constructor