org.neo4j.server.rest.web
Class BatchOperationService

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

public class BatchOperationService
extends Object


Constructor Summary
BatchOperationService(Database database, WebServer webServer, OutputFormat output)
           
 
Method Summary
 javax.ws.rs.core.Response performBatchOperations(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, InputStream body)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchOperationService

public BatchOperationService(@Context
                             Database database,
                             @Context
                             WebServer webServer,
                             @Context
                             OutputFormat output)
Method Detail

performBatchOperations

public javax.ws.rs.core.Response performBatchOperations(@Context
                                                        javax.ws.rs.core.UriInfo uriInfo,
                                                        @Context
                                                        javax.ws.rs.core.HttpHeaders httpHeaders,
                                                        InputStream body)
                                                 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.