|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.rmi.api.client.ClientObject
org.exoplatform.services.jcr.rmi.api.client.iterator.ClientIterator
org.exoplatform.services.jcr.rmi.api.client.iterator.ClientPropertyIterator
public class ClientPropertyIterator
A ClientIterator for iterating remote properties.
| Constructor Summary | |
|---|---|
ClientPropertyIterator(RemoteIterator iterator,
javax.jcr.Session session,
LocalAdapterFactory factory)
Creates a ClientPropertyIterator instance. |
|
| Method Summary | |
|---|---|
protected java.lang.Object |
getObject(java.lang.Object remote)
Creates and returns a local adapter for the given remote property. |
javax.jcr.Property |
nextProperty()
Returns the next property in this iteration. |
| Methods inherited from class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientIterator |
|---|
getPosition, getSize, hasNext, next, remove, skip |
| Methods inherited from class org.exoplatform.services.jcr.rmi.api.client.ClientObject |
|---|
getFactory, getItem, getNode, getNodeTypeArray |
| 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, getSize, skip |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Constructor Detail |
|---|
public ClientPropertyIterator(RemoteIterator iterator,
javax.jcr.Session session,
LocalAdapterFactory factory)
iterator - remote iteratorsession - current sessionfactory - local adapter factory| Method Detail |
|---|
protected java.lang.Object getObject(java.lang.Object remote)
getObject in class ClientIteratorremote - remote referecne
ClientIterator.getObject(Object)public javax.jcr.Property nextProperty()
nextProperty in interface javax.jcr.PropertyIteratorPropertyIterator.nextProperty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||