public interface CatalogueSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
CatalogueQueryInspector |
getCatalogueQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
CatalogueList |
getCatalogues()
Gets the catalogue list resulting from a search.
|
CatalogueSearchResultsRecord |
getCatalogueSearchResultsRecord(Type catalogueSearchRecordType)
Gets the record corresponding to the given catalogue search record
Type.
|
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeCatalogueList getCatalogues()
IllegalStateException - the list has already been
retrievedmandatory - This method must be implemented. CatalogueQueryInspector getCatalogueQueryInspector()
mandatory - This method must be implemented. CatalogueSearchResultsRecord getCatalogueSearchResultsRecord(Type catalogueSearchRecordType) throws OperationFailedException
catalogueSearchRecordType - a catalogue search record typeNullArgumentException -
catalogueSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(catalogueSearchRecordType) is
false mandatory - This method must be implemented.