On Mon, May 11, 2009 at 6:31 PM, hsp_ <[email protected]> wrote: > > Hi; > Is there some way that I could get the references with offSet and limit > parameters?
FWIW: Node#getReferences() returns a RangeIterator which provides a skip() method: http://www.day.com/maven/jsr170/javadocs/jcr-1.0/javax/jcr/RangeIterator.html#skip(long) cheers stefan > -- > View this message in context: > http://www.nabble.com/Node.getReferences%28%29-with-offSet-tp23486788p23486788.html > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. > >
