Uses of Enum Class
com.kingsrook.qqq.backend.core.actions.automation.AutomationStatus
Packages that use AutomationStatus
Package
Description
-
Uses of AutomationStatus in com.kingsrook.qqq.backend.core.actions.automation
Subclasses with type arguments of type AutomationStatus in com.kingsrook.qqq.backend.core.actions.automationModifier and TypeClassDescriptionenum
enum of possible values for a record's Automation Status.Methods in com.kingsrook.qqq.backend.core.actions.automation that return AutomationStatusModifier and TypeMethodDescriptionstatic AutomationStatus
Get instance by idstatic AutomationStatus
Returns the enum constant of this class with the specified name.static AutomationStatus[]
AutomationStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.kingsrook.qqq.backend.core.actions.automation with parameters of type AutomationStatusModifier and TypeMethodDescriptionstatic boolean
RecordAutomationStatusUpdater.setAutomationStatusInRecords
(QTableMetaData table, List<QRecord> records, AutomationStatus automationStatus, QBackendTransaction transaction, List<QRecord> oldRecordList) for a list of records from a table, set their automation status - based on how the table is configured.static void
RecordAutomationStatusUpdater.setAutomationStatusInRecordsAndUpdate
(QTableMetaData table, List<QRecord> records, AutomationStatus automationStatus, QBackendTransaction transaction) for a list of records, update their automation status and actually Update the backend as well. -
Uses of AutomationStatus in com.kingsrook.qqq.backend.core.actions.automation.polling
Methods in com.kingsrook.qqq.backend.core.actions.automation.polling that return AutomationStatusModifier and TypeMethodDescriptionPollingAutomationPerTableRunner.ShardedTableActions.status()
Returns the value of thestatus
record component.PollingAutomationPerTableRunner.TableActions.status()
Returns the value of thestatus
record component.PollingAutomationPerTableRunner.TableActionsInterface.status()
Methods in com.kingsrook.qqq.backend.core.actions.automation.polling with parameters of type AutomationStatusModifier and TypeMethodDescriptionvoid
PollingAutomationPerTableRunner.processTableInsertOrUpdate
(QTableMetaData table, AutomationStatus automationStatus) Query for and process records that have a PENDING_INSERT or PENDING_UPDATE status on a given table.Constructors in com.kingsrook.qqq.backend.core.actions.automation.polling with parameters of type AutomationStatusModifierConstructorDescriptionShardedTableActions
(String tableName, QTableAutomationDetails tableAutomationDetails, AutomationStatus status, String shardByFieldName, Serializable shardValue, String shardLabel) Creates an instance of aShardedTableActions
record class.TableActions
(String tableName, QTableAutomationDetails tableAutomationDetails, AutomationStatus status) Creates an instance of aTableActions
record class.