
Package ca.uhn.fhir.jpa.api.svc
Interface IGoldenResourceSearchSvc
public interface IGoldenResourceSearchSvc
-
Method Summary
Modifier and TypeMethodDescriptionfetchGoldenResourceIdStream(Date theStart, Date theEnd, RequestPartitionId theRequestPartitionId, String theResourceType) Fetches a cursor of resource IDs for golden resources of the given type.
-
Method Details
-
fetchGoldenResourceIdStream
IResourcePidStream fetchGoldenResourceIdStream(Date theStart, Date theEnd, @Nullable RequestPartitionId theRequestPartitionId, @Nonnull String theResourceType) Fetches a cursor of resource IDs for golden resources of the given type.- Parameters:
theStart- The start of the date range, must be inclusive.theEnd- The end of the date range, should be exclusive.theRequestPartitionId- The request partition ID (may benullon nonpartitioned systems)theResourceType- the type of resource.
-