Class RepositoryIterator

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

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

      • RepositoryIterator

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

      • hasNextRepository

        public boolean hasNextRepository()
                                  throws org.osid.repository.RepositoryException
        Specified by:
        hasNextRepository in interface org.osid.repository.RepositoryIterator
        Overrides:
        hasNextRepository in class RepositoryIterator
        Throws:
        org.osid.repository.RepositoryException
      • nextRepository

        public org.osid.repository.Repository nextRepository()
                                                      throws org.osid.repository.RepositoryException
        Specified by:
        nextRepository in interface org.osid.repository.RepositoryIterator
        Overrides:
        nextRepository in class RepositoryIterator
        Throws:
        org.osid.repository.RepositoryException