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, skip
getFactory, getItem, getNode, getNodeTypeArray
nextProperty
in interface javax.jcr.PropertyIterator
PropertyIterator.nextProperty()
public ClientPropertyIterator(RemoteIterator iterator, javax.jcr.Session session, LocalAdapterFactory factory)
iterator
- remote iteratorsession
- current sessionfactory
- local adapter factoryprotected Object getObject(Object remote)
getObject
in class ClientIterator
remote
- remote referecneClientIterator.getObject(Object)
public javax.jcr.Property nextProperty()
nextProperty
in interface javax.jcr.PropertyIterator
PropertyIterator.nextProperty()
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.