public interface EntrySearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
EntryList |
getEntries()
Gets the entry list resulting from a search.
|
EntryQueryInspector |
getEntryQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
EntrySearchResultsRecord |
getEntrySearchResultsRecord(Type entrySearchRecordType)
Gets the entry search results record corresponding to the given entry
search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
EntryList getEntries()
IllegalStateException
- the entry list has already been
retrievedmandatory
- This method must be implemented. EntryQueryInspector getEntryQueryInspector()
mandatory
- This method must be implemented. EntrySearchResultsRecord getEntrySearchResultsRecord(Type entrySearchRecordType) throws OperationFailedException
Type.
This method is used to retrieve an
object implementing the requested record.entrySearchRecordType
- a entry search record typeNullArgumentException
- entrySearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(entrySearchRecordType)
is false
mandatory
- This method must be implemented.