Uses of Interface
com.ibm.fhir.persistence.FHIRPersistence
-
-
Uses of FHIRPersistence in com.ibm.fhir.bulkdata.export.group.resource
Fields in com.ibm.fhir.bulkdata.export.group.resource declared as FHIRPersistence Modifier and Type Field Description protected FHIRPersistenceGroupHandler. fhirPersistenceMethods in com.ibm.fhir.bulkdata.export.group.resource with parameters of type FHIRPersistence Modifier and Type Method Description voidGroupHandler. register(FHIRPersistence fhirPersistence, String provider)register the fhir persistence from the calling class. -
Uses of FHIRPersistence in com.ibm.fhir.bulkdata.export.patient.resource
Methods in com.ibm.fhir.bulkdata.export.patient.resource with parameters of type FHIRPersistence Modifier and Type Method Description voidPatientResourceHandler. register(ExportTransientUserData chunkData, BulkDataContext ctx, FHIRPersistence fhirPersistence, int pageSize, Class<? extends Resource> resourceType, Map<Class<? extends Resource>,List<Map<String,List<String>>>> searchParametersForResoureTypes, String provider) -
Uses of FHIRPersistence in com.ibm.fhir.bulkdata.jbatch.export.fast
Fields in com.ibm.fhir.bulkdata.jbatch.export.fast declared as FHIRPersistence Modifier and Type Field Description (package private) FHIRPersistenceResourcePayloadReader. fhirPersistence -
Uses of FHIRPersistence in com.ibm.fhir.bulkdata.jbatch.export.patient
Methods in com.ibm.fhir.bulkdata.jbatch.export.patient that return FHIRPersistence Modifier and Type Method Description protected FHIRPersistenceChunkReader. getPersistence()gets the persistence object -
Uses of FHIRPersistence in com.ibm.fhir.bulkdata.jbatch.export.system
Fields in com.ibm.fhir.bulkdata.jbatch.export.system declared as FHIRPersistence Modifier and Type Field Description (package private) FHIRPersistenceChunkReader. fhirPersistence -
Uses of FHIRPersistence in com.ibm.fhir.bulkdata.jbatch.load
Methods in com.ibm.fhir.bulkdata.jbatch.load with parameters of type FHIRPersistence Modifier and Type Method Description OperationOutcomeChunkWriter. conditionalFingerprintUpdate(ImportTransientUserData chunkData, boolean skip, FHIRPersistence persistence, FHIRPersistenceContext context, String logicalId, Resource resource, BulkDataContext ctx)conditional update checks to see if our cache contains the key, if not reads from the db, and calculates the cache. -
Uses of FHIRPersistence in com.ibm.fhir.persistence
Methods in com.ibm.fhir.persistence that return FHIRPersistence Modifier and Type Method Description FHIRPersistenceFHIRPersistenceFactory. getInstance()Returns an instance of a concrete implementation of the FHIRPersistence interface.FHIRPersistencePropertyBasedFHIRPersistenceFactory. getInstance(Properties properties) -
Uses of FHIRPersistence in com.ibm.fhir.persistence.context
Methods in com.ibm.fhir.persistence.context that return FHIRPersistence Modifier and Type Method Description FHIRPersistenceFHIRPersistenceEvent. getPersistenceImpl()Returns the FHIRPersistence instance currently being used by the FHIR REST API layer to process the current request. -
Uses of FHIRPersistence in com.ibm.fhir.persistence.helper
Methods in com.ibm.fhir.persistence.helper that return FHIRPersistence Modifier and Type Method Description FHIRPersistenceFHIRPersistenceHelper. getFHIRPersistenceImplementation()FHIRPersistenceFHIRPersistenceHelper. getFHIRPersistenceImplementation(String factoryPropertyName)FHIRPersistencePersistenceHelper. getFHIRPersistenceImplementation()Returns an appropriate FHIRPersistance implementation according to the current configuration.FHIRPersistencePersistenceHelper. getFHIRPersistenceImplementation(String factoryPropertyName)Returns an appropriate FHIRPersistance implementation according to the current configuration. -
Uses of FHIRPersistence in com.ibm.fhir.persistence.jdbc
Methods in com.ibm.fhir.persistence.jdbc that return FHIRPersistence Modifier and Type Method Description FHIRPersistenceFHIRPersistenceJDBCFactory. getInstance() -
Uses of FHIRPersistence in com.ibm.fhir.persistence.jdbc.impl
Classes in com.ibm.fhir.persistence.jdbc.impl that implement FHIRPersistence Modifier and Type Class Description classFHIRPersistenceJDBCImplThe JDBC implementation of the FHIRPersistence interface, providing implementations for CRUD APIs and search. -
Uses of FHIRPersistence in com.ibm.fhir.server.resources
Methods in com.ibm.fhir.server.resources that return FHIRPersistence Modifier and Type Method Description protected FHIRPersistenceFHIRResource. getPersistenceImpl()Retrieves the persistence implementation to use for the current request. -
Uses of FHIRPersistence in com.ibm.fhir.server.util
Constructors in com.ibm.fhir.server.util with parameters of type FHIRPersistence Constructor Description FHIRRestHelper(FHIRPersistence persistence)
-