@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Query
RequestHandler
-annotated POJO. This annotation can only be used on
collection resource request handlers.
The annotated method's return type must be:
Promise<QueryResponse, ? extends ResourceException>
promise.QueryResourceHandler
for the results of the query.QueryRequest
for the request.Context
to be given the context.Copyright 2011-2015 ForgeRock AS.