Package com.kingsrook.qqq.backend.core.actions.scripts
package com.kingsrook.qqq.backend.core.actions.scripts
-
ClassDescriptionAction to execute user/runtime defined code.Interface to be implemented by language-specific code executors, e.g., in qqq-language-support-${languageName} maven modules.Interface for classes that can accept a QCodeExecutor object via a setter.JavaObject made available to scripts for access to qqq api (e.g., query, insert, etc, plus object constructors).Action to store a new version of a script, associated with a record.Interface to be implemented by script-running actions, if they want to allow themselves to be used for user-testing of their script.