public class CypherService extends Object
| Constructor and Description |
|---|
CypherService(CypherExecutor cypherExecutor,
org.neo4j.server.rest.repr.InputFormat input,
OutputFormat output) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
cypher(String body,
boolean includeStats,
boolean includePlan,
boolean profile) |
OutputFormat |
getOutputFormat() |
public CypherService(@Context
CypherExecutor cypherExecutor,
@Context
org.neo4j.server.rest.repr.InputFormat input,
@Context
OutputFormat output)
public OutputFormat getOutputFormat()
public javax.ws.rs.core.Response cypher(String body, boolean includeStats, boolean includePlan, boolean profile) throws org.neo4j.server.rest.repr.BadInputException
org.neo4j.server.rest.repr.BadInputExceptionCopyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.