Class DefaultBoundResourceQuery<T extends Resource>
java.lang.Object
org.jdrupes.builder.core.DefaultBoundResourceQuery<T>
- All Implemented Interfaces:
BoundResourceQuery<T>
@Deprecated
public class DefaultBoundResourceQuery<T extends Resource>
extends Object
implements BoundResourceQuery<T>
Deprecated.
The Class DefaultBoundResourceQuery.
-
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.Description copied from interface:BoundResourceQueryExclude the given provider when fetching resources.- Specified by:
withoutin interfaceBoundResourceQuery<T extends Resource>- Parameters:
provider- the provider- Returns:
- the bound resource query
-
without
Deprecated.Description copied from interface:BoundResourceQueryExclude providers of the given type when fetching resources.- Specified by:
withoutin interfaceBoundResourceQuery<T extends Resource>- Parameters:
providerType- the provider type- Returns:
- the bound resource query
-
onBeforeFetch
Deprecated.Description copied from interface:BoundResourceQueryRegister a callback for logging the provider invocation.- Specified by:
onBeforeFetchin interfaceBoundResourceQuery<T extends Resource>- Parameters:
hook- the hook- Returns:
- the bound resource query
-
fetch
Deprecated.Description copied from interface:BoundResourceQueryReturns the requested resources using the context and providers passed to the record's constructor.- Specified by:
fetchin interfaceBoundResourceQuery<T extends Resource>- Returns:
- the stream
-