Uses of Class
org.linuxforhealth.fhir.persistence.ResourceChangeLogRecord
-
Packages that use ResourceChangeLogRecord Package Description org.linuxforhealth.fhir.persistence org.linuxforhealth.fhir.persistence.jdbc.dao.impl org.linuxforhealth.fhir.persistence.jdbc.impl -
-
Uses of ResourceChangeLogRecord in org.linuxforhealth.fhir.persistence
Methods in org.linuxforhealth.fhir.persistence that return types with arguments of type ResourceChangeLogRecord Modifier and Type Method Description java.util.List<ResourceChangeLogRecord>FHIRPersistence. changes(FHIRPersistenceContext context, int resourceCount, java.time.Instant sinceLastModified, java.time.Instant beforeLastModified, java.lang.Long changeIdMarker, java.util.List<java.lang.String> resourceTypeNames, boolean excludeTransactionTimeoutWindow, HistorySortOrder historySortOrder)Fetch up to resourceCount records from the RESOURCE_CHANGE_LOG table.Method parameters in org.linuxforhealth.fhir.persistence with type arguments of type ResourceChangeLogRecord Modifier and Type Method Description java.util.List<Resource>FHIRPersistence. readResourcesForRecords(java.util.List<ResourceChangeLogRecord> records)Read the resources for each of the change log records in the list, aligning the entries in the returned list to match the entries in the records list. -
Uses of ResourceChangeLogRecord in org.linuxforhealth.fhir.persistence.jdbc.dao.impl
Methods in org.linuxforhealth.fhir.persistence.jdbc.dao.impl that return types with arguments of type ResourceChangeLogRecord Modifier and Type Method Description java.util.List<ResourceChangeLogRecord>FetchResourceChangesDAO. run(java.sql.Connection c)Run the DAO command on the database connection -
Uses of ResourceChangeLogRecord in org.linuxforhealth.fhir.persistence.jdbc.impl
Methods in org.linuxforhealth.fhir.persistence.jdbc.impl that return types with arguments of type ResourceChangeLogRecord Modifier and Type Method Description java.util.List<ResourceChangeLogRecord>FHIRPersistenceJDBCImpl. changes(FHIRPersistenceContext context, int resourceCount, java.time.Instant sinceLastModified, java.time.Instant beforeLastModified, java.lang.Long changeIdMarker, java.util.List<java.lang.String> resourceTypeNames, boolean excludeTransactionTimeoutWindow, HistorySortOrder historySortOrder)Method parameters in org.linuxforhealth.fhir.persistence.jdbc.impl with type arguments of type ResourceChangeLogRecord Modifier and Type Method Description java.util.List<Resource>FHIRPersistenceJDBCImpl. readResourcesForRecords(java.util.List<ResourceChangeLogRecord> records)
-