Class AbstractAPIAction
java.lang.Object
com.kingsrook.qqq.backend.module.api.actions.AbstractAPIAction
- Direct Known Subclasses:
APICountAction
,APIDeleteAction
,APIGetAction
,APIInsertAction
,APIQueryAction
,APIUpdateAction
Base class for all Backend-module-API Actions
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BaseAPIActionUtil
protected APIBackendMetaData
protected QSession
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
preAction
(AbstractTableActionInput actionInput) Setup the s3 utils object to be used for this action.
-
Field Details
-
backendMetaData
-
apiActionUtil
-
session
-
-
Constructor Details
-
AbstractAPIAction
public AbstractAPIAction()
-
-
Method Details
-
preAction
Setup the s3 utils object to be used for this action.
-