Uses of Interface
fr.gouv.vitam.common.database.api.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
Modifier and TypeClassDescriptionclass
Reconstruction instance for instantiating mongoDB and elasticsearch repository. -
Uses of VitamRepositoryProvider in fr.gouv.vitam.functional.administration.core.reconstruction
ModifierConstructorDescriptionReconstructionServiceImpl
(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
ModifierConstructorDescriptionReconstructionResource
(AdminManagementConfiguration configuration, VitamRepositoryProvider reconstructionFactory, OntologyLoader ontologyLoader, ElasticsearchFunctionalAdminIndexManager indexManager) Constructor -
Uses of VitamRepositoryProvider in fr.gouv.vitam.logbook.administration.core.impl
ModifierConstructorDescriptionLogbookCheckConsistencyServiceImpl
(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
ModifierConstructorDescriptionLogbookRepositoryService
(VitamRepositoryProvider vitamRepositoryProvider, ElasticsearchLogbookIndexManager indexManager) -
Uses of VitamRepositoryProvider in fr.gouv.vitam.logbook.common.server.reconstruction
ModifierConstructorDescriptionReconstructionService
(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
ModifierConstructorDescriptionLogbookAdminResource
(VitamRepositoryProvider vitamRepositoryProvider, LogbookConfiguration configuration) LogbookRawResource
(VitamRepositoryProvider vitamRepositoryProvider, ElasticsearchLogbookIndexManager indexManager) -
Uses of VitamRepositoryProvider in fr.gouv.vitam.metadata.audit.core
ModifierConstructorDescriptionMetadataAuditService
(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
ModifierConstructorDescriptionMetadataRepositoryService
(VitamRepositoryProvider vitamRepositoryProvider) -
Uses of VitamRepositoryProvider in fr.gouv.vitam.metadata.core.graph
Modifier and TypeMethodDescriptionstatic GraphComputeService
GraphComputeServiceImpl.initialize
(VitamRepositoryProvider vitamRepositoryProvider, MetaDataImpl metaData, ElasticsearchMetadataIndexManager indexManager) ModifierConstructorDescriptionStoreGraphService
(VitamRepositoryProvider vitamRepositoryProvider) StoreGraphService
(VitamRepositoryProvider vitamRepositoryProvider, RestoreBackupService restoreBackupService, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory) -
Uses of VitamRepositoryProvider in fr.gouv.vitam.metadata.core.reconstruction.service
ModifierConstructorDescriptionMetadataReconstructionService
(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
ModifierConstructorDescriptionAdminMetadataManagementResource
(VitamRepositoryProvider vitamRepositoryProvider, MetaDataImpl metadata, MetaDataConfiguration configuration, ElasticsearchMetadataIndexManager indexManager) MetadataRawResource
(VitamRepositoryProvider vitamRepositoryProvider) Constructor