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 TypeClassDescriptionenumenum of possible values for a record's Automation Status.Methods in com.kingsrook.qqq.backend.core.actions.automation that return AutomationStatusModifier and TypeMethodDescriptionstatic AutomationStatusGet instance by idstatic AutomationStatusReturns 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 booleanRecordAutomationStatusUpdater.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 voidRecordAutomationStatusUpdater.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 thestatusrecord component.PollingAutomationPerTableRunner.TableActions.status()Returns the value of thestatusrecord component.PollingAutomationPerTableRunner.TableActionsInterface.status()Methods in com.kingsrook.qqq.backend.core.actions.automation.polling with parameters of type AutomationStatusModifier and TypeMethodDescriptionvoidPollingAutomationPerTableRunner.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 aShardedTableActionsrecord class.TableActions(String tableName, QTableAutomationDetails tableAutomationDetails, AutomationStatus status) Creates an instance of aTableActionsrecord class.