Class RunCustomTableTriggerRecordAutomationHandler
java.lang.Object
com.kingsrook.qqq.backend.core.actions.automation.RunCustomTableTriggerRecordAutomationHandler
- All Implemented Interfaces:
RecordAutomationHandlerInterface
public class RunCustomTableTriggerRecordAutomationHandler
extends Object
implements RecordAutomationHandlerInterface
RecordAutomationHandler implementation that is called by automation runner
that doesn't know to deal with a TableTrigger record that it received.
e.g., if an app has altered that table (e.g., workflows-qbit).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(RecordAutomationInput recordAutomationInput) static void
registerHandler
(String name, QCodeReference codeReference)
-
Constructor Details
-
RunCustomTableTriggerRecordAutomationHandler
public RunCustomTableTriggerRecordAutomationHandler()
-
-
Method Details
-
registerHandler
-
execute
- Specified by:
execute
in interfaceRecordAutomationHandlerInterface
- Throws:
QException
-