public class NodeRefRowIteratorImpl extends AbstractRangeIterator implements javax.jcr.query.RowIterator
| Constructor and Description |
|---|
NodeRefRowIteratorImpl(SessionImpl session,
java.util.Map columns,
java.util.List nodeRefs)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
javax.jcr.query.RowIterator |
getProxy()
Get proxied JCR Query
|
long |
getSize() |
java.lang.Object |
next() |
javax.jcr.query.Row |
nextRow() |
getPosition, hasNext, remove, skip, skippublic NodeRefRowIteratorImpl(SessionImpl session, java.util.Map columns, java.util.List nodeRefs)
session - columnNames - nodeRefs - public javax.jcr.query.RowIterator getProxy()
public javax.jcr.query.Row nextRow()
nextRow in interface javax.jcr.query.RowIteratorpublic long getSize()
getSize in interface javax.jcr.RangeIteratorpublic java.lang.Object next()
next in interface java.util.IteratorCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.