|
|||||||||
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.item.PropertyListIterator
public class PropertyListIterator
Alfresco implementation of a Property Iterator
Constructor Summary | |
---|---|
PropertyListIterator(java.util.List properties)
Construct |
Method Summary | |
---|---|
long |
getSize()
|
java.lang.Object |
next()
|
javax.jcr.Property |
nextProperty()
|
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 PropertyListIterator(java.util.List properties)
context
- session contextproperties
- property listMethod Detail |
---|
public javax.jcr.Property nextProperty()
nextProperty
in interface javax.jcr.PropertyIterator
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 |