Package | Description |
---|---|
org.forgerock.json.resource |
Classes and interfaces for core types including connections, request
handlers, resources, and their exceptions.
|
Modifier and Type | Method and Description |
---|---|
CountPolicy |
QueryResponse.getTotalPagedResultsPolicy()
Returns the policy that was used to calculate the totalPagedResults.
|
CountPolicy |
QueryRequest.getTotalPagedResultsPolicy()
Returns the
CountPolicy used to calculate QueryResponse.getTotalPagedResults() . |
static CountPolicy |
CountPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CountPolicy[] |
CountPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
QueryRequest |
QueryRequest.setTotalPagedResultsPolicy(CountPolicy policy)
Sets the policy for calculating the total number of paged results.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.