org.neo4j.server.scripting
Class GroovyScriptExecutor
java.lang.Object
org.neo4j.server.scripting.GroovyScriptExecutor
- All Implemented Interfaces:
- ScriptExecutor
public class GroovyScriptExecutor
- extends Object
- implements ScriptExecutor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroovyScriptExecutor
public GroovyScriptExecutor()
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.