public interface CourseCatalogSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
Modifier and Type | Method and Description |
---|---|
CourseCatalogQueryInspector |
getCourseCatalogQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
CourseCatalogList |
getCourseCatalogs()
Gets the course catalog list resulting from a search.
|
CourseCatalogSearchResultsRecord |
getCourseCatalogSearchResultsRecord(Type courseCatalogSearchRecordType)
Gets the course catalog search results record corresponding to the
given course catalog search record
Type. |
getResultSize
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
CourseCatalogList getCourseCatalogs()
IllegalStateException
- the course catalog list has
already been retrievedmandatory
- This method must be implemented. CourseCatalogQueryInspector getCourseCatalogQueryInspector()
mandatory
- This method must be implemented. CourseCatalogSearchResultsRecord getCourseCatalogSearchResultsRecord(Type courseCatalogSearchRecordType) throws OperationFailedException
Type.
This method is
used to retrieve an object implementing the requested record.courseCatalogSearchRecordType
- a course catalog search record
typeNullArgumentException
-
courseCatalogSearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(courseCatalogSearchRecordType)
is
false
mandatory
- This method must be implemented.