org.neo4j.server.rest.batch
Class BatchOperationResults
java.lang.Object
org.neo4j.server.rest.batch.BatchOperationResults
public class BatchOperationResults
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchOperationResults
public BatchOperationResults()
addOperationResult
public void addOperationResult(String from,
Integer id,
String body,
String location)
getLocations
public Map<Integer,String> getLocations()
toJSON
public String toJSON()
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.