Uses of Interface
org.ldaptive.handler.ResultPredicate
Packages that use ResultPredicate
Package
Description
-
Uses of ResultPredicate in org.ldaptive
Fields in org.ldaptive declared as ResultPredicateModifier and TypeFieldDescriptionprivate ResultPredicate
AbstractOperation.throwCondition
Function to test results.Methods in org.ldaptive that return ResultPredicateMethods in org.ldaptive with parameters of type ResultPredicateModifier and TypeMethodDescriptionvoid
AbstractOperation.setThrowCondition
(ResultPredicate function) AbstractOperation.AbstractBuilder.throwIf
(ResultPredicate function) Sets the function to test a result.CompareOperationHandle.throwIf
(ResultPredicate function) OperationHandle.throwIf
(ResultPredicate function) Sets the function to determine whether an exception should be raised by a particular result.SearchOperationHandle.throwIf
(ResultPredicate function) -
Uses of ResultPredicate in org.ldaptive.ad.control.util
Fields in org.ldaptive.ad.control.util declared as ResultPredicateModifier and TypeFieldDescriptionprivate ResultPredicate
DirSyncClient.throwCondition
Function to test results.Methods in org.ldaptive.ad.control.util that return ResultPredicateMethods in org.ldaptive.ad.control.util with parameters of type ResultPredicate -
Uses of ResultPredicate in org.ldaptive.beans.persistence
Methods in org.ldaptive.beans.persistence with parameters of type ResultPredicateModifier and TypeMethodDescriptionDefaultLdapEntryManager.add
(T object, ResultPredicate predicate) Adds the supplied annotated object to an LDAP.DefaultLdapEntryManager.delete
(T object, ResultPredicate predicate) Deletes the supplied annotated object from an LDAP.DefaultLdapEntryManager.merge
(T object, ResultPredicate predicate) Merges the supplied annotated object in an LDAP. -
Uses of ResultPredicate in org.ldaptive.ext
Fields in org.ldaptive.ext declared as ResultPredicateModifier and TypeFieldDescriptionprivate ResultPredicate
MergeOperation.throwCondition
Function to test results.Methods in org.ldaptive.ext that return ResultPredicateMethods in org.ldaptive.ext with parameters of type ResultPredicateModifier and TypeMethodDescriptionvoid
MergeOperation.setThrowCondition
(ResultPredicate function) -
Uses of ResultPredicate in org.ldaptive.extended
Methods in org.ldaptive.extended with parameters of type ResultPredicate -
Uses of ResultPredicate in org.ldaptive.handler
Fields in org.ldaptive.handler declared as ResultPredicateModifier and TypeFieldDescriptionstatic final ResultPredicate
ResultPredicate.NOT_SUCCESS
Predicate that throws if the result code is notResultCode.SUCCESS
. -
Uses of ResultPredicate in org.ldaptive.transport
Fields in org.ldaptive.transport declared as ResultPredicateModifier and TypeFieldDescriptionprivate ResultPredicate
DefaultOperationHandle.throwCondition
Function to run when a result is received to determine whether an exception should be raised.Methods in org.ldaptive.transport that return ResultPredicateMethods in org.ldaptive.transport with parameters of type ResultPredicateModifier and TypeMethodDescriptionDefaultCompareOperationHandle.throwIf
(ResultPredicate function) DefaultExtendedOperationHandle.throwIf
(ResultPredicate function) DefaultOperationHandle.throwIf
(ResultPredicate function) DefaultSearchOperationHandle.throwIf
(ResultPredicate function)