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 void
AuditLogService. initialize(PropertyGroup auditLogProperties)
Performs any required audit log service initialization using the passed Properties file.void
AuditLogService. 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 void
ConfigurationTranslator. config(java.util.Properties props, PropertyGroup auditLogProperties)
loads the details from the config values.ConfigurationType
ConfigurationTranslator. determineConfigurationType(PropertyGroup auditLogProperties)
gets the location to load the properties from: Environment Bindings with EventStreams Credentials format - "environment" fhir-server-config.json - "config"void
ConfigurationTranslator. environment(java.util.Properties props, PropertyGroup auditLogProperties)
loads the details from the environmental values.MapperType
ConfigurationTranslator. getMapperType(PropertyGroup auditLogProperties)
get the mapper from the auditLogPropertiesjava.lang.String
ConfigurationTranslator. getTopic(PropertyGroup auditLogProperties)
gets the topic used in the logging of the audit messages.java.util.Properties
ConfigurationTranslator. 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.Properties
KafkaType. 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 void
KafkaService. initialize(PropertyGroup auditLogProperties)
void
NopService. initialize(PropertyGroup auditLogProperties)
void
KafkaService. stop(PropertyGroup auditLogProperties)
void
NopService. 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 Mapper
Mapper. 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 Mapper
AuditEventMapper. init(PropertyGroup auditLogProperties)
Mapper
CADFMapper. 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 PropertyGroup
TenantSpecificPropertyGroupCache. createCachedObject(java.io.File f)
PropertyGroup
DefaultFHIRConfigProvider. getPropertyGroup(java.lang.String pgName)
static PropertyGroup
FHIRConfigHelper. getPropertyGroup(java.lang.String propertyName)
PropertyGroup
FHIRConfigProvider. getPropertyGroup(java.lang.String pgName)
Get the named PropertyGroupPropertyGroup
PropertyGroup. getPropertyGroup(java.lang.String propertyName)
Returns a PropertyGroup associated with the specified property.static PropertyGroup
ConfigurationService. 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 PropertyGroup
ConfigurationService. 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.PropertyGroup
FHIRConfiguration. loadConfiguration()
Retrieves the FHIR Server default configuration and returns it as a PropertyGroup.PropertyGroup
FHIRConfiguration. 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 PropertyGroup
ConfigurationAdapter. 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 PropertyGroup
ConfigurationAdapterImpl. 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 PropertyGroup
FHIRPersistenceHelper. 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 PropertyGroup
FHIRResource. fhirConfig
-