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 ResultPredicate
AbstractOperation. throwCondition
Function to test results.private ResultPredicate
AbstractSearchOperationFactory. throwCondition
Function to test results.Methods in org.ldaptive that return ResultPredicate Modifier and Type Method Description ResultPredicate
AbstractOperation. getThrowCondition()
ResultPredicate
AbstractSearchOperationFactory. getThrowCondition()
Returns the throw condition.Methods in org.ldaptive with parameters of type ResultPredicate Modifier and Type Method Description void
AbstractOperation. setThrowCondition(ResultPredicate function)
void
AbstractSearchOperationFactory. setThrowCondition(ResultPredicate function)
Sets the throw condition.B
AbstractOperation.AbstractBuilder. throwIf(ResultPredicate function)
Sets the function to test a result.CompareOperationHandle
CompareOperationHandle. 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.SearchOperationHandle
SearchOperationHandle. 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 ResultPredicate
DirSyncClient. throwCondition
Function to test results.Methods in org.ldaptive.ad.control.util that return ResultPredicate Modifier and Type Method Description ResultPredicate
DirSyncClient. getThrowCondition()
Methods in org.ldaptive.ad.control.util with parameters of type ResultPredicate Modifier and Type Method Description void
DirSyncClient. 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 AddResponse
DefaultLdapEntryManager. add(T object, ResultPredicate predicate)
Adds the supplied annotated object to an LDAP.DeleteResponse
DefaultLdapEntryManager. delete(T object, ResultPredicate predicate)
Deletes the supplied annotated object from an LDAP.Result
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 ResultPredicate Modifier and Type Field Description private ResultPredicate
MergeOperation. throwCondition
Function to test results.Methods in org.ldaptive.ext that return ResultPredicate Modifier and Type Method Description ResultPredicate
MergeOperation. getThrowCondition()
Methods in org.ldaptive.ext with parameters of type ResultPredicate Modifier and Type Method Description void
MergeOperation. 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 ExtendedOperationHandle
ExtendedOperationHandle. throwIf(ResultPredicate function)
-
Uses of ResultPredicate in org.ldaptive.handler
Fields in org.ldaptive.handler declared as ResultPredicate Modifier and Type Field Description static 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 ResultPredicate Modifier and Type Field Description private 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 ResultPredicate Modifier and Type Method Description ResultPredicate
DefaultOperationHandle. getThrowCondition()
Methods in org.ldaptive.transport with parameters of type ResultPredicate Modifier and Type Method Description DefaultCompareOperationHandle
DefaultCompareOperationHandle. throwIf(ResultPredicate function)
DefaultExtendedOperationHandle
DefaultExtendedOperationHandle. throwIf(ResultPredicate function)
DefaultOperationHandle<Q,S>
DefaultOperationHandle. throwIf(ResultPredicate function)
DefaultSearchOperationHandle
DefaultSearchOperationHandle. throwIf(ResultPredicate function)
-