Class ApiAwareTableQueryExecutor
java.lang.Object
com.kingsrook.qqq.middleware.javalin.executors.AbstractMiddlewareExecutor<TableQueryInput,TableQueryOutputInterface>
com.kingsrook.qqq.middleware.javalin.executors.TableQueryExecutor
com.kingsrook.qqq.api.middleware.executors.ApiAwareTableQueryExecutor
- All Implemented Interfaces:
ApiAwareExecutorInterface
public class ApiAwareTableQueryExecutor
extends TableQueryExecutor
implements ApiAwareExecutorInterface
-
Field Summary
Fields inherited from class com.kingsrook.qqq.middleware.javalin.executors.TableQueryExecutor
DEFAULT_QUERY_TIMEOUT_SECONDS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(TableQueryInput input, TableQueryOutputInterface output) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.kingsrook.qqq.api.middleware.executors.ApiAwareExecutorInterface
getApiInstanceMetaData, getApiName, getApiVersion
-
Constructor Details
-
ApiAwareTableQueryExecutor
public ApiAwareTableQueryExecutor()
-
-
Method Details
-
execute
- Overrides:
execute
in classTableQueryExecutor
- Throws:
QException
-