Class ExecuteCodeInput
java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.AbstractActionInput
com.kingsrook.qqq.backend.core.model.actions.scripts.ExecuteCodeInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for codeReferenceGetter for contextGetter for executionLoggergetInput()
Getter for inputvoid
setCodeReference
(QCodeReference codeReference) Setter for codeReferencevoid
setContext
(Map<String, Serializable> context) Setter for contextvoid
setExecutionLogger
(QCodeExecutionLoggerInterface executionLogger) Setter for executionLoggervoid
setInput
(Map<String, Serializable> input) Setter for inputwithCodeReference
(QCodeReference codeReference) Fluent setter for codeReferencewithContext
(String key, Serializable value) Fluent setter for contextwithContext
(Map<String, Serializable> context) Fluent setter for contextwithExecutionLogger
(QCodeExecutionLoggerInterface executionLogger) Fluent setter for executionLoggerwithInput
(String key, Serializable value) Fluent setter for inputwithInput
(Map<String, Serializable> input) Fluent setter for inputMethods inherited from class com.kingsrook.qqq.backend.core.model.actions.AbstractActionInput
getActionIdentity, getAsyncJobCallback, getInstance, getSession, setAsyncJobCallback
-
Constructor Details
-
ExecuteCodeInput
public ExecuteCodeInput()Constructor
-
-
Method Details
-
getCodeReference
Getter for codeReference -
setCodeReference
Setter for codeReference -
withCodeReference
Fluent setter for codeReference -
getInput
Getter for input -
setInput
Setter for input -
withInput
Fluent setter for input -
withInput
Fluent setter for input -
getContext
Getter for context -
setContext
Setter for context -
withContext
Fluent setter for context -
withContext
Fluent setter for context -
getExecutionLogger
Getter for executionLogger -
setExecutionLogger
Setter for executionLogger -
withExecutionLogger
Fluent setter for executionLogger
-