public interface JournalEntrySearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
JournalEntryList |
getJournalEntries()
Gets the journal entry list resulting from a search.
|
JournalEntryQueryInspector |
getJournalEntryQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
JournalEntrySearchResultsRecord |
getJournalEntrySearchResultsRecord(Type journalEntrySearchRecordType)
Gets the journal entry search results record corresponding to the
given journal entry search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeJournalEntryList getJournalEntries()
IllegalStateException - list already retrievedmandatory - This method must be implemented. JournalEntryQueryInspector getJournalEntryQueryInspector()
mandatory - This method must be implemented. JournalEntrySearchResultsRecord getJournalEntrySearchResultsRecord(Type journalEntrySearchRecordType) throws OperationFailedException
Type. This method is
used to retrieve an object implementing the requested record.journalEntrySearchRecordType - a journal entry search record
typeNullArgumentException -
journalEntrySearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(journalEntrySearchRecordType) is
false mandatory - This method must be implemented.