Class ScriptExecutionContext

java.lang.Object
ch.tocco.nice2.scripting.api.groovy.ScriptExecutionContext

public class ScriptExecutionContext extends Object
An instance of this context will be bound to the current thread, whenever a groovy script is executed.
  • Constructor Details

    • ScriptExecutionContext

      public ScriptExecutionContext(boolean isRollbackTransaction)
  • Method Details

    • isRollbackTransaction

      public boolean isRollbackTransaction()
    • getScriptReport

      public ScriptReport getScriptReport()