public interface CatalogSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
CatalogQueryInspector |
getCatalogQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
CatalogList |
getCatalogs()
Gets the catalog list resulting from the search.
|
CatalogSearchResultsRecord |
getCatalogSearchResultsRecord(Type catalogSearchRecordType)
Gets the catalog search results record corresponding to the given
catalog search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeCatalogList getCatalogs()
IllegalStateException - list has already been retrievedmandatory - This method must be implemented. CatalogQueryInspector getCatalogQueryInspector()
mandatory - This method must be implemented. CatalogSearchResultsRecord getCatalogSearchResultsRecord(Type catalogSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.catalogSearchRecordType - a catalog search record typeNullArgumentException - catalogSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(catalogSearchRecordType) is false
mandatory - This method must be implemented.