Skip navigation links

Oracle® Fusion Middleware JCR Adapter Java API Reference
11g Release 1 (11.1)

E17351-01


oracle.stellent.jcr
Class IdcResourceNodePathIterator

java.lang.Object
  extended by oracle.stellent.jcr.IdcResourceNodePathIterator

All Implemented Interfaces:
java.util.Iterator, javax.jcr.RangeIterator, oracle.jcr.spi.ResourceNodePathIterator

public class IdcResourceNodePathIterator
extends java.lang.Object
implements oracle.jcr.spi.ResourceNodePathIterator

Constructor Summary
IdcResourceNodePathIterator(oracle.jcr.impl.query.OracleQueryImpl query, oracle.jcr.impl.ResourceIterator iterator)
           

 

Method Summary
 void close()
          
 long getPosition()
          
 long getSize()
          
 boolean hasNext()
          
 java.lang.Object next()
          
 oracle.jcr.spi.ResourceNodePath nextResourceNodePath()
          
 void remove()
          
 void skip(long skipNum)
          

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

IdcResourceNodePathIterator

public IdcResourceNodePathIterator(oracle.jcr.impl.query.OracleQueryImpl query,
                                   oracle.jcr.impl.ResourceIterator iterator)

Method Detail

nextResourceNodePath

public oracle.jcr.spi.ResourceNodePath nextResourceNodePath()
Specified by:
nextResourceNodePath in interface oracle.jcr.spi.ResourceNodePathIterator

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

getPosition

public long getPosition()
Specified by:
getPosition in interface javax.jcr.RangeIterator

getSize

public long getSize()
Specified by:
getSize in interface javax.jcr.RangeIterator

skip

public void skip(long skipNum)
Specified by:
skip in interface javax.jcr.RangeIterator

close

public void close()
Specified by:
close in interface oracle.jcr.spi.ResourceNodePathIterator

Skip navigation links

Oracle® Fusion Middleware JCR Adapter Java API Reference
11g Release 1 (11.1)

E17351-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.