Uses of Enum Class
org.identityconnectors.framework.common.objects.SearchResult.CountPolicy
Packages that use SearchResult.CountPolicy
-
Uses of SearchResult.CountPolicy in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return SearchResult.CountPolicyModifier and TypeMethodDescriptionOperationOptions.getTotalPagedResultsPolicy()Returns theSearchResult.CountPolicyused to calculateSearchResult.getTotalPagedResults().SearchResult.getTotalPagedResultsPolicy()Returns the policy that was used to calculate the totalPagedResults.static SearchResult.CountPolicyReturns 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.Methods in org.identityconnectors.framework.common.objects with parameters of type SearchResult.CountPolicyModifier and TypeMethodDescriptionOperationOptionsBuilder.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.CountPolicyModifierConstructorDescriptionSearchResult(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.