Class ScriptExecutionContext
java.lang.Object
ch.tocco.nice2.scripting.api.groovy.ScriptExecutionContext
An instance of this context will be bound to the current thread, whenever a
groovy script is executed.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ScriptExecutionContext
public ScriptExecutionContext(boolean isRollbackTransaction)
-
-
Method Details
-
isRollbackTransaction
public boolean isRollbackTransaction() -
getScriptReport
-