Interface | osid.course.requisite.RequisiteSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getRequisites | ||
Description |
Gets the requisite list resulting from a search. | ||
Return | osid.course.requisite.RequisiteList | the requisite list | |
Errors | ILLEGAL_STATE | the requisite list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getRequisiteQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.course.requisite.RequisiteQueryInspector | the query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getRequisiteSearchResultsRecord | ||
Description |
Gets the requisite search results record corresponding
to the given requisite search record | ||
Parameters | osid.type.Type | requisiteSearchRecordType | a requisite search record type |
Return | osid.course.requisite.records.RequisiteSearchResultsRecord | the requisite search results record | |
Errors | NULL_ARGUMENT | requisiteSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(requisiteSearchRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |