Uses of Class
ca.uhn.fhir.jpa.model.entity.ModelConfig
Packages that use ModelConfig
-
Uses of ModelConfig in ca.uhn.fhir.jpa.model.entity
Methods in ca.uhn.fhir.jpa.model.entity that return ModelConfigModifier and TypeMethodDescriptionModelConfig.addSupportedSubscriptionType(org.hl7.fhir.dstu2.model.Subscription.SubscriptionChannelType theSubscriptionChannelType)This setting indicates which subscription channel types are supported by the server.BaseResourceIndexedSearchParam.getModelConfig()ModelConfig.setTreatReferencesAsLogical(Set<String> theTreatReferencesAsLogical)This setting may be used to advise the server that any references found in resources that have any of the base URLs given here will be treated as logical references instead of being treated as real references.Methods in ca.uhn.fhir.jpa.model.entity with parameters of type ModelConfigModifier and TypeMethodDescriptionstatic longResourceIndexedSearchParamString.calculateHashNormalized(PartitionSettings thePartitionSettings, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, ModelConfig theModelConfig, String theResourceType, String theParamName, String theValueNormalized)static longResourceIndexedSearchParamString.calculateHashNormalized(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, ModelConfig theModelConfig, String theResourceType, String theParamName, String theValueNormalized)BaseResourceIndexedSearchParam.setModelConfig(ModelConfig theModelConfig)Constructors in ca.uhn.fhir.jpa.model.entity with parameters of type ModelConfigModifierConstructorDescriptionResourceIndexedSearchParamString(PartitionSettings thePartitionSettings, ModelConfig theModelConfig, String theResourceType, String theParamName, String theValueNormalized, String theValueExact)