Uses of Interface
com.kingsrook.qqq.backend.core.model.actions.tables.ActionFlag
Packages that use ActionFlag
Package
Description
-
Uses of ActionFlag in com.kingsrook.qqq.backend.core.actions.tables.helpers
Classes in com.kingsrook.qqq.backend.core.actions.tables.helpers that implement ActionFlagModifier and TypeClassDescriptionstatic enum
action flags that can be put in a query request to control behavior in this class. -
Uses of ActionFlag in com.kingsrook.qqq.backend.core.model.actions.tables.delete
Methods in com.kingsrook.qqq.backend.core.model.actions.tables.delete that return types with arguments of type ActionFlagMethods in com.kingsrook.qqq.backend.core.model.actions.tables.delete with parameters of type ActionFlagModifier and TypeMethodDescriptionboolean
DeleteInput.hasFlag
(ActionFlag flag) DeleteInput.withFlag
(ActionFlag flag) Method parameters in com.kingsrook.qqq.backend.core.model.actions.tables.delete with type arguments of type ActionFlagModifier and TypeMethodDescriptionvoid
DeleteInput.setFlags
(Set<ActionFlag> flags) Setter for flagsDeleteInput.withFlags
(Set<ActionFlag> flags) Fluent setter for flags -
Uses of ActionFlag in com.kingsrook.qqq.backend.core.model.actions.tables.insert
Methods in com.kingsrook.qqq.backend.core.model.actions.tables.insert that return types with arguments of type ActionFlagMethods in com.kingsrook.qqq.backend.core.model.actions.tables.insert with parameters of type ActionFlagModifier and TypeMethodDescriptionboolean
InsertInput.hasFlag
(ActionFlag flag) InsertInput.withFlag
(ActionFlag flag) Method parameters in com.kingsrook.qqq.backend.core.model.actions.tables.insert with type arguments of type ActionFlagModifier and TypeMethodDescriptionvoid
InsertInput.setFlags
(Set<ActionFlag> flags) Setter for flagsInsertInput.withFlags
(Set<ActionFlag> flags) Fluent setter for flags -
Uses of ActionFlag in com.kingsrook.qqq.backend.core.model.actions.tables.query
Methods in com.kingsrook.qqq.backend.core.model.actions.tables.query that return types with arguments of type ActionFlagMethods in com.kingsrook.qqq.backend.core.model.actions.tables.query with parameters of type ActionFlagModifier and TypeMethodDescriptionboolean
QueryInput.hasFlag
(ActionFlag flag) QueryInput.withFlag
(ActionFlag flag) Method parameters in com.kingsrook.qqq.backend.core.model.actions.tables.query with type arguments of type ActionFlagModifier and TypeMethodDescriptionvoid
QueryInput.setFlags
(Set<ActionFlag> flags) Setter for flagsQueryInput.withFlags
(Set<ActionFlag> flags) Fluent setter for flags -
Uses of ActionFlag in com.kingsrook.qqq.backend.core.model.actions.tables.replace
Methods in com.kingsrook.qqq.backend.core.model.actions.tables.replace that return types with arguments of type ActionFlagMethods in com.kingsrook.qqq.backend.core.model.actions.tables.replace with parameters of type ActionFlagModifier and TypeMethodDescriptionboolean
ReplaceInput.hasFlag
(ActionFlag flag) ReplaceInput.withFlag
(ActionFlag flag) Method parameters in com.kingsrook.qqq.backend.core.model.actions.tables.replace with type arguments of type ActionFlagModifier and TypeMethodDescriptionvoid
ReplaceInput.setFlags
(Set<ActionFlag> flags) Setter for flagsReplaceInput.withFlags
(Set<ActionFlag> flags) Fluent setter for flags -
Uses of ActionFlag in com.kingsrook.qqq.backend.core.model.actions.tables.update
Methods in com.kingsrook.qqq.backend.core.model.actions.tables.update that return types with arguments of type ActionFlagMethods in com.kingsrook.qqq.backend.core.model.actions.tables.update with parameters of type ActionFlagModifier and TypeMethodDescriptionboolean
UpdateInput.hasFlag
(ActionFlag flag) UpdateInput.withFlag
(ActionFlag flag) Method parameters in com.kingsrook.qqq.backend.core.model.actions.tables.update with type arguments of type ActionFlagModifier and TypeMethodDescriptionvoid
UpdateInput.setFlags
(Set<ActionFlag> flags) Setter for flagsUpdateInput.withFlags
(Set<ActionFlag> flags) Fluent setter for flags -
Uses of ActionFlag in com.kingsrook.qqq.backend.core.scheduler.processes
Classes in com.kingsrook.qqq.backend.core.scheduler.processes that implement ActionFlagModifier and TypeClassDescriptionstatic enum
action flags that can be put in an insert/update/delete input to control behavior of this process.