Uses of Class
org.ldaptive.AddOperation
-
Packages that use AddOperation Package Description org.ldaptive org.ldaptive.beans.persistence org.ldaptive.concurrent org.ldaptive.ext org.ldaptive.referral -
-
Uses of AddOperation in org.ldaptive
Methods in org.ldaptive that return AddOperation Modifier and Type Method Description static AddOperationAddOperation. copy(AddOperation operation)Returns a new add operation with the same properties as the supplied operation.static AddOperationAddOperation. copy(AddOperation operation, boolean deep)Returns a new add operation with the same properties as the supplied operation.Methods in org.ldaptive with parameters of type AddOperation Modifier and Type Method Description static AddOperationAddOperation. copy(AddOperation operation)Returns a new add operation with the same properties as the supplied operation.static AddOperationAddOperation. copy(AddOperation operation, boolean deep)Returns a new add operation with the same properties as the supplied operation. -
Uses of AddOperation in org.ldaptive.beans.persistence
Fields in org.ldaptive.beans.persistence declared as AddOperation Modifier and Type Field Description private AddOperationDefaultLdapEntryManager. addOperationAdd operation used to add a new entry.Methods in org.ldaptive.beans.persistence that return AddOperation Modifier and Type Method Description AddOperationDefaultLdapEntryManager. getAddOperation()Methods in org.ldaptive.beans.persistence with parameters of type AddOperation Modifier and Type Method Description voidDefaultLdapEntryManager. setAddOperation(AddOperation operation) -
Uses of AddOperation in org.ldaptive.concurrent
Constructors in org.ldaptive.concurrent with parameters of type AddOperation Constructor Description AddOperationWorker(AddOperation op)Creates a new add operation worker. -
Uses of AddOperation in org.ldaptive.ext
Fields in org.ldaptive.ext declared as AddOperation Modifier and Type Field Description private AddOperationMergeOperation. addOperationAdd operation used to add a new entry.Methods in org.ldaptive.ext that return AddOperation Modifier and Type Method Description AddOperationMergeOperation. getAddOperation()Methods in org.ldaptive.ext with parameters of type AddOperation Modifier and Type Method Description voidMergeOperation. setAddOperation(AddOperation operation) -
Uses of AddOperation in org.ldaptive.referral
Methods in org.ldaptive.referral that return AddOperation Modifier and Type Method Description protected AddOperationFollowAddReferralHandler. createReferralOperation(ConnectionFactory factory)
-