Uses of Enum Class
org.identityconnectors.framework.common.objects.SearchResult.CountPolicy
-
Uses of SearchResult.CountPolicy in org.identityconnectors.framework.common.objects
Modifier and TypeMethodDescriptionOperationOptions.getTotalPagedResultsPolicy()
Returns theSearchResult.CountPolicy
used to calculateSearchResult.getTotalPagedResults()
.SearchResult.getTotalPagedResultsPolicy()
Returns the policy that was used to calculate the totalPagedResults.static SearchResult.CountPolicy
Returns the enum constant of this class with the specified name.static SearchResult.CountPolicy[]
SearchResult.CountPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionOperationOptionsBuilder.setTotalPagedResultsPolicy
(SearchResult.CountPolicy policy) Sets the policy for calculating the total number of paged results.ModifierConstructorDescriptionSearchResult
(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
.