public interface JournalSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
JournalQueryInspector |
getJournalQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
JournalList |
getJournals()
Gets the journal list resulting from a search.
|
JournalSearchResultsRecord |
getJournalSearchResultsRecord(Type journalSearchRecordType)
Gets the journal search results record corresponding to the given
journal search record Type.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeJournalList getJournals()
IllegalStateException - list already retrievedmandatory - This method must be implemented. JournalQueryInspector getJournalQueryInspector()
mandatory - This method must be implemented. JournalSearchResultsRecord getJournalSearchResultsRecord(Type journalSearchRecordType) throws OperationFailedException
journalSearchRecordType - a journal search record typeNullArgumentException - JournalSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(journalSearchRecordType) is false
mandatory - This method must be implemented.