java-rest-binding icon indicating copy to clipboard operation
java-rest-binding copied to clipboard

Old Traverser Wrapper for this REST binding

Open FaKod opened this issue 12 years ago • 0 comments

Here is my initial implementation of RestOldTraverserWrapper. It provides some

public static org.neo4j.graphdb.Traverser traverse(...)

implementations to support the old style Traverser. The only not implemented is the one with ReturnEval and StopEval. Instead I've added some methods to support server side pruning or filtering in a script language.

I assume that you'll write some tests, because my tests are running with neo4j-scala :-)

hope this helps...

FaKod avatar May 24 '12 05:05 FaKod