Uses of Class
org.ldaptive.concurrent.SearchOperationWorker
-
Packages that use SearchOperationWorker Package Description org.ldaptive.templates -
-
Uses of SearchOperationWorker in org.ldaptive.templates
Methods in org.ldaptive.templates that return SearchOperationWorker Modifier and Type Method Description SearchOperationWorker
SearchTemplatesOperation. getSearchOperationWorker()
Returns the search operation worker.Methods in org.ldaptive.templates with parameters of type SearchOperationWorker Modifier and Type Method Description void
SearchTemplatesOperation. setSearchOperationWorker(SearchOperationWorker worker)
Sets the search operation worker.Constructors in org.ldaptive.templates with parameters of type SearchOperationWorker Constructor Description SearchTemplatesOperation(SearchOperationWorker worker, SearchTemplates... templates)
Creates a new search templates operation.
-