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