Uses of Class
org.ldaptive.AddOperation
-
Packages that use AddOperation Package Description org.ldaptive org.ldaptive.concurrent org.ldaptive.ext -
-
Uses of AddOperation in org.ldaptive
Methods in org.ldaptive that return AddOperation Modifier and Type Method Description static AddOperation
AddOperation. copy(AddOperation operation)
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 AddOperation
AddOperation. copy(AddOperation operation)
Returns a new add operation with the same properties as the supplied 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 AddOperation
MergeOperation. addOperation
Add operation used to add a new entry.Methods in org.ldaptive.ext that return AddOperation Modifier and Type Method Description AddOperation
MergeOperation. getAddOperation()
Methods in org.ldaptive.ext with parameters of type AddOperation Modifier and Type Method Description void
MergeOperation. setAddOperation(AddOperation operation)
-