Uses of Class
org.ldaptive.ModifyOperation
-
Packages that use ModifyOperation Package Description org.ldaptive org.ldaptive.concurrent org.ldaptive.ext org.ldaptive.referral -
-
Uses of ModifyOperation in org.ldaptive
Methods in org.ldaptive that return ModifyOperation Modifier and Type Method Description static ModifyOperationModifyOperation. copy(ModifyOperation operation)Returns a new modify operation with the same properties as the supplied operation.static ModifyOperationModifyOperation. copy(ModifyOperation operation, boolean deep)Returns a new modify operation with the same properties as the supplied operation.Methods in org.ldaptive with parameters of type ModifyOperation Modifier and Type Method Description static ModifyOperationModifyOperation. copy(ModifyOperation operation)Returns a new modify operation with the same properties as the supplied operation.static ModifyOperationModifyOperation. copy(ModifyOperation operation, boolean deep)Returns a new modify operation with the same properties as the supplied operation. -
Uses of ModifyOperation in org.ldaptive.concurrent
Constructors in org.ldaptive.concurrent with parameters of type ModifyOperation Constructor Description ModifyOperationWorker(ModifyOperation op)Creates a new modify operation worker. -
Uses of ModifyOperation in org.ldaptive.ext
Fields in org.ldaptive.ext declared as ModifyOperation Modifier and Type Field Description private ModifyOperationMergeOperation. modifyOperationModify operation used to update an entry.Methods in org.ldaptive.ext that return ModifyOperation Modifier and Type Method Description ModifyOperationMergeOperation. getModifyOperation()Methods in org.ldaptive.ext with parameters of type ModifyOperation Modifier and Type Method Description voidMergeOperation. setModifyOperation(ModifyOperation operation) -
Uses of ModifyOperation in org.ldaptive.referral
Methods in org.ldaptive.referral that return ModifyOperation Modifier and Type Method Description protected ModifyOperationFollowModifyReferralHandler. createReferralOperation(ConnectionFactory factory)
-