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, proceed
protected 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 DelegateInvocation
Exception
Copyright © 2022. All rights reserved.