| Interface | osid.offering.rules.CanonicalUnitEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getCanonicalUnitEnablers | ||
| Description |
Gets the | ||
| Return | osid.offering.rules.CanonicalUnitEnablerList | the canonical unit enabler list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCanonicalUnitEnablerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.offering.rules.CanonicalUnitEnablerQueryInspector | the canonical unit enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCanonicalUnitEnablerSearchResultsRecord | ||
| Description |
Gets the canonical unit enabler search results record
corresponding to the given canonical unit enabler search
record | ||
| Parameters | osid.type.Type | canonicalUnitEnablerSearchRecordType | a canonical unit enabler search record type |
| Return | osid.offering.rules.records.CanonicalUnitEnablerSearchResultsRecord | the canonical unit enabler search results record | |
| Errors | NULL_ARGUMENT | canonicalUnitEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(canonicalUnitEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |