Class PartIterator
- java.lang.Object
-
- edu.indiana.lib.osid.base.repository.PartIterator
-
- edu.indiana.lib.osid.base.repository.http.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 Summary
Constructors Constructor Description PartIterator(Vector vector)
-
-
-
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:
hasNextPartin interfaceorg.osid.repository.PartIterator- Overrides:
hasNextPartin classPartIterator- Throws:
org.osid.repository.RepositoryException
-
nextPart
public org.osid.repository.Part nextPart() throws org.osid.repository.RepositoryException- Specified by:
nextPartin interfaceorg.osid.repository.PartIterator- Overrides:
nextPartin classPartIterator- Throws:
org.osid.repository.RepositoryException
-
-