org.neo4j.server.rest.web
Class CypherService

java.lang.Object
  extended by org.neo4j.server.rest.web.CypherService

public class CypherService
extends Object


Constructor Summary
CypherService(CypherExecutor cypherExecutor, org.neo4j.server.rest.repr.InputFormat input, OutputFormat output)
           
 
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
 

Constructor Detail

CypherService

public CypherService(@Context
                     CypherExecutor cypherExecutor,
                     @Context
                     org.neo4j.server.rest.repr.InputFormat input,
                     @Context
                     OutputFormat output)
Method Detail

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-2014 The Neo4j Graph Database Project. All Rights Reserved.