Uses of Class
com.ibm.fhir.config.PropertyGroup
-
-
Uses of PropertyGroup in com.ibm.fhir.audit
Methods in com.ibm.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 com.ibm.fhir.audit.configuration
Methods in com.ibm.fhir.audit.configuration with parameters of type PropertyGroup Modifier and Type Method Description void
ConfigurationTranslator. config(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(Properties props, PropertyGroup auditLogProperties)
loads the details from the environmental values.MapperType
ConfigurationTranslator. getMapperType(PropertyGroup auditLogProperties)
get the mapper from the auditLogPropertiesString
ConfigurationTranslator. getTopic(PropertyGroup auditLogProperties)
gets the topic used in the logging of the audit messages.Properties
ConfigurationTranslator. translate(PropertyGroup auditLogProperties)
decides to load the Properties from the environment or the configuration. -
Uses of PropertyGroup in com.ibm.fhir.audit.configuration.type
Methods in com.ibm.fhir.audit.configuration.type with parameters of type PropertyGroup Modifier and Type Method Description static 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 com.ibm.fhir.audit.impl
Methods in com.ibm.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 com.ibm.fhir.audit.mapper
Methods in com.ibm.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 com.ibm.fhir.audit.mapper.impl
Methods in com.ibm.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 com.ibm.fhir.config
Methods in com.ibm.fhir.config that return PropertyGroup Modifier and Type Method Description PropertyGroup
TenantSpecificPropertyGroupCache. createCachedObject(File f)
PropertyGroup
DefaultFHIRConfigProvider. getPropertyGroup(String pgName)
static PropertyGroup
FHIRConfigHelper. getPropertyGroup(String propertyName)
PropertyGroup
FHIRConfigProvider. getPropertyGroup(String pgName)
Get the named PropertyGroupPropertyGroup
PropertyGroup. getPropertyGroup(String propertyName)
Returns a PropertyGroup associated with the specified property.static PropertyGroup
ConfigurationService. loadConfiguration(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(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(String tenantId)
Loads the configuration for the specified tenant id. -
Uses of PropertyGroup in com.ibm.fhir.persistence.helper
Fields in com.ibm.fhir.persistence.helper declared as PropertyGroup Modifier and Type Field Description protected PropertyGroup
FHIRPersistenceHelper. fhirConfig
-
Uses of PropertyGroup in com.ibm.fhir.persistence.jdbc.postgresql
Constructors in com.ibm.fhir.persistence.jdbc.postgresql with parameters of type PropertyGroup Constructor Description SetPostgresOptimizerOptions(PropertyGroup pg, boolean isCompartment)
Public constructor -
Uses of PropertyGroup in com.ibm.fhir.server.resources
Fields in com.ibm.fhir.server.resources declared as PropertyGroup Modifier and Type Field Description protected PropertyGroup
FHIRResource. fhirConfig
-