Uses of Class
org.identityconnectors.framework.common.objects.SearchResult.CountPolicy
-
Packages that use SearchResult.CountPolicy Package Description org.identityconnectors.framework.common.objects -
-
Uses of SearchResult.CountPolicy in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return SearchResult.CountPolicy Modifier and Type Method Description SearchResult.CountPolicy
OperationOptions. getTotalPagedResultsPolicy()
Returns theSearchResult.CountPolicy
used to calculateSearchResult.getTotalPagedResults()
.SearchResult.CountPolicy
SearchResult. getTotalPagedResultsPolicy()
Returns the policy that was used to calculate the totalPagedResults.static SearchResult.CountPolicy
SearchResult.CountPolicy. valueOf(java.lang.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.Methods in org.identityconnectors.framework.common.objects with parameters of type SearchResult.CountPolicy Modifier and Type Method Description OperationOptionsBuilder
OperationOptionsBuilder. setTotalPagedResultsPolicy(SearchResult.CountPolicy policy)
Sets the policy for calculating the total number of paged results.Constructors in org.identityconnectors.framework.common.objects with parameters of type SearchResult.CountPolicy Constructor Description SearchResult(java.lang.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 toSearchResult.totalPagedResultsPolicy
.
-