| Interface | osid.offering.rules.CanonicalUnitProcessorSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getCanonicalUnitProcessors | ||
| Description |
Gets the | ||
| Return | osid.offering.rules.CanonicalUnitProcessorList | the canonical unit processor list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCanonicalUnitProcessorQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.offering.rules.CanonicalUnitProcessorQueryInspector | the canonical unit processor query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCanonicalUnitProcessorSearchResultsRecord | ||
| Description |
Gets the canonical unit processor search results record
corresponding to the given canonical unit processor search
record | ||
| Parameters | osid.type.Type | canonicalUnitProcessorSearchRecordType | a canonical unit processor search record type |
| Return | osid.offering.rules.records.CanonicalUnitProcessorSearchResultsRecord | the canonical unit processor search results record | |
| Errors | NULL_ARGUMENT | canonicalUnitProcessorSearchRecordType is null
| |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(canonicalUnitProcessorSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |