Interface | osid.offering.rules.OfferingConstrainerSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getOfferingConstrainers | ||
Description |
Gets the | ||
Return | osid.offering.rules.OfferingConstrainerList | the offering constrainer list | |
Errors | ILLEGAL_STATE | list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getOfferingConstrainerQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.offering.rules.OfferingConstrainerQueryInspector | the offering constrainer query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getOfferingConstrainerSearchResultsRecord | ||
Description |
Gets the offering constrainer search results record
corresponding to the given offering constrainer search
record | ||
Parameters | osid.type.Type | offeringConstrainerSearchRecordType | an offering constrainer search record type |
Return | osid.offering.rules.records.OfferingConstrainerSearchResultsRecord | the offering constrainer search results record | |
Errors | NULL_ARGUMENT | offeringConstrainerSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(offeringConstrainerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |