org.neo4j.server.rest.batch
Class BatchOperationResults

java.lang.Object
  extended by org.neo4j.server.rest.batch.BatchOperationResults

public class BatchOperationResults
extends Object


Constructor Summary
BatchOperationResults()
           
 
Method Summary
 void addOperationResult(String from, Integer id, String body, String location)
           
 Map<Integer,String> getLocations()
           
 String toJSON()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchOperationResults

public BatchOperationResults()
Method Detail

addOperationResult

public void addOperationResult(String from,
                               Integer id,
                               String body,
                               String location)

getLocations

public Map<Integer,String> getLocations()

toJSON

public String toJSON()


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.