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 BooleanResourcePayloadReader. 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 ResourcePayloadFHIRPersistence. fetchResourcePayloads(Class<? extends Resource> resourceType, Instant fromLastModified, Instant toLastModified, Function<ResourcePayload,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 ResourcePayloadFHIRPersistence. fetchResourcePayloads(Class<? extends Resource> resourceType, Instant fromLastModified, Instant toLastModified, Function<ResourcePayload,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 ResourcePayloadFetchResourcePayloadsDAO. run(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(String schemaName, String resourceType, List<Long> resourceIds, Consumer<ResourcePayload> consumer)Public constructorFetchResourcePayloadsDAO(IDatabaseTranslator translator, String schemaName, String resourceType, Instant fromLastUpdated, Instant toLastUpdated, Function<ResourcePayload,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 ResourcePayloadFHIRPersistenceJDBCImpl. fetchResourcePayloads(Class<? extends Resource> resourceType, Instant fromLastModified, Instant toLastModified, Function<ResourcePayload,Boolean> processor)Method parameters in com.ibm.fhir.persistence.jdbc.impl with type arguments of type ResourcePayload Modifier and Type Method Description ResourcePayloadFHIRPersistenceJDBCImpl. fetchResourcePayloads(Class<? extends Resource> resourceType, Instant fromLastModified, Instant toLastModified, Function<ResourcePayload,Boolean> processor)
-