org.neo4j.examples.server.plugins
Class GetAll

java.lang.Object
  extended by org.neo4j.server.plugins.ServerPlugin
      extended by org.neo4j.examples.server.plugins.GetAll

public class GetAll
extends org.neo4j.server.plugins.ServerPlugin


Constructor Summary
GetAll()
           
 
Method Summary
 Iterable<org.neo4j.graphdb.Node> getAllNodes(org.neo4j.graphdb.GraphDatabaseService graphDb)
           
 Iterable<org.neo4j.graphdb.Relationship> getAllRelationships(org.neo4j.graphdb.GraphDatabaseService graphDb)
           
 
Methods inherited from class org.neo4j.server.plugins.ServerPlugin
getDefaultExtensionPoints, loadServerExtender, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetAll

public GetAll()
Method Detail

getAllNodes

public Iterable<org.neo4j.graphdb.Node> getAllNodes(org.neo4j.graphdb.GraphDatabaseService graphDb)

getAllRelationships

public Iterable<org.neo4j.graphdb.Relationship> getAllRelationships(org.neo4j.graphdb.GraphDatabaseService graphDb)


Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.