| Package | Description |
|---|---|
| org.neo4j.server.database | |
| org.neo4j.server.rest.management.console | |
| org.neo4j.server.rest.web |
| Modifier and Type | Field and Description |
|---|---|
CypherExecutor |
CypherExecutorProvider.cypherExecutor |
| Modifier and Type | Method and Description |
|---|---|
CypherExecutor |
CypherExecutorProvider.getValue(com.sun.jersey.api.core.HttpContext httpContext) |
| Constructor and Description |
|---|
CypherExecutorProvider(CypherExecutor cypherExecutor) |
| Modifier and Type | Method and Description |
|---|---|
ScriptSession |
ShellSessionCreator.newSession(Database database,
CypherExecutor cypherExecutor,
javax.servlet.http.HttpServletRequest request,
org.neo4j.logging.LogProvider logProvider) |
ScriptSession |
CypherSessionCreator.newSession(Database database,
CypherExecutor cypherExecutor,
javax.servlet.http.HttpServletRequest request,
org.neo4j.logging.LogProvider logProvider) |
ScriptSession |
ConsoleSessionCreator.newSession(Database database,
CypherExecutor cypherExecutor,
javax.servlet.http.HttpServletRequest request,
org.neo4j.logging.LogProvider logProvider) |
| Constructor and Description |
|---|
ConsoleService(org.neo4j.kernel.configuration.Config config,
Database database,
org.neo4j.logging.LogProvider logProvider,
javax.servlet.http.HttpServletRequest req,
OutputFormat output,
CypherExecutor cypherExecutor) |
CypherSession(CypherExecutor cypherExecutor,
org.neo4j.logging.LogProvider logProvider,
javax.servlet.http.HttpServletRequest request) |
SessionFactoryImpl(javax.servlet.http.HttpServletRequest request,
List<String> supportedEngines,
CypherExecutor cypherExecutor) |
| Constructor and Description |
|---|
CypherService(org.neo4j.graphdb.GraphDatabaseService database,
CypherExecutor cypherExecutor,
org.neo4j.server.rest.repr.InputFormat input,
OutputFormat output,
org.neo4j.udc.UsageData usage) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.