Uses of Interface
org.forgerock.json.resource.QueryResponse
-
Packages that use QueryResponse Package Description org.forgerock.audit Package contains the AuditService.org.forgerock.audit.events.handlers This package contains the defaultAuditEventHandlers
.org.forgerock.audit.handlers.csv This package contains the default AuditEventHandler implementations.org.forgerock.audit.handlers.elasticsearch This package contains the ElasticsearchAuditEventHandler
implementation.org.forgerock.audit.handlers.jdbc This package contains a JDBC AuditEventHandler implementation.org.forgerock.audit.handlers.jms This package contains a JMS AuditEventHandler implementation.org.forgerock.audit.handlers.json This package contains the JSON-fileAuditEventHandler
implementation.org.forgerock.audit.handlers.json.stdout This package contains the JSON-stdoutAuditEventHandler
implementation.org.forgerock.audit.handlers.splunk This package contains the audit handler implementation for Splunk.org.forgerock.audit.handlers.syslog This package contains a Syslog AuditEventHandler implementation.org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions.org.forgerock.openig.audit Service Provider interface for registering audit events.org.forgerock.openig.tools Common tools used in policy service.org.forgerock.openig.ui.record Defines a storage service to be used by the UI to persist its component model. -
-
Uses of QueryResponse in org.forgerock.audit
Methods in org.forgerock.audit that return types with arguments of type QueryResponse Modifier and Type Method Description Promise<QueryResponse,ResourceException>
AuditService. handleQuery(Context context, QueryRequest request, QueryResourceHandler handler)
Performs the query on the specified object and returns the associated results.Promise<QueryResponse,ResourceException>
AuditServiceProxy. handleQuery(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 QueryResponse Modifier and Type Method Description Promise<QueryResponse,ResourceException>
AuditEventHandler. queryEvents(Context context, String topic, QueryRequest query, QueryResourceHandler handler)
Query some events from the provided topic.Promise<QueryResponse,ResourceException>
NoOpAuditEventHandler. queryEvents(Context context, String topic, QueryRequest query, QueryResourceHandler handler)
-
Uses of QueryResponse in org.forgerock.audit.handlers.csv
Methods in org.forgerock.audit.handlers.csv that return types with arguments of type QueryResponse Modifier and Type Method Description Promise<QueryResponse,ResourceException>
CsvAuditEventHandler. queryEvents(Context context, String topic, QueryRequest query, QueryResourceHandler handler)
Perform a query on the csv audit log. -
Uses of QueryResponse in org.forgerock.audit.handlers.elasticsearch
Methods in org.forgerock.audit.handlers.elasticsearch that return types with arguments of type QueryResponse Modifier and Type Method Description Promise<QueryResponse,ResourceException>
ElasticsearchAuditEventHandler. queryEvents(Context context, String topic, QueryRequest query, QueryResourceHandler handler)
Queries the Elasticsearch Search API for audit events. -
Uses of QueryResponse in org.forgerock.audit.handlers.jdbc
Methods in org.forgerock.audit.handlers.jdbc that return types with arguments of type QueryResponse Modifier and Type Method Description Promise<QueryResponse,ResourceException>
JdbcAuditEventHandler. queryEvents(Context context, String topic, QueryRequest queryRequest, QueryResourceHandler queryResourceHandler)
Query some events from the provided topic. -
Uses of QueryResponse in org.forgerock.audit.handlers.jms
Methods in org.forgerock.audit.handlers.jms that return types with arguments of type QueryResponse Modifier and Type Method Description Promise<QueryResponse,ResourceException>
JmsAuditEventHandler. queryEvents(Context context, String topic, QueryRequest queryRequest, QueryResourceHandler queryResourceHandler)
Returns NotSupportedException as query is not implemented for JMS. -
Uses of QueryResponse in org.forgerock.audit.handlers.json
Methods in org.forgerock.audit.handlers.json that return types with arguments of type QueryResponse Modifier and Type Method Description Promise<QueryResponse,ResourceException>
JsonAuditEventHandler. queryEvents(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 QueryResponse Modifier and Type Method Description Promise<QueryResponse,ResourceException>
JsonStdoutAuditEventHandler. queryEvents(Context context, String topic, QueryRequest query, QueryResourceHandler handler)
-
Uses of QueryResponse in org.forgerock.audit.handlers.splunk
Methods in org.forgerock.audit.handlers.splunk that return types with arguments of type QueryResponse Modifier and Type Method Description Promise<QueryResponse,ResourceException>
SplunkAuditEventHandler. queryEvents(Context context, String topic, QueryRequest query, QueryResourceHandler handler)
-
Uses of QueryResponse in org.forgerock.audit.handlers.syslog
Methods in org.forgerock.audit.handlers.syslog that return types with arguments of type QueryResponse Modifier and Type Method Description Promise<QueryResponse,ResourceException>
SyslogAuditEventHandler. queryEvents(Context context, String topic, QueryRequest queryRequest, QueryResourceHandler queryResourceHandler)
-
Uses of QueryResponse in org.forgerock.json.resource
Methods in org.forgerock.json.resource that return QueryResponse Modifier and Type Method Description QueryResponse
SynchronousRequestHandler. handleQuery(Context context, QueryRequest request, Collection<ResourceResponse> resources)
Searches for all JSON resources matching a user specified set of criteria.static QueryResponse
Responses. newQueryResponse()
Creates a new query result with anull
paged results cookie and no count of the total number of remaining results.static QueryResponse
Responses. newQueryResponse(String pagedResultsCookie)
Creates a new query result with the provided paged results cookie and no count.static QueryResponse
Responses. 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 QueryResponse
Responses. newRemainingResultsResponse(String pagedResultsCookie, int remainingPagedResults)
Deprecated.UseResponses.newQueryResponse(String, CountPolicy, int)
instead.QueryResponse
AbstractAsynchronousConnection. query(Context context, QueryRequest request, Collection<? super ResourceResponse> results)
QueryResponse
AbstractAsynchronousConnection. query(Context context, QueryRequest request, QueryResourceHandler handler)
QueryResponse
AbstractConnectionWrapper. 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.QueryResponse
AbstractConnectionWrapper. query(Context context, QueryRequest request, QueryResourceHandler handler)
Searches for all JSON resources matching a user specified set of criteria, and returns aPromise
that will be completed with the results of the search.QueryResponse
Connection. 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.QueryResponse
Connection. query(Context context, QueryRequest request, QueryResourceHandler handler)
Searches for all JSON resources matching a user specified set of criteria, and returns aPromise
that will be completed with the results of the search.default QueryResponse
QueryResponse. 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 aPromise
that 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 aPromise
that 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 aPromise
that will be completed with the results of the search.default Promise<QueryResponse,ResourceException>
CollectionResourceProvider. queryCollection(Context context, QueryRequest request, QueryResourceHandler handler)
Searches
the collection for all resources which match the query request criteria.Promise<QueryResponse,ResourceException>
MemoryBackend. queryCollection(Context context, QueryRequest request, QueryResourceHandler handler)
Searches
the collection for all resources which match the query request criteria. -
Uses of QueryResponse in org.forgerock.openig.audit
Methods in org.forgerock.openig.audit that return types with arguments of type QueryResponse Modifier and Type Method Description Promise<QueryResponse,ResourceException>
NoOpAuditService. handleQuery(Context context, QueryRequest queryRequest, QueryResourceHandler queryResourceHandler)
-
Uses of QueryResponse in org.forgerock.openig.tools
Methods in org.forgerock.openig.tools that return types with arguments of type QueryResponse Modifier and Type Method Description Promise<QueryResponse,ResourceException>
ExecutorFilter. filterQuery(Context context, QueryRequest request, QueryResourceHandler handler, RequestHandler next)
Promise<QueryResponse,ResourceException>
NotSupportedFilter. filterQuery(Context context, QueryRequest queryRequest, QueryResourceHandler queryResourceHandler, RequestHandler requestHandler)
-
Uses of QueryResponse in org.forgerock.openig.ui.record
Methods in org.forgerock.openig.ui.record that return types with arguments of type QueryResponse Modifier and Type Method Description Promise<QueryResponse,ResourceException>
RecordProvider. queryCollection(Context context, QueryRequest request, QueryResourceHandler resourceHandler)
-