org.mydm.core
Class EDocResIteratorImpl

java.lang.Object
  extended byorg.mydm.core.EDocResIteratorImpl
All Implemented Interfaces:
EDocResIterator

public class EDocResIteratorImpl
extends java.lang.Object
implements EDocResIterator

Simple EDocument Result Set iterator.


Constructor Summary
EDocResIteratorImpl(java.util.List edocset)
           
 
Method Summary
 boolean hasMoreEDocs()
          checks whether the set has any more edocs.
 EDocument nextEDoc()
          Gets the next EDocument from the set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EDocResIteratorImpl

public EDocResIteratorImpl(java.util.List edocset)
Method Detail

hasMoreEDocs

public boolean hasMoreEDocs()
Description copied from interface: EDocResIterator
checks whether the set has any more edocs.

Specified by:
hasMoreEDocs in interface EDocResIterator
Returns:
true or false

nextEDoc

public EDocument nextEDoc()
                   throws MyDMException
Description copied from interface: EDocResIterator
Gets the next EDocument from the set.

Specified by:
nextEDoc in interface EDocResIterator
Returns:
edoc EDocument
Throws:
MyDMException