Package | Description |
---|---|
org.identityconnectors.framework.common.objects |
Modifier and Type | Method and Description |
---|---|
SearchResult.CountPolicy |
SearchResult.getTotalPagedResultsPolicy()
Returns the policy that was used to calculate the
totalPagedResults.
|
SearchResult.CountPolicy |
OperationOptions.getTotalPagedResultsPolicy()
Returns the
SearchResult.CountPolicy used to calculate
SearchResult.getTotalPagedResults() . |
static SearchResult.CountPolicy |
SearchResult.CountPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchResult.CountPolicy[] |
SearchResult.CountPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OperationOptionsBuilder |
OperationOptionsBuilder.setTotalPagedResultsPolicy(SearchResult.CountPolicy policy)
Sets the policy for calculating the total number of paged results.
|
Constructor and Description |
---|
SearchResult(String pagedResultsCookie,
SearchResult.CountPolicy totalPagedResultsPolicy,
int totalPagedResults,
int remainingPagedResults)
Creates a new query response with the provided paged results cookie and a
count of the total number of resources according to
SearchResult.totalPagedResultsPolicy . |
Copyright © 2018–2025. All rights reserved.