public interface CourseOfferingSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
CourseOfferingQueryInspector |
getCourseOfferingQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
CourseOfferingList |
getCourseOfferings()
Gets the course offering list resulting from a search.
|
CourseOfferingSearchResultsRecord |
getCourseOfferingSearchResultsRecord(Type courseOfferingSearchRecordType)
Gets the course offering search results record corresponding to the
given course offering search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeCourseOfferingList getCourseOfferings()
IllegalStateException - the course offering list has
already been retrievedmandatory - This method must be implemented. CourseOfferingQueryInspector getCourseOfferingQueryInspector()
mandatory - This method must be implemented. CourseOfferingSearchResultsRecord getCourseOfferingSearchResultsRecord(Type courseOfferingSearchRecordType) throws OperationFailedException
Type. This method
is used to retrieve an object implementing the requested record.courseOfferingSearchRecordType - a course offering search record
typeNullArgumentException -
courseOfferingSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(courseOfferingSearchRecordType) is
false mandatory - This method must be implemented.