Uses of Class
com.ibm.fhir.config.PropertyGroup
-
-
Uses of PropertyGroup in com.ibm.fhir.audit.logging.api
Methods in com.ibm.fhir.audit.logging.api 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. -
Uses of PropertyGroup in com.ibm.fhir.audit.logging.impl
Methods in com.ibm.fhir.audit.logging.impl with parameters of type PropertyGroup Modifier and Type Method Description void
DisabledAuditLogService. initialize(PropertyGroup auditLogProperties)
void
WhcAuditCadfLogService. initialize(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.config.mock
Subclasses of PropertyGroup in com.ibm.fhir.config.mock Modifier and Type Class Description class
MockPropertyGroup
-
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.server.resources
Fields in com.ibm.fhir.server.resources declared as PropertyGroup Modifier and Type Field Description protected PropertyGroup
FHIRResource. fhirConfig
-