org.neo4j.server.scripting.javascript
Class JavascriptExecutor
java.lang.Object
org.neo4j.server.scripting.javascript.JavascriptExecutor
- All Implemented Interfaces:
- ScriptExecutor
public class JavascriptExecutor
- extends Object
- implements ScriptExecutor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavascriptExecutor
public JavascriptExecutor(String script)
execute
public Object execute(Map<String,Object> variables)
throws EvaluationException
- Description copied from interface:
ScriptExecutor
- Execute the contained script.
- Specified by:
execute in interface ScriptExecutor
- Parameters:
variables - Is variables that should be available to the script.
- Returns:
-
- Throws:
EvaluationException
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.