Uses of Interface
fr.gouv.vitam.metadata.core.reconstruction.repository.OperationReportRepository
-
Packages that use OperationReportRepository Package Description fr.gouv.vitam.metadata.core.reconstruction.domain fr.gouv.vitam.metadata.core.reconstruction.repository.impl -
-
Uses of OperationReportRepository in fr.gouv.vitam.metadata.core.reconstruction.domain
Constructors in fr.gouv.vitam.metadata.core.reconstruction.domain with parameters of type OperationReportRepository Constructor Description OperationReportParser(OperationReportRepository operationReportRepository, MetaDataConfiguration metaDataConfiguration, PersistentIdentifierRepository persistentIdentifierRepository, PurgedPersistentIdentifierExtractorFactory purgedPersistentIdentifierExtractorFactory)
PersistentIdentifierReconstructionManager(OperationReportRepository operationReportRepository, ReconstructionOperationRepository reconstructionOperationRepository, MetaDataConfiguration metaDataConfiguration, PersistentIdentifierRepository persistentIdentifierRepository)
-
Uses of OperationReportRepository in fr.gouv.vitam.metadata.core.reconstruction.repository.impl
Classes in fr.gouv.vitam.metadata.core.reconstruction.repository.impl that implement OperationReportRepository Modifier and Type Class Description class
OperationReportRepositoryImpl
-