public interface ResultSetConsumerI
| Modifier and Type | Method and Description |
|---|---|
ArrayList<org.gcube.application.framework.contentmanagement.content.impl.DigitalObject> |
getAllResultIds(org.gcube.application.framework.core.session.ASLSession session) |
List<org.gcube.application.framework.contentmanagement.content.impl.DigitalObject> |
getFirst(int n,
DisableButtons dis,
org.gcube.application.framework.core.session.ASLSession session) |
List<org.gcube.application.framework.contentmanagement.content.impl.DigitalObject> |
getNext(int n,
DisableButtons dis,
org.gcube.application.framework.core.session.ASLSession session) |
int |
getNumOfResultsRead() |
List<org.gcube.application.framework.contentmanagement.content.impl.DigitalObject> |
getPrevious(int n,
DisableButtons dis,
org.gcube.application.framework.core.session.ASLSession session) |
List<String> |
getResultsToText(int n,
int offset,
org.gcube.application.framework.core.session.ASLSession session) |
boolean |
getTotalRead() |
void |
setGenericSearchType(String gst) |
void |
setOnlyPresentables() |
void |
setOnlyTitleSnippet(boolean onlyTS) |
void |
setSearchStartTime(long timeMillis) |
void |
setWindowSize(int size) |
List<org.gcube.application.framework.contentmanagement.content.impl.DigitalObject> getFirst(int n, DisableButtons dis, org.gcube.application.framework.core.session.ASLSession session) throws gRS2NoRecordReadWithinTimeIntervalException, gRS2RecordDefinitionException, gRS2ReaderException, gRS2AvailableRecordsRetrievalException, InitialBridgingNotCompleteException, InternalErrorException
n - dis - session - gRS2NoRecordReadWithinTimeIntervalExceptiongRS2RecordDefinitionExceptiongRS2ReaderExceptiongRS2AvailableRecordsRetrievalExceptionInitialBridgingNotCompleteExceptionInternalErrorExceptionList<org.gcube.application.framework.contentmanagement.content.impl.DigitalObject> getNext(int n, DisableButtons dis, org.gcube.application.framework.core.session.ASLSession session) throws gRS2NoRecordReadWithinTimeIntervalException, gRS2RecordDefinitionException, gRS2ReaderException, gRS2AvailableRecordsRetrievalException, InitialBridgingNotCompleteException, InternalErrorException
n - dis - session - gRS2NoRecordReadWithinTimeIntervalExceptiongRS2RecordDefinitionExceptiongRS2ReaderExceptiongRS2AvailableRecordsRetrievalExceptionInitialBridgingNotCompleteExceptionInternalErrorExceptionList<org.gcube.application.framework.contentmanagement.content.impl.DigitalObject> getPrevious(int n, DisableButtons dis, org.gcube.application.framework.core.session.ASLSession session) throws gRS2NoRecordReadWithinTimeIntervalException, gRS2RecordDefinitionException, gRS2ReaderException, gRS2AvailableRecordsRetrievalException, InitialBridgingNotCompleteException, InternalErrorException
n - dis - session - gRS2NoRecordReadWithinTimeIntervalExceptiongRS2RecordDefinitionExceptiongRS2ReaderExceptiongRS2AvailableRecordsRetrievalExceptionInitialBridgingNotCompleteExceptionInternalErrorExceptionList<String> getResultsToText(int n, int offset, org.gcube.application.framework.core.session.ASLSession session) throws gRS2ReaderException, gRS2RecordDefinitionException, gRS2BufferException
n - offset - session - gRS2ReaderExceptiongRS2RecordDefinitionExceptiongRS2BufferExceptionvoid setGenericSearchType(String gst)
gst - int getNumOfResultsRead()
boolean getTotalRead()
ArrayList<org.gcube.application.framework.contentmanagement.content.impl.DigitalObject> getAllResultIds(org.gcube.application.framework.core.session.ASLSession session)
void setOnlyPresentables()
void setWindowSize(int size)
throws gr.uoa.di.madgik.grs.reader.GRS2ReaderInvalidArgumentException
gr.uoa.di.madgik.grs.reader.GRS2ReaderInvalidArgumentExceptionvoid setSearchStartTime(long timeMillis)
void setOnlyTitleSnippet(boolean onlyTS)
Copyright © 2013. All Rights Reserved.