public interface ScriptExecutor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ScriptExecutor.Factory |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(Map<String,Object> variables)
Execute the contained script.
|
Object execute(Map<String,Object> variables) throws EvaluationException
variables - Is variables that should be available to the script.EvaluationExceptionCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.