Interface | osid.inquiry.rules.InquiryEnablerSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing inquiry enabler searches. | ||
Method | searchAmongInquiryEnablers | ||
Description |
Execute this search among the given list of inquiry enablers. | ||
Parameters | osid.id.IdList | inquiryEnablerIds | list of inquiry enablers |
Errors | NULL_ARGUMENT | inquiryEnablerIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderInquiryEnablerResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.inquiry.rules.InquiryEnablerSearchOrder | inquiryEnablerSearchOrder | inquiry enabler search order |
Errors | NULL_ARGUMENT | inquiryEnablerSearchOrder is null | |
UNSUPPORTED | inquiryEnablerSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getInquiryEnablerSearchRecord | ||
Description |
Gets the inquiry enabler search record corresponding to
the given inquiry enabler search record | ||
Parameters | osid.type.Type | inquiryEnablerSearchRecordType | an inquiry enabler search record type |
Return | osid.inquiry.rules.records.InquiryEnablerSearchRecord | the inquiry enabler search record | |
Errors | NULL_ARGUMENT | inquiryEnablerSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(inquiryEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |