Class RecordIterator

  • All Implemented Interfaces:
    Serializable, org.osid.repository.RecordIterator

    public class RecordIterator
    extends RecordIterator
    Version:
    Author:
    Massachusetts Institute of Techbology, Sakai Software Development Team
    See Also:
    Serialized Form
    • Constructor Detail

      • RecordIterator

        public RecordIterator​(Vector vector)
                       throws org.osid.repository.RepositoryException
        Throws:
        org.osid.repository.RepositoryException
    • Method Detail

      • hasNextRecord

        public boolean hasNextRecord()
                              throws org.osid.repository.RepositoryException
        Specified by:
        hasNextRecord in interface org.osid.repository.RecordIterator
        Overrides:
        hasNextRecord in class RecordIterator
        Throws:
        org.osid.repository.RepositoryException
      • nextRecord

        public org.osid.repository.Record nextRecord()
                                              throws org.osid.repository.RepositoryException
        Specified by:
        nextRecord in interface org.osid.repository.RecordIterator
        Overrides:
        nextRecord in class RecordIterator
        Throws:
        org.osid.repository.RepositoryException