Class RecordStructureIterator

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

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

      • RecordStructureIterator

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

      • hasNextRecordStructure

        public boolean hasNextRecordStructure()
                                       throws org.osid.repository.RepositoryException
        Specified by:
        hasNextRecordStructure in interface org.osid.repository.RecordStructureIterator
        Overrides:
        hasNextRecordStructure in class RecordStructureIterator
        Throws:
        org.osid.repository.RepositoryException
      • nextRecordStructure

        public org.osid.repository.RecordStructure nextRecordStructure()
                                                                throws org.osid.repository.RepositoryException
        Specified by:
        nextRecordStructure in interface org.osid.repository.RecordStructureIterator
        Overrides:
        nextRecordStructure in class RecordStructureIterator
        Throws:
        org.osid.repository.RepositoryException