Uses of Class
com.kingsrook.qqq.backend.core.model.actions.scripts.ExecuteCodeInput
Packages that use ExecuteCodeInput
Package
Description
-
Uses of ExecuteCodeInput in com.kingsrook.qqq.backend.core.actions.scripts
Methods in com.kingsrook.qqq.backend.core.actions.scripts that return ExecuteCodeInputModifier and TypeMethodDescriptionstatic ExecuteCodeInputExecuteCodeAction.setupExecuteCodeInput(AbstractRunScriptInput<?> input, ScriptRevision scriptRevision) static ExecuteCodeInputExecuteCodeAction.setupExecuteCodeInput(AbstractRunScriptInput<?> input, ScriptRevision scriptRevision, String fileName) Methods in com.kingsrook.qqq.backend.core.actions.scripts with parameters of type ExecuteCodeInputModifier and TypeMethodDescriptionvoidAssociatedScriptContextPrimerInterface.primeContext(ExecuteCodeInput executeCodeInput, ScriptRevision scriptRevision) voidExecuteCodeAction.run(ExecuteCodeInput input, ExecuteCodeOutput output) voidRecordScriptTestInterface.setupTestScriptInput(TestScriptInput testScriptInput, ExecuteCodeInput executeCodeInput) voidTestScriptActionInterface.setupTestScriptInput(TestScriptInput testScriptInput, ExecuteCodeInput executeCodeInput) Called to adapt or translate data from the TestScriptInput (which would just have a map of name-value pairs) to the actual input object(s) used by the script. -
Uses of ExecuteCodeInput in com.kingsrook.qqq.backend.core.actions.scripts.logging
Fields in com.kingsrook.qqq.backend.core.actions.scripts.logging declared as ExecuteCodeInputModifier and TypeFieldDescriptionprotected ExecuteCodeInputBuildScriptLogAndScriptLogLineExecutionLogger.executeCodeInputMethods in com.kingsrook.qqq.backend.core.actions.scripts.logging with parameters of type ExecuteCodeInputModifier and TypeMethodDescriptionvoidAccumulatingBuildScriptLogAndScriptLogLineExecutionLogger.acceptExecutionStart(ExecuteCodeInput executeCodeInput) voidBuildScriptLogAndScriptLogLineExecutionLogger.acceptExecutionStart(ExecuteCodeInput executeCodeInput) voidLog4jCodeExecutionLogger.acceptExecutionStart(ExecuteCodeInput executeCodeInput) voidNoopCodeExecutionLogger.acceptExecutionStart(ExecuteCodeInput executeCodeInput) voidQCodeExecutionLoggerInterface.acceptExecutionStart(ExecuteCodeInput executeCodeInput) Called when the execution starts - takes the execution's input object.voidStoreScriptLogAndScriptLogLineExecutionLogger.acceptExecutionStart(ExecuteCodeInput executeCodeInput) voidSystemOutExecutionLogger.acceptExecutionStart(ExecuteCodeInput executeCodeInput) -
Uses of ExecuteCodeInput in com.kingsrook.qqq.backend.core.model.actions.scripts
Methods in com.kingsrook.qqq.backend.core.model.actions.scripts that return ExecuteCodeInputModifier and TypeMethodDescriptionExecuteCodeInput.withCodeReference(QCodeReference codeReference) Fluent setter for codeReferenceExecuteCodeInput.withContext(String key, Serializable value) Fluent setter for contextExecuteCodeInput.withContext(Map<String, Serializable> context) Fluent setter for contextExecuteCodeInput.withExecutionLogger(QCodeExecutionLoggerInterface executionLogger) Fluent setter for executionLoggerExecuteCodeInput.withInput(String key, Serializable value) Fluent setter for inputExecuteCodeInput.withInput(Map<String, Serializable> input) Fluent setter for input