What do you actually want to do? Sent from mobile device
Am 01.01.2014 um 05:56 schrieb Puneet Arora <[email protected]>: > Hi Wes, > > Thanks for the reply I think this should work. > Just another quick question would be can we have any filters applied to the > Edges. > Just say the sample query would be " retrieve all edges which have ID more > than 500(filter : ID >500) " or some thing similar to it. > > Thanks > Puneet > > On Tuesday, December 31, 2013 10:32:18 PM UTC-5, Wes Freeman wrote: >> >> Check out: >> http://api.neo4j.org/current/org/neo4j/tooling/GlobalGraphOperations.html >> >> Wes >> >> On Tue, Dec 31, 2013 at 10:06 PM, Puneet Arora <[email protected]> >> wrote: >>> Hi, >>> I am trying to get all nodes and edges of the graph. >>> Though for the nodes I found a method getAllnodes() on >>> GraphDatabaseService, it is deprecated. And for getting edges, I cannot >>> find any method to call on the whole graph. >>> I do not want to use traversal framework as graph can be disconnected and >>> in that case I will not be able to get all nodes and edges. >>> >>> Thanks >>> Puneet Arora >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Neo4j" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
