Interface IGoldenResourceSearchSvc


public interface IGoldenResourceSearchSvc
  • 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 be null on nonpartitioned systems)
      theResourceType - the type of resource.