Package org.teiid.translator.ldap
Class LDAPDirectSearchQueryExecution
- java.lang.Object
-
- org.teiid.translator.ldap.LDAPSyncQueryExecution
-
- org.teiid.translator.ldap.LDAPDirectSearchQueryExecution
-
- All Implemented Interfaces:
Execution,ProcedureExecution,ResultSetExecution
public class LDAPDirectSearchQueryExecution extends LDAPSyncQueryExecution implements ProcedureExecution
-
-
Field Summary
-
Fields inherited from class org.teiid.translator.ldap.LDAPSyncQueryExecution
delegate, executionContext, executionFactory, ldapConnection
-
-
Constructor Summary
Constructors Constructor Description LDAPDirectSearchQueryExecution(List<Argument> arguments, LDAPExecutionFactory factory, ExecutionContext executionContext, LdapContext connection, String query, boolean returnsArray)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()method to execute the supplied queryList<?>getOutputParameterValues()List<?>next()-
Methods inherited from class org.teiid.translator.ldap.LDAPSyncQueryExecution
cancel, close, createSearchContext
-
-
-
-
Constructor Detail
-
LDAPDirectSearchQueryExecution
public LDAPDirectSearchQueryExecution(List<Argument> arguments, LDAPExecutionFactory factory, ExecutionContext executionContext, LdapContext connection, String query, boolean returnsArray)
-
-
Method Detail
-
execute
public void execute() throws TranslatorExceptionDescription copied from class:LDAPSyncQueryExecutionmethod to execute the supplied query- Specified by:
executein interfaceExecution- Overrides:
executein classLDAPSyncQueryExecution- Throws:
TranslatorException
-
next
public List<?> next() throws TranslatorException, DataNotAvailableException
- Specified by:
nextin interfaceResultSetExecution- Overrides:
nextin classLDAPSyncQueryExecution- Throws:
TranslatorExceptionDataNotAvailableException
-
getOutputParameterValues
public List<?> getOutputParameterValues() throws TranslatorException
- Specified by:
getOutputParameterValuesin interfaceProcedureExecution- Throws:
TranslatorException
-
-