Uses of Enum Class
com.kingsrook.qqq.backend.core.scheduler.processes.AbstractRecordSyncToScheduledJobProcess.ActionFlags
Packages that use AbstractRecordSyncToScheduledJobProcess.ActionFlags
-
Uses of AbstractRecordSyncToScheduledJobProcess.ActionFlags in com.kingsrook.qqq.backend.core.scheduler.processes
Subclasses with type arguments of type AbstractRecordSyncToScheduledJobProcess.ActionFlags in com.kingsrook.qqq.backend.core.scheduler.processesModifier and TypeClassDescriptionstatic enum
action flags that can be put in an insert/update/delete input to control behavior of this process.Methods in com.kingsrook.qqq.backend.core.scheduler.processes that return AbstractRecordSyncToScheduledJobProcess.ActionFlagsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AbstractRecordSyncToScheduledJobProcess.ActionFlags.values()
Returns an array containing the constants of this enum class, in the order they are declared.