public class ScriptInvocation extends DelegateInvocation
| Modifier and Type | Field and Description | 
|---|---|
protected VariableScope | 
scope  | 
protected ExecutableScript | 
script  | 
contextExecution, contextResource, invocationResult| Constructor and Description | 
|---|
ScriptInvocation(ExecutableScript script,
                VariableScope scope)  | 
ScriptInvocation(ExecutableScript script,
                VariableScope scope,
                BaseDelegateExecution contextExecution)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
invoke()  | 
getContextExecution, getContextResource, getInvocationResult, proceedprotected ExecutableScript script
protected VariableScope scope
public ScriptInvocation(ExecutableScript script, VariableScope scope)
public ScriptInvocation(ExecutableScript script, VariableScope scope, BaseDelegateExecution contextExecution)
protected void invoke()
               throws Exception
invoke in class DelegateInvocationExceptionCopyright © 2019. All rights reserved.