
Package ca.uhn.fhir.jpa.api.svc
Interface IGoldenResourceSearchSvc
public interface IGoldenResourceSearchSvc
-
Method Summary
Modifier and TypeMethodDescriptionfetchGoldenResourceIdsPage
(Date theStart, Date theEnd, Integer thePageSize, RequestPartitionId theRequestPartitionId, String theResourceType) Fetches a page of resource IDs for golden resources of the given type.
-
Method Details
-
fetchGoldenResourceIdsPage
IResourcePidList fetchGoldenResourceIdsPage(Date theStart, Date theEnd, @Nonnull Integer thePageSize, @Nullable RequestPartitionId theRequestPartitionId, @Nullable String theResourceType) Fetches a page of resource IDs for golden resources of the given type. The page size is up to the discretion of the implementation.- Parameters:
theStart
- The start of the date range, must be inclusive.theEnd
- The end of the date range, should be exclusive.thePageSize
- The number of golden resources to request at a time.theRequestPartitionId
- The request partition ID (may benull
on nonpartitioned systems)theResourceType
- the type of resource.
-