Uses of Class
ca.uhn.fhir.jpa.interceptor.validation.RepositoryValidatingRuleBuilder.FinalizedTypedRule
Packages that use RepositoryValidatingRuleBuilder.FinalizedTypedRule
-
Uses of RepositoryValidatingRuleBuilder.FinalizedTypedRule in ca.uhn.fhir.jpa.interceptor.validation
Subclasses of RepositoryValidatingRuleBuilder.FinalizedTypedRule in ca.uhn.fhir.jpa.interceptor.validationModifier and TypeClassDescriptionclassMethods in ca.uhn.fhir.jpa.interceptor.validation that return RepositoryValidatingRuleBuilder.FinalizedTypedRuleModifier and TypeMethodDescriptionRepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.disallowProfile(String theProfileUrl)If set, any resources that contain a profile declaration inResource.meta.profilematching theProfileUrl will be rejected.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.disallowProfiles(String... theProfileUrls)RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.requireAtLeastOneProfileOf(String... theProfileUrls)Require any resource being persisted to declare conformance to at least one of the given profiles, meaning that the specified profile URL must be found within the resource inResource.meta.profile.RepositoryValidatingRuleBuilder.RepositoryValidatingRuleBuilderTyped.requireAtLeastProfile(String theProfileUrl)Require any resource being persisted to declare conformance to the given profile, meaning that the specified profile URL must be found within the resource inResource.meta.profile.