Class PartIterator

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

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

      • PartIterator

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

      • hasNextPart

        public boolean hasNextPart()
                            throws org.osid.repository.RepositoryException
        Specified by:
        hasNextPart in interface org.osid.repository.PartIterator
        Overrides:
        hasNextPart in class PartIterator
        Throws:
        org.osid.repository.RepositoryException
      • nextPart

        public org.osid.repository.Part nextPart()
                                          throws org.osid.repository.RepositoryException
        Specified by:
        nextPart in interface org.osid.repository.PartIterator
        Overrides:
        nextPart in class PartIterator
        Throws:
        org.osid.repository.RepositoryException