proai.service
Interface ListProvider<T>

All Known Implementing Classes:
RecordListProvider, SetListProvider

public interface ListProvider<T>


Method Summary
 int getIncompleteListSize()
           
 CloseableIterator<T> getList()
           
 CloseableIterator<java.lang.String[]> getPathList()
           
 RecordCache getRecordCache()
           
 java.lang.String getVerb()
           
 

Method Detail

getList

CloseableIterator<T> getList()
                             throws ServerException
Throws:
ServerException

getPathList

CloseableIterator<java.lang.String[]> getPathList()
                                                  throws ServerException
Throws:
ServerException

getRecordCache

RecordCache getRecordCache()

getIncompleteListSize

int getIncompleteListSize()

getVerb

java.lang.String getVerb()