Class RunAdHocRecordScriptInput
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.scripts.AbstractRunScriptInput<AdHocScriptCodeReference>
com.kingsrook.qqq.backend.core.model.actions.scripts.RunAdHocRecordScriptInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for recordListGetter for recordPrimaryKeyListvoid
setRecordList
(List<QRecord> recordList) Setter for recordListvoid
setRecordPrimaryKeyList
(List<Serializable> recordPrimaryKeyList) Setter for recordPrimaryKeyListwithRecordList
(List<QRecord> recordList) Fluent setter for recordListwithRecordPrimaryKeyList
(List<Serializable> recordPrimaryKeyList) Fluent setter for recordPrimaryKeyListMethods inherited from class com.kingsrook.qqq.backend.core.model.actions.scripts.AbstractRunScriptInput
getCodeReference, getInputValues, getLogger, getOutputObject, getScriptUtils, setCodeReference, setInputValues, setLogger, setOutputObject, setScriptUtils, withCodeReference, withInputValues, withLogger, withOutputObject, withScriptUtils
Methods inherited from class com.kingsrook.qqq.backend.core.model.actions.AbstractTableActionInput
getActionIdentity, getBackend, getTable, getTableName, setTableName, withTableName
Methods inherited from class com.kingsrook.qqq.backend.core.model.actions.AbstractActionInput
getAsyncJobCallback, getInstance, getSession, setAsyncJobCallback
-
Constructor Details
-
RunAdHocRecordScriptInput
public RunAdHocRecordScriptInput()
-
-
Method Details
-
getRecordList
-
setRecordList
-
withRecordList
Fluent setter for recordList -
getRecordPrimaryKeyList
Getter for recordPrimaryKeyList -
setRecordPrimaryKeyList
Setter for recordPrimaryKeyList -
withRecordPrimaryKeyList
Fluent setter for recordPrimaryKeyList
-