|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.jcr.util.AbstractRangeIterator
org.alfresco.jcr.version.VersionListIterator
public class VersionListIterator
Alfresco implementation of a Property Iterator
Constructor Summary | |
---|---|
VersionListIterator(VersionHistoryImpl versionHistory,
java.util.List versions)
Construct |
Method Summary | |
---|---|
long |
getSize()
|
java.lang.Object |
next()
|
javax.jcr.version.Version |
nextVersion()
|
Methods inherited from class org.alfresco.jcr.util.AbstractRangeIterator |
---|
getPosition, hasNext, remove, skip, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.jcr.RangeIterator |
---|
getPosition, skip |
Methods inherited from interface java.util.Iterator |
---|
hasNext, remove |
Constructor Detail |
---|
public VersionListIterator(VersionHistoryImpl versionHistory, java.util.List versions)
context
- session contextversions
- version listMethod Detail |
---|
public javax.jcr.version.Version nextVersion()
nextVersion
in interface javax.jcr.version.VersionIterator
public long getSize()
getSize
in interface javax.jcr.RangeIterator
public java.lang.Object next()
next
in interface java.util.Iterator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |