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()
Get the output parameter values.
|
List<?> |
next()
Retrieves the next row of the resultset.
|
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
ResultSetExecutionnext in interface ResultSetExecutionnext in class LDAPSyncQueryExecutionTranslatorExceptionDataNotAvailableExceptionpublic List<?> getOutputParameterValues() throws TranslatorException
ProcedureExecutiongetOutputParameterValues in interface ProcedureExecutionTranslatorException - If an error occurs while retrieving the output valueCopyright © 2017 JBoss by Red Hat. All rights reserved.