Class UpdateInput
java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.AbstractActionInput
com.kingsrook.qqq.backend.core.model.actions.AbstractTableActionInput
com.kingsrook.qqq.backend.core.model.actions.tables.update.UpdateInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for areAllValuesBeingUpdatedTheSameGetter for auditContextgetFlags()
Getter for flagsGetter for inputSourceboolean
Getter for omitDmlAuditboolean
Getter for omitModifyDateUpdateboolean
Getter for omitTriggeringAutomationsGetter for recordsGetter for transactionboolean
hasFlag
(ActionFlag flag) void
setAreAllValuesBeingUpdatedTheSame
(Boolean areAllValuesBeingUpdatedTheSame) Setter for areAllValuesBeingUpdatedTheSamevoid
setAuditContext
(String auditContext) Setter for auditContextvoid
setFlags
(Set<ActionFlag> flags) Setter for flagsvoid
setInputSource
(InputSource inputSource) Setter for inputSourcevoid
setOmitDmlAudit
(boolean omitDmlAudit) Setter for omitDmlAuditvoid
setOmitModifyDateUpdate
(boolean omitModifyDateUpdate) Setter for omitModifyDateUpdatevoid
setOmitTriggeringAutomations
(boolean omitTriggeringAutomations) Setter for omitTriggeringAutomationsvoid
setRecords
(List<QRecord> records) Setter for recordsvoid
setTransaction
(QBackendTransaction transaction) Setter for transactionwithAreAllValuesBeingUpdatedTheSame
(Boolean areAllValuesBeingUpdatedTheSame) Fluent setter for areAllValuesBeingUpdatedTheSamewithAuditContext
(String auditContext) Fluent setter for auditContextwithFlag
(ActionFlag flag) withFlags
(Set<ActionFlag> flags) Fluent setter for flagswithInputSource
(InputSource inputSource) Fluent setter for inputSourcewithOmitDmlAudit
(boolean omitDmlAudit) Fluent setter for omitDmlAuditwithOmitModifyDateUpdate
(boolean omitModifyDateUpdate) Fluent setter for omitModifyDateUpdatewithOmitTriggeringAutomations
(boolean omitTriggeringAutomations) Fluent setter for omitTriggeringAutomationswithRecord
(QRecord record) withRecordEntities
(List<? extends QRecordEntity> recordEntityList) withRecordEntity
(QRecordEntity recordEntity) withRecords
(List<QRecord> records) Fluent setter for recordswithTableName
(String tableName) Fluent setter for tableNamewithTransaction
(QBackendTransaction transaction) Fluent setter for transactionMethods inherited from class com.kingsrook.qqq.backend.core.model.actions.AbstractTableActionInput
getActionIdentity, getBackend, getTable, getTableMetaData, getTableName, setTableMetaData, setTableName, withTableMetaData
Methods inherited from class com.kingsrook.qqq.backend.core.model.actions.AbstractActionInput
getAsyncJobCallback, getInstance, getSession, setAsyncJobCallback
-
Constructor Details
-
UpdateInput
public UpdateInput() -
UpdateInput
Constructor
-
-
Method Details
-
withTableName
Description copied from class:AbstractTableActionInput
Fluent setter for tableName- Overrides:
withTableName
in classAbstractTableActionInput
-
withRecord
-
withRecordEntity
-
withRecordEntities
-
getTransaction
Getter for transaction -
setTransaction
Setter for transaction -
withTransaction
Fluent setter for transaction -
getRecords
-
setRecords
-
getAreAllValuesBeingUpdatedTheSame
Getter for areAllValuesBeingUpdatedTheSame -
setAreAllValuesBeingUpdatedTheSame
Setter for areAllValuesBeingUpdatedTheSame -
getOmitDmlAudit
public boolean getOmitDmlAudit()Getter for omitDmlAudit -
setOmitDmlAudit
public void setOmitDmlAudit(boolean omitDmlAudit) Setter for omitDmlAudit -
withOmitDmlAudit
Fluent setter for omitDmlAudit -
withRecords
Fluent setter for records -
withAreAllValuesBeingUpdatedTheSame
Fluent setter for areAllValuesBeingUpdatedTheSame -
getAuditContext
Getter for auditContext -
setAuditContext
Setter for auditContext -
withAuditContext
Fluent setter for auditContext -
getInputSource
Getter for inputSource- Overrides:
getInputSource
in classAbstractTableActionInput
-
setInputSource
Setter for inputSource- Overrides:
setInputSource
in classAbstractTableActionInput
-
withInputSource
Fluent setter for inputSource- Overrides:
withInputSource
in classAbstractTableActionInput
- Parameters:
inputSource
- Indicator of what the source of the action is. Default values from QQQ are USER or SYSTEM (where it can be the case that an action that originated from a USER leads to SYSTEM actions (e.g., running a process - the RunProcessAction is USER initiated, but if that process then runs a query, by default, it would be SYSTEM initiated).- Returns:
- this
-
getOmitTriggeringAutomations
public boolean getOmitTriggeringAutomations()Getter for omitTriggeringAutomations -
setOmitTriggeringAutomations
public void setOmitTriggeringAutomations(boolean omitTriggeringAutomations) Setter for omitTriggeringAutomations -
withOmitTriggeringAutomations
Fluent setter for omitTriggeringAutomations -
getOmitModifyDateUpdate
public boolean getOmitModifyDateUpdate()Getter for omitModifyDateUpdate -
setOmitModifyDateUpdate
public void setOmitModifyDateUpdate(boolean omitModifyDateUpdate) Setter for omitModifyDateUpdate -
withOmitModifyDateUpdate
Fluent setter for omitModifyDateUpdate -
getFlags
Getter for flags -
setFlags
Setter for flags -
withFlags
Fluent setter for flags -
withFlag
-
hasFlag
-