Uses of Interface
org.forgerock.json.resource.QueryResponse
-
Packages that use QueryResponse Package Description org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions.org.forgerock.monitoring Common utility classes for monitoring.org.forgerock.openam.rest.resource This package contains classes for the handling of REST request to CREST Resource endpoints with the concept of realms in OpenAM built in. -
-
Uses of QueryResponse in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return QueryResponse Modifier and Type Method Description QueryResponseSynchronousRequestHandler. handleQuery(Context context, QueryRequest request, Collection<ResourceResponse> resources)Searches for all JSON resources matching a user specified set of criteria.static QueryResponseResponses. newQueryResponse()Creates a new query result with anullpaged results cookie and no count of the total number of remaining results.static QueryResponseResponses. newQueryResponse(String pagedResultsCookie)Creates a new query result with the provided paged results cookie and no count.static QueryResponseResponses. newQueryResponse(String pagedResultsCookie, CountPolicy totalPagedResultsPolicy, int totalPagedResults)Creates a new query result with the provided paged results cookie and a count of the total number of remaining results according to totalPagedResultsPolicy.static QueryResponseResponses. newRemainingResultsResponse(String pagedResultsCookie, int remainingPagedResults)Deprecated.UseResponses.newQueryResponse(String, CountPolicy, int)instead.QueryResponseAbstractAsynchronousConnection. query(Context context, QueryRequest request, Collection<? super ResourceResponse> results)QueryResponseAbstractAsynchronousConnection. query(Context context, QueryRequest request, QueryResourceHandler handler)QueryResponseAbstractConnectionWrapper. query(Context context, QueryRequest request, Collection<? super ResourceResponse> results)Searches for all JSON resources matching a user specified set of criteria, and places the results in the provided collection.QueryResponseAbstractConnectionWrapper. query(Context context, QueryRequest request, QueryResourceHandler handler)Searches for all JSON resources matching a user specified set of criteria, and returns aPromisethat will be completed with the results of the search.QueryResponseConnection. query(Context context, QueryRequest request, Collection<? super ResourceResponse> results)Searches for all JSON resources matching a user specified set of criteria, and places the results in the provided collection.QueryResponseConnection. query(Context context, QueryRequest request, QueryResourceHandler handler)Searches for all JSON resources matching a user specified set of criteria, and returns aPromisethat will be completed with the results of the search.default QueryResponseQueryResponse. setCacheControl(ResponseCacheControl cacheControl)Sets the cache control for this response.Methods in org.forgerock.json.resource that return types with arguments of type QueryResponse Modifier and Type Method Description Promise<QueryResponse,ResourceException>QueryResponse. asPromise()Return this response as a result Promise.Promise<QueryResponse,ResourceException>Filter. filterQuery(Context context, QueryRequest request, QueryResourceHandler handler, RequestHandler next)Filters a query request.Promise<QueryResponse,ResourceException>ResourceApiVersionRoutingFilter. filterQuery(Context context, QueryRequest request, QueryResourceHandler handler, RequestHandler next)Promise<QueryResponse,ResourceException>ResourceApiVersionSpecificationFilter. filterQuery(Context context, QueryRequest request, QueryResourceHandler handler, RequestHandler next)Promise<QueryResponse,ResourceException>FilterChain. handleQuery(Context context, QueryRequest request, QueryResourceHandler handler)default Promise<QueryResponse,ResourceException>RequestHandler. handleQuery(Context context, QueryRequest request, QueryResourceHandler handler)Searches for all JSON resources matching a user specified set of criteria, returning aPromisethat will be completed when the search has completed.Promise<QueryResponse,ResourceException>Router. handleQuery(Context context, QueryRequest request, QueryResourceHandler handler)Promise<QueryResponse,ResourceException>AbstractConnectionWrapper. queryAsync(Context context, QueryRequest request, QueryResourceHandler handler)Asynchronously searches for all JSON resources matching a user specified set of criteria, and returns aPromisethat will be completed with the results of the search.Promise<QueryResponse,ResourceException>Connection. queryAsync(Context context, QueryRequest request, QueryResourceHandler handler)Asynchronously searches for all JSON resources matching a user specified set of criteria, and returns aPromisethat will be completed with the results of the search.default Promise<QueryResponse,ResourceException>CollectionResourceProvider. queryCollection(Context context, QueryRequest request, QueryResourceHandler handler)Searchesthe collection for all resources which match the query request criteria.Promise<QueryResponse,ResourceException>MemoryBackend. queryCollection(Context context, QueryRequest request, QueryResourceHandler handler)Searchesthe collection for all resources which match the query request criteria. -
Uses of QueryResponse in org.forgerock.monitoring
Methods in org.forgerock.monitoring that return types with arguments of type QueryResponse Modifier and Type Method Description Promise<QueryResponse,ResourceException>DropwizardMetricsCollectionResourceProvider. queryCollection(Context context, QueryRequest request, QueryResourceHandler handler) -
Uses of QueryResponse in org.forgerock.openam.rest.resource
Methods in org.forgerock.openam.rest.resource that return types with arguments of type QueryResponse Modifier and Type Method Description Promise<QueryResponse,ResourceException>RestrictedTokenContextFilter. filterQuery(Context context, QueryRequest request, QueryResourceHandler handler, RequestHandler next)
-