Uses of Interface
org.forgerock.json.resource.QueryResponse
Packages that use QueryResponse
Package
Description
Package contains the AuditService.
This package contains the default
AuditEventHandlers.This package contains the JSON-file
AuditEventHandler implementation.This package contains the JSON-stdout
AuditEventHandler implementation.Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
Common utility classes for monitoring.
APIs for implementing REST to LDAP gateways.
-
Uses of QueryResponse in org.forgerock.audit
Methods in org.forgerock.audit that return types with arguments of type QueryResponseModifier and TypeMethodDescriptionAuditService.handleQuery(org.forgerock.services.context.Context context, QueryRequest request, QueryResourceHandler handler) Performs the query on the specified object and returns the associated results.AuditServiceProxy.handleQuery(org.forgerock.services.context.Context context, QueryRequest request, QueryResourceHandler handler) -
Uses of QueryResponse in org.forgerock.audit.events.handlers
Methods in org.forgerock.audit.events.handlers that return types with arguments of type QueryResponseModifier and TypeMethodDescriptionAuditEventHandler.queryEvents(org.forgerock.services.context.Context context, String topic, QueryRequest query, QueryResourceHandler handler) Query some events from the provided topic.NoOpAuditEventHandler.queryEvents(org.forgerock.services.context.Context context, String topic, QueryRequest query, QueryResourceHandler handler) -
Uses of QueryResponse in org.forgerock.audit.handlers.json
Methods in org.forgerock.audit.handlers.json that return types with arguments of type QueryResponseModifier and TypeMethodDescriptionJsonAuditEventHandler.queryEvents(org.forgerock.services.context.Context context, String topic, QueryRequest query, QueryResourceHandler handler) -
Uses of QueryResponse in org.forgerock.audit.handlers.json.stdout
Methods in org.forgerock.audit.handlers.json.stdout that return types with arguments of type QueryResponseModifier and TypeMethodDescriptionJsonStdoutAuditEventHandler.queryEvents(org.forgerock.services.context.Context context, String topic, QueryRequest query, QueryResourceHandler handler) -
Uses of QueryResponse in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return QueryResponseModifier and TypeMethodDescriptionSynchronousRequestHandler.handleQuery(org.forgerock.services.context.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.AbstractAsynchronousConnection.query(org.forgerock.services.context.Context context, QueryRequest request, Collection<? super ResourceResponse> results) AbstractAsynchronousConnection.query(org.forgerock.services.context.Context context, QueryRequest request, QueryResourceHandler handler) AbstractConnectionWrapper.query(org.forgerock.services.context.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.AbstractConnectionWrapper.query(org.forgerock.services.context.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.Connection.query(org.forgerock.services.context.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.Connection.query(org.forgerock.services.context.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 QueryResponseModifier and TypeMethodDescriptionQueryResponse.asPromise()Return this response as a result Promise.Filter.filterQuery(org.forgerock.services.context.Context context, QueryRequest request, QueryResourceHandler handler, RequestHandler next) Filters a query request.ResourceApiVersionRoutingFilter.filterQuery(org.forgerock.services.context.Context context, QueryRequest request, QueryResourceHandler handler, RequestHandler next) ResourceApiVersionSpecificationFilter.filterQuery(org.forgerock.services.context.Context context, QueryRequest request, QueryResourceHandler handler, RequestHandler next) FilterChain.handleQuery(org.forgerock.services.context.Context context, QueryRequest request, QueryResourceHandler handler) default Promise<QueryResponse,ResourceException> RequestHandler.handleQuery(org.forgerock.services.context.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.Router.handleQuery(org.forgerock.services.context.Context context, QueryRequest request, QueryResourceHandler handler) AbstractConnectionWrapper.queryAsync(org.forgerock.services.context.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.Connection.queryAsync(org.forgerock.services.context.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(org.forgerock.services.context.Context context, QueryRequest request, QueryResourceHandler handler) Searchesthe collection for all resources which match the query request criteria.MemoryBackend.queryCollection(org.forgerock.services.context.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 QueryResponseModifier and TypeMethodDescriptionDropwizardMetricsCollectionResourceProvider.queryCollection(org.forgerock.services.context.Context context, QueryRequest request, QueryResourceHandler handler) -
Uses of QueryResponse in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap that return types with arguments of type QueryResponseModifier and TypeMethodDescriptionDescribableRequestHandler.handleQuery(org.forgerock.services.context.Context context, QueryRequest request, QueryResourceHandler handler)
Responses.newQueryResponse(String, CountPolicy, int)instead.