Class APIUpdateAction
java.lang.Object
com.kingsrook.qqq.backend.module.api.actions.AbstractAPIAction
com.kingsrook.qqq.backend.module.api.actions.APIUpdateAction
- All Implemented Interfaces:
UpdateInterface
-
Field Summary
Fields inherited from class com.kingsrook.qqq.backend.module.api.actions.AbstractAPIAction
apiActionUtil, backendMetaData, session
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(UpdateInput updateInput) boolean
Specify whether this particular module's update action can invalid input: '&' should fetch records before updating them, e.g., for audits or "not-found-checks"Methods inherited from class com.kingsrook.qqq.backend.module.api.actions.AbstractAPIAction
preAction
-
Constructor Details
-
APIUpdateAction
public APIUpdateAction()
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceUpdateInterface
- Throws:
QException
-
supportsPreFetchQuery
public boolean supportsPreFetchQuery()Specify whether this particular module's update action can invalid input: '&' should fetch records before updating them, e.g., for audits or "not-found-checks"- Specified by:
supportsPreFetchQuery
in interfaceUpdateInterface
-