Uses of Class
com.kingsrook.qqq.backend.core.model.automation.RecordAutomationInput
Packages that use RecordAutomationInput
Package
Description
-
Uses of RecordAutomationInput in com.kingsrook.qqq.backend.core.actions.automation
Methods in com.kingsrook.qqq.backend.core.actions.automation with parameters of type RecordAutomationInputModifier and TypeMethodDescriptionvoidRecordAutomationHandlerInterface.execute(RecordAutomationInput recordAutomationInput) voidRunCustomTableTriggerRecordAutomationHandler.execute(RecordAutomationInput recordAutomationInput) voidRunRecordScriptAutomationHandler.execute(RecordAutomationInput recordAutomationInput) booleanCustomTableTriggerRecordAutomationHandler.handlesThisInput(RecordAutomationInput recordAutomationInput) -
Uses of RecordAutomationInput in com.kingsrook.qqq.backend.core.model.automation
Methods in com.kingsrook.qqq.backend.core.model.automation that return RecordAutomationInputModifier and TypeMethodDescriptionRecordAutomationInput.withAction(TableAutomationAction action) Fluent setter for actionRecordAutomationInput.withRecordList(List<QRecord> recordList) Fluent setter for recordList