Uses of Class
org.linuxforhealth.fhir.persistence.ResourcePayload
-
-
Uses of ResourcePayload in org.linuxforhealth.fhir.bulkdata.jbatch.export.fast
Methods in org.linuxforhealth.fhir.bulkdata.jbatch.export.fast with parameters of type ResourcePayload Modifier and Type Method Description java.lang.Boolean
ResourcePayloadReader. processPayload(ResourcePayload t)
Process this payload result. -
Uses of ResourcePayload in org.linuxforhealth.fhir.persistence
Methods in org.linuxforhealth.fhir.persistence that return ResourcePayload Modifier and Type Method Description ResourcePayload
FHIRPersistence. fetchResourcePayloads(java.lang.Class<? extends Resource> resourceType, java.time.Instant fromLastModified, java.time.Instant toLastModified, java.util.function.Function<ResourcePayload,java.lang.Boolean> process)
Special function for high speed export of resource payloads.Method parameters in org.linuxforhealth.fhir.persistence with type arguments of type ResourcePayload Modifier and Type Method Description ResourcePayload
FHIRPersistence. fetchResourcePayloads(java.lang.Class<? extends Resource> resourceType, java.time.Instant fromLastModified, java.time.Instant toLastModified, java.util.function.Function<ResourcePayload,java.lang.Boolean> process)
Special function for high speed export of resource payloads. -
Uses of ResourcePayload in org.linuxforhealth.fhir.persistence.jdbc.dao.impl
Methods in org.linuxforhealth.fhir.persistence.jdbc.dao.impl that return ResourcePayload Modifier and Type Method Description ResourcePayload
FetchResourcePayloadsDAO. run(java.sql.Connection c)
Run the query, feeding each result row to the consumerConstructor parameters in org.linuxforhealth.fhir.persistence.jdbc.dao.impl with type arguments of type ResourcePayload Constructor Description FetchPayloadsForIdsDAO(java.lang.String schemaName, java.lang.String resourceType, java.util.List<java.lang.Long> resourceIds, java.util.function.Consumer<ResourcePayload> consumer)
Public constructorFetchResourcePayloadsDAO(IDatabaseTranslator translator, java.lang.String schemaName, java.lang.String resourceType, java.time.Instant fromLastUpdated, java.time.Instant toLastUpdated, java.util.function.Function<ResourcePayload,java.lang.Boolean> processor)
-
Uses of ResourcePayload in org.linuxforhealth.fhir.persistence.jdbc.impl
Methods in org.linuxforhealth.fhir.persistence.jdbc.impl that return ResourcePayload Modifier and Type Method Description ResourcePayload
FHIRPersistenceJDBCImpl. fetchResourcePayloads(java.lang.Class<? extends Resource> resourceType, java.time.Instant fromLastModified, java.time.Instant toLastModified, java.util.function.Function<ResourcePayload,java.lang.Boolean> processor)
Method parameters in org.linuxforhealth.fhir.persistence.jdbc.impl with type arguments of type ResourcePayload Modifier and Type Method Description ResourcePayload
FHIRPersistenceJDBCImpl. fetchResourcePayloads(java.lang.Class<? extends Resource> resourceType, java.time.Instant fromLastModified, java.time.Instant toLastModified, java.util.function.Function<ResourcePayload,java.lang.Boolean> processor)
-