
Uses of Interface
ca.uhn.fhir.jpa.api.pid.IResourcePidList
Packages that use IResourcePidList
-
Uses of IResourcePidList in ca.uhn.fhir.jpa.api.pid
Classes in ca.uhn.fhir.jpa.api.pid that implement IResourcePidListModifier and TypeClassDescriptionclassBaseResourcePidList<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>>classEmptyResourcePidList<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>>An empty resource pid listclassHomogeneousResourcePidList<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>>A resource pid list where all pids have the same resource typeclassA resource pid list where the pids can have different resource typesMethods in ca.uhn.fhir.jpa.api.pid that return IResourcePidListModifier and TypeMethodDescriptionstatic IResourcePidListResourcePidListBuilder.fromChunksAndDate(List<IResourcePidList> theChunks, Date theEnd) Method parameters in ca.uhn.fhir.jpa.api.pid with type arguments of type IResourcePidListModifier and TypeMethodDescriptionstatic IResourcePidListResourcePidListBuilder.fromChunksAndDate(List<IResourcePidList> theChunks, Date theEnd) Constructors in ca.uhn.fhir.jpa.api.pid with parameters of type IResourcePidList -
Uses of IResourcePidList in ca.uhn.fhir.jpa.api.svc
Methods in ca.uhn.fhir.jpa.api.svc that return IResourcePidListModifier and TypeMethodDescriptiondefault IResourcePidListIBatch2DaoSvc.fetchResourceIdsPage(Date theStart, Date theEnd, RequestPartitionId theRequestPartitionId, String theUrl) Fetches a page of resource IDs for all resource types.default IResourcePidListIBatch2DaoSvc.fetchResourceIdsPage(Date theStart, Date theEnd, Integer thePageSize, RequestPartitionId theRequestPartitionId, String theUrl) Deprecated.
IBatch2DaoSvc.fetchResourceIdsPage(Date, Date, RequestPartitionId, String)instead.