Interface BoundResourceQuery<T extends Resource>
Deprecated.
The interface BoundResourceQuery.
-
Method Summary
Modifier and TypeMethodDescriptionfetch()Deprecated.Returns the requested resources using the context and providers passed to the record's constructor.Deprecated.Register a callback for logging the provider invocation.without(Class<? extends ResourceProvider> providerType) Deprecated.Exclude providers of the given type when fetching resources.without(ResourceProvider provider) Deprecated.Exclude the given provider when fetching resources.
-
Method Details
-
without
Deprecated.Exclude the given provider when fetching resources.- Parameters:
provider- the provider- Returns:
- the bound resource query
-
without
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
-