public class BatchOperationService extends Object
| Constructor and Description |
|---|
BatchOperationService(Database database,
WebServer webServer,
OutputFormat output) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
performBatchOperations(javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders httpHeaders,
InputStream body) |
public BatchOperationService(@Context
Database database,
@Context
WebServer webServer,
@Context
OutputFormat output)
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
org.neo4j.server.rest.repr.BadInputExceptionCopyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.