Uses of Interface
ca.uhn.fhir.jpa.api.pid.IResourcePidList
-
Uses of IResourcePidList in ca.uhn.fhir.jpa.api.pid
Modifier and TypeClassDescriptionclass
BaseResourcePidList<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>>
class
EmptyResourcePidList<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>>
An empty resource pid listclass
HomogeneousResourcePidList<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<T>>
A resource pid list where all pids have the same resource typeclass
A resource pid list where the pids can have different resource typesModifier and TypeMethodDescriptionstatic IResourcePidList
ResourcePidListBuilder.fromChunksAndDate
(List<IResourcePidList> theChunks, Date theEnd) Modifier and TypeMethodDescriptionstatic IResourcePidList
ResourcePidListBuilder.fromChunksAndDate
(List<IResourcePidList> theChunks, Date theEnd) -
Uses of IResourcePidList in ca.uhn.fhir.jpa.api.svc
Modifier and TypeMethodDescriptiondefault IResourcePidList
IBatch2DaoSvc.fetchResourceIdsPage
(Date theStart, Date theEnd, RequestPartitionId theRequestPartitionId, String theUrl) Fetches a page of resource IDs for all resource types.default IResourcePidList
IBatch2DaoSvc.fetchResourceIdsPage
(Date theStart, Date theEnd, Integer thePageSize, RequestPartitionId theRequestPartitionId, String theUrl) Deprecated.
IBatch2DaoSvc.fetchResourceIdsPage(Date, Date, RequestPartitionId, String)
instead.