
Uses of Class
ca.uhn.fhir.jpa.provider.merge.MergeValidationService
Packages that use MergeValidationService
-
Uses of MergeValidationService in ca.uhn.fhir.jpa.config.r4
Methods in ca.uhn.fhir.jpa.config.r4 that return MergeValidationServiceModifier and TypeMethodDescriptionJpaR4Config.mergeValidationService
(ca.uhn.fhir.context.FhirContext theFhirContext, DaoRegistry theDaoRegistry) Methods in ca.uhn.fhir.jpa.config.r4 with parameters of type MergeValidationServiceModifier and TypeMethodDescriptionJpaR4Config.resourceMergeService
(DaoRegistry theDaoRegistry, IReplaceReferencesSvc theReplaceReferencesSvc, HapiTransactionService theHapiTransactionService, IRequestPartitionHelperSvc theRequestPartitionHelperSvc, IJobCoordinator theJobCoordinator, Batch2TaskHelper theBatch2TaskHelper, JpaStorageSettings theStorageSettings, MergeValidationService theMergeValidationService, MergeProvenanceSvc theMergeProvenanceSvc) JpaR4Config.resourceUndoMergeService
(DaoRegistry theDaoRegistry, MergeProvenanceSvc theMergeProvenanceSvc, PreviousResourceVersionRestorer theResourceVersionRestorer, MergeValidationService theMergeValidationService, IRequestPartitionHelperSvc theRequestPartitionHelperSvc) -
Uses of MergeValidationService in ca.uhn.fhir.jpa.provider.merge
Constructors in ca.uhn.fhir.jpa.provider.merge with parameters of type MergeValidationServiceModifierConstructorDescriptionResourceMergeService
(JpaStorageSettings theStorageSettings, DaoRegistry theDaoRegistry, IReplaceReferencesSvc theReplaceReferencesSvc, IHapiTransactionService theHapiTransactionService, IRequestPartitionHelperSvc theRequestPartitionHelperSvc, IJobCoordinator theJobCoordinator, Batch2TaskHelper theBatch2TaskHelper, MergeValidationService theMergeValidationService, MergeProvenanceSvc theMergeProvenanceSvc) ResourceUndoMergeService
(DaoRegistry theDaoRegistry, MergeProvenanceSvc theMergeProvenanceSvc, PreviousResourceVersionRestorer theResourceVersionRestorer, MergeValidationService theMergeValidationService, IRequestPartitionHelperSvc theRequestPartitionHelperSvc)