Uses of Class
org.linuxforhealth.fhir.config.PropertyGroup
- 
- 
Uses of PropertyGroup in org.linuxforhealth.fhir.audit
Methods in org.linuxforhealth.fhir.audit with parameters of type PropertyGroup Modifier and Type Method Description voidAuditLogService. initialize(PropertyGroup auditLogProperties)Performs any required audit log service initialization using the passed Properties file.voidAuditLogService. stop(PropertyGroup auditLogProperties)Performs any required audit log service stops - 
Uses of PropertyGroup in org.linuxforhealth.fhir.audit.configuration
Methods in org.linuxforhealth.fhir.audit.configuration with parameters of type PropertyGroup Modifier and Type Method Description voidConfigurationTranslator. config(java.util.Properties props, PropertyGroup auditLogProperties)loads the details from the config values.ConfigurationTypeConfigurationTranslator. determineConfigurationType(PropertyGroup auditLogProperties)gets the location to load the properties from: Environment Bindings with EventStreams Credentials format - "environment" fhir-server-config.json - "config"voidConfigurationTranslator. environment(java.util.Properties props, PropertyGroup auditLogProperties)loads the details from the environmental values.MapperTypeConfigurationTranslator. getMapperType(PropertyGroup auditLogProperties)get the mapper from the auditLogPropertiesjava.lang.StringConfigurationTranslator. getTopic(PropertyGroup auditLogProperties)gets the topic used in the logging of the audit messages.java.util.PropertiesConfigurationTranslator. translate(PropertyGroup auditLogProperties)decides to load the Properties from the environment or the configuration. - 
Uses of PropertyGroup in org.linuxforhealth.fhir.audit.configuration.type
Methods in org.linuxforhealth.fhir.audit.configuration.type with parameters of type PropertyGroup Modifier and Type Method Description static java.util.PropertiesKafkaType. getEnvironment(PropertyGroup auditLogProperties)converts from a configuration such as fhir-server-config.json to a java.util.properties object that is setup for Kafka. - 
Uses of PropertyGroup in org.linuxforhealth.fhir.audit.impl
Methods in org.linuxforhealth.fhir.audit.impl with parameters of type PropertyGroup Modifier and Type Method Description voidKafkaService. initialize(PropertyGroup auditLogProperties)voidNopService. initialize(PropertyGroup auditLogProperties)voidKafkaService. stop(PropertyGroup auditLogProperties)voidNopService. stop(PropertyGroup auditLogProperties) - 
Uses of PropertyGroup in org.linuxforhealth.fhir.audit.mapper
Methods in org.linuxforhealth.fhir.audit.mapper with parameters of type PropertyGroup Modifier and Type Method Description MapperMapper. init(PropertyGroup auditLogProperties)initializes and loads the default values from the tenant configuration. - 
Uses of PropertyGroup in org.linuxforhealth.fhir.audit.mapper.impl
Methods in org.linuxforhealth.fhir.audit.mapper.impl with parameters of type PropertyGroup Modifier and Type Method Description MapperAuditEventMapper. init(PropertyGroup auditLogProperties)MapperCADFMapper. init(PropertyGroup auditLogProperties) - 
Uses of PropertyGroup in org.linuxforhealth.fhir.config
Methods in org.linuxforhealth.fhir.config that return PropertyGroup Modifier and Type Method Description PropertyGroupTenantSpecificPropertyGroupCache. createCachedObject(java.io.File f)PropertyGroupDefaultFHIRConfigProvider. getPropertyGroup(java.lang.String pgName)static PropertyGroupFHIRConfigHelper. getPropertyGroup(java.lang.String propertyName)PropertyGroupFHIRConfigProvider. getPropertyGroup(java.lang.String pgName)Get the named PropertyGroupPropertyGroupPropertyGroup. getPropertyGroup(java.lang.String propertyName)Returns a PropertyGroup associated with the specified property.static PropertyGroupConfigurationService. loadConfiguration(java.io.InputStream is)Loads the specified input stream as a JSON file and returns a PropertyGroup containing the contents of the JSON file as the root property group.static PropertyGroupConfigurationService. loadConfiguration(java.lang.String filename)Loads the specified file as a JSON file and returns a PropertyGroup containing the contents of the JSON file as the root property group.PropertyGroupFHIRConfiguration. loadConfiguration()Retrieves the FHIR Server default configuration and returns it as a PropertyGroup.PropertyGroupFHIRConfiguration. loadConfigurationForTenant(java.lang.String tenantId)Loads the configuration for the specified tenant id.Constructors in org.linuxforhealth.fhir.config with parameters of type PropertyGroup Constructor Description ResourcesConfigAdapter(PropertyGroup resourcesConfig, FHIRVersionParam fhirVersion)Public constructor - 
Uses of PropertyGroup in org.linuxforhealth.fhir.operation.davinci.hrex.configuration
Methods in org.linuxforhealth.fhir.operation.davinci.hrex.configuration that return PropertyGroup Modifier and Type Method Description PropertyGroupConfigurationAdapter. getExtendedStrategyPropertyGroup()gets the extended strategy property group - 
Uses of PropertyGroup in org.linuxforhealth.fhir.operation.davinci.hrex.configuration.impl
Methods in org.linuxforhealth.fhir.operation.davinci.hrex.configuration.impl that return PropertyGroup Modifier and Type Method Description PropertyGroupConfigurationAdapterImpl. getExtendedStrategyPropertyGroup() - 
Uses of PropertyGroup in org.linuxforhealth.fhir.persistence.blob
Constructors in org.linuxforhealth.fhir.persistence.blob with parameters of type PropertyGroup Constructor Description BlobPropertyGroupAdapter(PropertyGroup pg) - 
Uses of PropertyGroup in org.linuxforhealth.fhir.persistence.cassandra
Constructors in org.linuxforhealth.fhir.persistence.cassandra with parameters of type PropertyGroup Constructor Description CassandraPropertyGroupAdapter(PropertyGroup pg) - 
Uses of PropertyGroup in org.linuxforhealth.fhir.persistence.helper
Fields in org.linuxforhealth.fhir.persistence.helper declared as PropertyGroup Modifier and Type Field Description protected PropertyGroupFHIRPersistenceHelper. fhirConfig - 
Uses of PropertyGroup in org.linuxforhealth.fhir.persistence.jdbc.postgresql
Constructors in org.linuxforhealth.fhir.persistence.jdbc.postgresql with parameters of type PropertyGroup Constructor Description SetPostgresOptimizerOptions(PropertyGroup pg, boolean isCompartment)Public constructor - 
Uses of PropertyGroup in org.linuxforhealth.fhir.server.resources
Fields in org.linuxforhealth.fhir.server.resources declared as PropertyGroup Modifier and Type Field Description protected PropertyGroupFHIRResource. fhirConfig 
 -