Interface | osid.resourcing.rules.CommissionEnablerSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getCommissionEnablers | ||
Description |
Gets the | ||
Return | osid.resourcing.rules.CommissionEnablerList | the commission enabler list | |
Errors | ILLEGAL_STATE | list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getCommissionEnablerQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.resourcing.rules.CommissionEnablerQueryInspector | the commission enabler query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getCommissionEnablerSearchResultsRecord | ||
Description |
Gets the commission enabler search results record
corresponding to the given commission enabler search
record | ||
Parameters | osid.type.Type | commissionEnablerSearchRecordType | an commission enabler search record type |
Return | osid.resourcing.rules.records.CommissionEnablerSearchResultsRecord | the commission enabler search results record | |
Errors | NULL_ARGUMENT | commissionEnablerSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(commissionEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |