Interface IGoldenResourceSearchSvc


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