Class StoreScriptRevisionProcessStep

java.lang.Object
com.kingsrook.qqq.backend.core.processes.implementations.scripts.StoreScriptRevisionProcessStep
All Implemented Interfaces:
BackendStep

public class StoreScriptRevisionProcessStep extends Object implements BackendStep
Action to store a new version (revision) of a script. The script referenced by the record is always updated to point at the new scriptRevision record that is inserted.
  • Constructor Details

    • StoreScriptRevisionProcessStep

      public StoreScriptRevisionProcessStep()
  • Method Details

    • run

      public void run(RunBackendStepInput input, RunBackendStepOutput output) throws QException
      Description copied from interface: BackendStep
      Execute the backend step - using the request as input, and the result as output. TODO - think about - why take the Result object as a param, instead of return it? Is this way easier for inter-language operability maybe? Also - there's way too much "process-specific gunk" in the Request object - can we simplify it?
      Specified by:
      run in interface BackendStep
      Throws:
      QException