Uses of Class
com.ibm.fhir.persistence.ResourcePayload
-
Packages that use ResourcePayload Package Description com.ibm.fhir.bulkdata.jbatch.export.fast com.ibm.fhir.persistence com.ibm.fhir.persistence.jdbc.dao.impl com.ibm.fhir.persistence.jdbc.impl -
-
Uses of ResourcePayload in com.ibm.fhir.bulkdata.jbatch.export.fast
Methods in com.ibm.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 com.ibm.fhir.persistence
Methods in com.ibm.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 com.ibm.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 com.ibm.fhir.persistence.jdbc.dao.impl
Methods in com.ibm.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 com.ibm.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 com.ibm.fhir.persistence.jdbc.impl
Methods in com.ibm.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 com.ibm.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)
-