
Uses of Interface
ca.uhn.fhir.jpa.interceptor.validation.IRepositoryValidatingRule
Packages that use IRepositoryValidatingRule
-
Uses of IRepositoryValidatingRule in ca.uhn.fhir.jpa.interceptor.validation
Methods in ca.uhn.fhir.jpa.interceptor.validation that return IRepositoryValidatingRuleMethods in ca.uhn.fhir.jpa.interceptor.validation that return types with arguments of type IRepositoryValidatingRuleModifier and TypeMethodDescriptionRepositoryValidatingRuleBuilder.build()
Create the repository validation rulesRepositoryValidatingRuleBuilder.FinalizedTypedRule.build()
Method parameters in ca.uhn.fhir.jpa.interceptor.validation with type arguments of type IRepositoryValidatingRuleModifier and TypeMethodDescriptionvoid
RepositoryValidatingInterceptor.setRules
(List<IRepositoryValidatingRule> theRules) Provide the rules to use for validation (mandatory)Constructor parameters in ca.uhn.fhir.jpa.interceptor.validation with type arguments of type IRepositoryValidatingRuleModifierConstructorDescriptionRepositoryValidatingInterceptor
(ca.uhn.fhir.context.FhirContext theFhirContext, List<IRepositoryValidatingRule> theRules) Constructor