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 voidAuditLogService. 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 voidDisabledAuditLogService. initialize(PropertyGroup auditLogProperties)voidWhcAuditCadfLogService. 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 PropertyGroupTenantSpecificPropertyGroupCache. createCachedObject(File f)PropertyGroupDefaultFHIRConfigProvider. getPropertyGroup(String pgName)static PropertyGroupFHIRConfigHelper. getPropertyGroup(String propertyName)PropertyGroupFHIRConfigProvider. getPropertyGroup(String pgName)Get the named PropertyGroupPropertyGroupPropertyGroup. getPropertyGroup(String propertyName)Returns a PropertyGroup associated with the specified property.static PropertyGroupConfigurationService. 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 PropertyGroupConfigurationService. 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.PropertyGroupFHIRConfiguration. loadConfiguration()Retrieves the FHIR Server default configuration and returns it as a PropertyGroup.PropertyGroupFHIRConfiguration. 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 classMockPropertyGroup - 
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 PropertyGroupFHIRPersistenceHelper. 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 PropertyGroupFHIRResource. fhirConfig 
 -