Uses of Interface
org.neo4j.server.webadmin.console.ScriptSession

Packages that use ScriptSession
org.neo4j.server.webadmin.console   
org.neo4j.server.webadmin.rest.console   
 

Uses of ScriptSession in org.neo4j.server.webadmin.console
 

Classes in org.neo4j.server.webadmin.console that implement ScriptSession
 class CypherSession
           
 class ShellSession
           
 

Methods in org.neo4j.server.webadmin.console that return ScriptSession
 ScriptSession ConsoleSessionFactory.createSession(String engineName, Database database)
           
 ScriptSession ConsoleSessionCreator.newSession(Database database, CypherExecutor cypherExecutor)
           
 ScriptSession ShellSessionCreator.newSession(Database database, CypherExecutor cypherExecutor)
           
 ScriptSession CypherSessionCreator.newSession(Database database, CypherExecutor cypherExecutor)
           
 

Uses of ScriptSession in org.neo4j.server.webadmin.rest.console
 

Methods in org.neo4j.server.webadmin.rest.console that return ScriptSession
 ScriptSession SessionFactoryImpl.createSession(String engineName, Database database)
           
 



Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.