public interface LogEntrySearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
LogEntryList |
getLogEntries()
Gets the log entry list resulting from a search.
|
LogEntryQueryInspector |
getLogEntryQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
LogEntrySearchResultsRecord |
getLogEntrySearchResultsRecord(Type logEntrySearchRecordType)
Gets the log entry search results record corresponding to the given
log entry search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeLogEntryList getLogEntries()
IllegalStateException - list already retrievedmandatory - This method must be implemented. LogEntryQueryInspector getLogEntryQueryInspector()
mandatory - This method must be implemented. LogEntrySearchResultsRecord getLogEntrySearchResultsRecord(Type logEntrySearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.logEntrySearchRecordType - a log entry search record typeNullArgumentException - logEntrySearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(logEntrySearchRecordType) is
false mandatory - This method must be implemented.