public class ClientPropertyIterator extends ClientIterator implements javax.jcr.PropertyIterator
| Type | Property and Description |
|---|---|
javax.jcr.Property |
next
Returns the next property in this iteration.
|
| Constructor and Description |
|---|
ClientPropertyIterator(RemoteIterator iterator,
javax.jcr.Session session,
LocalAdapterFactory factory)
Creates a ClientPropertyIterator instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getObject(Object remote)
Creates and returns a local adapter for the given remote property.
|
javax.jcr.Property |
nextProperty()
Returns the next property in this iteration.
|
getPosition, getSize, hasNext, next, remove, skipgetFactory, getItem, getNode, getNodeTypeArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasNext, next, removepublic javax.jcr.Property nextProperty
nextProperty in interface javax.jcr.PropertyIteratorpublic ClientPropertyIterator(RemoteIterator iterator, javax.jcr.Session session, LocalAdapterFactory factory)
iterator - remote iteratorsession - current sessionfactory - local adapter factoryprotected Object getObject(Object remote)
getObject in class ClientIteratorremote - remote referecneClientIterator.getObject(Object)public javax.jcr.Property nextProperty()
nextProperty in interface javax.jcr.PropertyIteratorCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.