public class LDAPDirectSearchQueryExecution extends LDAPSyncQueryExecution implements ProcedureExecution
delegate, executionContext, executionFactory, ldapConnection| Constructor and Description |
|---|
LDAPDirectSearchQueryExecution(List<Argument> arguments,
LDAPExecutionFactory factory,
ExecutionContext executionContext,
LdapContext connection,
String query,
boolean returnsArray) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
method to execute the supplied query
|
List<?> |
getOutputParameterValues() |
List<?> |
next() |
cancel, close, createSearchContextpublic LDAPDirectSearchQueryExecution(List<Argument> arguments, LDAPExecutionFactory factory, ExecutionContext executionContext, LdapContext connection, String query, boolean returnsArray)
public void execute()
throws TranslatorException
LDAPSyncQueryExecutionexecute in interface Executionexecute in class LDAPSyncQueryExecutionTranslatorExceptionpublic List<?> next() throws TranslatorException, DataNotAvailableException
next in interface ResultSetExecutionnext in class LDAPSyncQueryExecutionTranslatorExceptionDataNotAvailableExceptionpublic List<?> getOutputParameterValues() throws TranslatorException
getOutputParameterValues in interface ProcedureExecutionTranslatorExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.