Uses of Interface
org.linuxforhealth.fhir.operation.bulkdata.config.ConfigurationAdapter
-
-
Uses of ConfigurationAdapter in org.linuxforhealth.fhir.bulkdata.export.system.resource
Fields in org.linuxforhealth.fhir.bulkdata.export.system.resource declared as ConfigurationAdapter Modifier and Type Field Description protected ConfigurationAdapter
SystemExportResourceHandler. adapter
-
Uses of ConfigurationAdapter in org.linuxforhealth.fhir.bulkdata.jbatch.export.checkpoint
Fields in org.linuxforhealth.fhir.bulkdata.jbatch.export.checkpoint declared as ConfigurationAdapter Modifier and Type Field Description (package private) ConfigurationAdapter
ExportCheckpointAlgorithm. config
-
Uses of ConfigurationAdapter in org.linuxforhealth.fhir.operation.bulkdata.client
Constructors in org.linuxforhealth.fhir.operation.bulkdata.client with parameters of type ConfigurationAdapter Constructor Description BulkDataClient(java.lang.String bulkdataSource, java.lang.String outcomeSource, java.lang.String incomingUrl, java.lang.String baseUri, ConfigurationAdapter adapter)
-
Uses of ConfigurationAdapter in org.linuxforhealth.fhir.operation.bulkdata.config
Methods in org.linuxforhealth.fhir.operation.bulkdata.config that return ConfigurationAdapter Modifier and Type Method Description static ConfigurationAdapter
ConfigurationFactory. getInstance()
-
Uses of ConfigurationAdapter in org.linuxforhealth.fhir.operation.bulkdata.config.impl
Classes in org.linuxforhealth.fhir.operation.bulkdata.config.impl that implement ConfigurationAdapter Modifier and Type Class Description class
AbstractSystemConfigurationImpl
Common between the Legacy and V2 Configuration and Implementation Also the system defaults.class
V2ConfigurationImpl
Starting with FHIR Server version 4.6
-