Class StoreAssociatedScriptAction
java.lang.Object
com.kingsrook.qqq.backend.core.actions.scripts.StoreAssociatedScriptAction
Action to store a new version of a script, associated with a record.
If there's never been a script assigned to the record (for the specified field),
then a new Script record is first inserted.
The script referenced by the record is always updated to point at the new
scriptRevision record that is inserted.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(StoreAssociatedScriptInput input, StoreAssociatedScriptOutput output)
-
Constructor Details
-
StoreAssociatedScriptAction
public StoreAssociatedScriptAction()
-
-
Method Details
-
run
public void run(StoreAssociatedScriptInput input, StoreAssociatedScriptOutput output) throws QException - Throws:
QException
-