Uses of Interface
org.ldaptive.handler.ResultPredicate
-
Packages that use ResultPredicate Package Description org.ldaptive org.ldaptive.ad.control.util org.ldaptive.beans.persistence org.ldaptive.ext org.ldaptive.extended org.ldaptive.handler org.ldaptive.transport -
-
Uses of ResultPredicate in org.ldaptive
Fields in org.ldaptive declared as ResultPredicate Modifier and Type Field Description private ResultPredicateAbstractOperation. throwConditionFunction to test results.private ResultPredicateAbstractOperationFactory. throwConditionFunction to test results.Methods in org.ldaptive that return ResultPredicate Modifier and Type Method Description ResultPredicateAbstractOperation. getThrowCondition()ResultPredicateAbstractOperationFactory. getThrowCondition()Returns the throw condition.Methods in org.ldaptive with parameters of type ResultPredicate Modifier and Type Method Description voidAbstractOperation. setThrowCondition(ResultPredicate function)voidAbstractOperationFactory. setThrowCondition(ResultPredicate function)Sets the throw condition.BAbstractOperation.AbstractBuilder. throwIf(ResultPredicate function)Sets the function to test a result.CompareOperationHandleCompareOperationHandle. throwIf(ResultPredicate function)OperationHandle<Q,S>OperationHandle. throwIf(ResultPredicate function)Sets the function to determine whether an exception should be raised by a particular result.SearchOperationHandleSearchOperationHandle. throwIf(ResultPredicate function) -
Uses of ResultPredicate in org.ldaptive.ad.control.util
Fields in org.ldaptive.ad.control.util declared as ResultPredicate Modifier and Type Field Description private ResultPredicateDirSyncClient. throwConditionFunction to test results.Methods in org.ldaptive.ad.control.util that return ResultPredicate Modifier and Type Method Description ResultPredicateDirSyncClient. getThrowCondition()Methods in org.ldaptive.ad.control.util with parameters of type ResultPredicate Modifier and Type Method Description voidDirSyncClient. setThrowCondition(ResultPredicate function) -
Uses of ResultPredicate in org.ldaptive.beans.persistence
Methods in org.ldaptive.beans.persistence with parameters of type ResultPredicate Modifier and Type Method Description AddResponseDefaultLdapEntryManager. add(T object, ResultPredicate predicate)Adds the supplied annotated object to an LDAP.DeleteResponseDefaultLdapEntryManager. delete(T object, ResultPredicate predicate)Deletes the supplied annotated object from an LDAP.ResultDefaultLdapEntryManager. 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 ResultPredicate Modifier and Type Field Description private ResultPredicateMergeOperation. throwConditionFunction to test results.Methods in org.ldaptive.ext that return ResultPredicate Modifier and Type Method Description ResultPredicateMergeOperation. getThrowCondition()Methods in org.ldaptive.ext with parameters of type ResultPredicate Modifier and Type Method Description voidMergeOperation. setThrowCondition(ResultPredicate function) -
Uses of ResultPredicate in org.ldaptive.extended
Methods in org.ldaptive.extended with parameters of type ResultPredicate Modifier and Type Method Description ExtendedOperationHandleExtendedOperationHandle. throwIf(ResultPredicate function) -
Uses of ResultPredicate in org.ldaptive.handler
Fields in org.ldaptive.handler declared as ResultPredicate Modifier and Type Field Description static ResultPredicateResultPredicate. NOT_SUCCESSPredicate that throws if the result code is notResultCode.SUCCESS. -
Uses of ResultPredicate in org.ldaptive.transport
Fields in org.ldaptive.transport declared as ResultPredicate Modifier and Type Field Description private ResultPredicateDefaultOperationHandle. throwConditionFunction to run when a result is received to determine whether an exception should be raised.Methods in org.ldaptive.transport that return ResultPredicate Modifier and Type Method Description ResultPredicateDefaultOperationHandle. getThrowCondition()Methods in org.ldaptive.transport with parameters of type ResultPredicate Modifier and Type Method Description DefaultCompareOperationHandleDefaultCompareOperationHandle. throwIf(ResultPredicate function)DefaultExtendedOperationHandleDefaultExtendedOperationHandle. throwIf(ResultPredicate function)DefaultOperationHandle<Q,S>DefaultOperationHandle. throwIf(ResultPredicate function)DefaultSearchOperationHandleDefaultSearchOperationHandle. throwIf(ResultPredicate function)
-