Uses of Interface
ca.uhn.fhir.jpa.api.pid.IResourcePidList
-
Uses of IResourcePidList in ca.uhn.fhir.jpa.api.pid
Modifier and TypeClassDescriptionclass
class
An empty resource pid listclass
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.