org.neo4j.server.rest.web
Class CypherService
java.lang.Object
org.neo4j.server.rest.web.CypherService
public class CypherService
- extends Object
|
Method Summary |
javax.ws.rs.core.Response |
cypher(String body,
boolean includePlan,
boolean profile)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CypherService
public CypherService(@Context
CypherExecutor cypherExecutor,
@Context
org.neo4j.server.rest.repr.InputFormat input,
@Context
OutputFormat output)
cypher
public javax.ws.rs.core.Response cypher(String body,
boolean includePlan,
boolean profile)
throws org.neo4j.server.rest.repr.BadInputException
- Throws:
org.neo4j.server.rest.repr.BadInputException
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.