public class CypherService extends Object
| 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) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
cypher(String body,
javax.servlet.http.HttpServletRequest request,
boolean includeStats,
boolean includePlan,
boolean profile) |
OutputFormat |
getOutputFormat() |
public CypherService(@Context
org.neo4j.graphdb.GraphDatabaseService database,
@Context
CypherExecutor cypherExecutor,
@Context
org.neo4j.server.rest.repr.InputFormat input,
@Context
OutputFormat output,
@Context
org.neo4j.udc.UsageData usage)
public OutputFormat getOutputFormat()
public javax.ws.rs.core.Response cypher(String body, @Context javax.servlet.http.HttpServletRequest request, boolean includeStats, boolean includePlan, boolean profile) throws org.neo4j.server.rest.repr.BadInputException
org.neo4j.server.rest.repr.BadInputExceptionCopyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.