public class ScriptingOperationImpl extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected Map<String,Object> | 
args  | 
protected ScriptOperationContext | 
ctx  | 
protected String | 
source  | 
| Constructor and Description | 
|---|
ScriptingOperationImpl(String source,
                      ScriptOperationContext ctx,
                      Map<String,Object> args)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
run(Object input)  | 
protected Object | 
unwrapResult(Object res)  | 
protected Object | 
wrapArgsAndInput(Object input,
                Map<String,Object> args)  | 
protected final ScriptOperationContext ctx
public ScriptingOperationImpl(String source, ScriptOperationContext ctx, Map<String,Object> args) throws ScriptException
ScriptExceptionCopyright © 2016 Nuxeo SA. All rights reserved.