public interface SystemSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
SystemQueryInspector |
getSystemQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
SystemList |
getSystems()
Gets the system list resulting from a search.
|
SystemSearchResultsRecord |
getSystemSearchResultsRecord(Type systemSearchRecordType)
Gets the system search results record corresponding to the given
system search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeSystemList getSystems()
IllegalStateException - list already retrievedmandatory - This method must be implemented. SystemQueryInspector getSystemQueryInspector()
mandatory - This method must be implemented. SystemSearchResultsRecord getSystemSearchResultsRecord(Type systemSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.systemSearchRecordType - a system search record typeNullArgumentException - systemSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(systemSearchRecordType) is false
mandatory - This method must be implemented.