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