Package org.gcube.contentmanagement.contentmanager.stubs.calls.iterators

Interface Summary
FaultListener  
RemoteIterator<T> A 'forward'-only iterator over a non-local list of elements.
ResultParser<T> A parser of ResultSet results.
 

Class Summary
AddOutcomeParser A ResultParser of AddOutcome results.
AsyncRSIterator<T> A RemoteIterator over a ResultSet with an embedded ResultParser and the ability to deliver parsing failures asynchronously.
BaseRSIterator<T> A partial implementation of ResultSet-backed iterators with embedded result parsers.
GDocResultParser A ResultParser for GDoc results.
GDocRSCollection An RSCollection of gDoc documents.
GDocRSIterator An RSIterator over GDocs.
NodeResultParser A ResultParser of Node results.
NodeRSCollection An RSCollection of Node elements.
RSCollection<T> A lazy collection backed by a result set that can be iterated over with an AsyncRSIterator.
RSIterator<T> A RemoteIterator over a result set with an embedded ResultParser.
UpdateFailureParser A ResultParser of UpdateFailure results.