public interface LogSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
LogQueryInspector |
getLogQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
LogList |
getLogs()
Gets the log list resulting from a search.
|
LogSearchResultsRecord |
getLogSearchResultsRecord(Type logSearchRecordType)
Gets the log search results record corresponding to the given log
search record Type.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeLogList getLogs()
IllegalStateException - list already retrievedmandatory - This method must be implemented. LogQueryInspector getLogQueryInspector()
mandatory - This method must be implemented. LogSearchResultsRecord getLogSearchResultsRecord(Type logSearchRecordType) throws OperationFailedException
logSearchRecordType - a log search record typeNullArgumentException - logSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(logSearchRecordType) is false
mandatory - This method must be implemented.