Uses of Class
org.gcube.contentmanagement.contentmanager.stubs.calls.iterators.RSIterator

Packages that use RSIterator
org.gcube.contentmanagement.contentmanager.plugin.delegates   
org.gcube.contentmanagement.contentmanager.stubs.calls.iterators   
 

Uses of RSIterator in org.gcube.contentmanagement.contentmanager.plugin.delegates
 

Methods in org.gcube.contentmanagement.contentmanager.plugin.delegates with parameters of type RSIterator
 RemoteIterator<GDoc> ReadDelegate.get(RSIterator<java.lang.String> iterator, Predicate projection)
          Returns zero or more gDoc documents from their identifiers, requesting the preliminary application of a filter and a projection over each of them.
 RemoteIterator<Node> ReadDelegate.getNodes(RSIterator<Path> iterator)
          Returns the document nodes identified by corresponding Paths into documents of the target collection.
 

Uses of RSIterator in org.gcube.contentmanagement.contentmanager.stubs.calls.iterators
 

Subclasses of RSIterator in org.gcube.contentmanagement.contentmanager.stubs.calls.iterators
 class GDocRSIterator
          An RSIterator over GDocs.