Uses of Class
org.neo4j.server.database.CypherExecutor

Packages that use CypherExecutor
org.neo4j.server   
org.neo4j.server.database   
org.neo4j.server.rest.web   
org.neo4j.server.webadmin.console   
org.neo4j.server.webadmin.rest.console   
 

Uses of CypherExecutor in org.neo4j.server
 

Fields in org.neo4j.server declared as CypherExecutor
protected  CypherExecutor AbstractNeoServer.cypherExecutor
           
 

Uses of CypherExecutor in org.neo4j.server.database
 

Fields in org.neo4j.server.database declared as CypherExecutor
 CypherExecutor CypherExecutorProvider.cypherExecutor
           
 

Methods in org.neo4j.server.database that return CypherExecutor
 CypherExecutor CypherExecutorProvider.getValue(com.sun.jersey.api.core.HttpContext httpContext)
           
 

Constructors in org.neo4j.server.database with parameters of type CypherExecutor
CypherExecutorProvider(CypherExecutor cypherExecutor)
           
 

Uses of CypherExecutor in org.neo4j.server.rest.web
 

Constructors in org.neo4j.server.rest.web with parameters of type CypherExecutor
CypherService(CypherExecutor cypherExecutor, org.neo4j.server.rest.repr.InputFormat input, OutputFormat output)
           
 

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

Methods in org.neo4j.server.webadmin.console with parameters of type CypherExecutor
 ScriptSession ConsoleSessionCreator.newSession(Database database, CypherExecutor cypherExecutor)
           
 ScriptSession ShellSessionCreator.newSession(Database database, CypherExecutor cypherExecutor)
           
 ScriptSession CypherSessionCreator.newSession(Database database, CypherExecutor cypherExecutor)
           
 

Constructors in org.neo4j.server.webadmin.console with parameters of type CypherExecutor
CypherSession(CypherExecutor cypherExecutor, org.neo4j.kernel.logging.Logging logging)
           
 

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

Constructors in org.neo4j.server.webadmin.rest.console with parameters of type CypherExecutor
ConsoleService(org.apache.commons.configuration.Configuration config, Database database, javax.servlet.http.HttpServletRequest req, OutputFormat output, CypherExecutor cypherExecutor)
           
SessionFactoryImpl(javax.servlet.http.HttpSession httpSession, List<String> supportedEngines, CypherExecutor cypherExecutor)
           
 



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