Interface BoundResourceQuery<T extends Resource>


@Deprecated public interface BoundResourceQuery<T extends Resource>
Deprecated.
The interface BoundResourceQuery.
  • Method Details

    • without

      Deprecated.
      Exclude the given provider when fetching resources.
      Parameters:
      provider - the provider
      Returns:
      the bound resource query
    • without

      BoundResourceQuery<T> without(Class<? extends ResourceProvider> providerType)
      Deprecated.
      Exclude providers of the given type when fetching resources.
      Parameters:
      providerType - the provider type
      Returns:
      the bound resource query
    • onBeforeFetch

      Deprecated.
      Register a callback for logging the provider invocation.
      Parameters:
      hook - the hook
      Returns:
      the bound resource query
    • fetch

      Deprecated.
      Returns the requested resources using the context and providers passed to the record's constructor.
      Type Parameters:
      T - the generic type
      Parameters:
      request - the request
      Returns:
      the stream