org.neo4j.examples.server.plugins
Class GetAll
java.lang.Object
org.neo4j.server.plugins.ServerPlugin
org.neo4j.examples.server.plugins.GetAll
public class GetAll
- extends org.neo4j.server.plugins.ServerPlugin
Methods inherited from class org.neo4j.server.plugins.ServerPlugin |
getDefaultExtensionPoints, loadServerExtender, toString |
GetAll
public GetAll()
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.