| Interface | osid.provisioning.rules.BrokerConstrainerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getBrokerConstrainers | ||
| Description |
Gets the | ||
| Return | osid.provisioning.rules.BrokerConstrainerList | the broker constrainer list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBrokerConstrainerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.provisioning.rules.BrokerConstrainerQueryInspector | the broker constrainer query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBrokerConstrainerSearchResultsRecord | ||
| Description |
Gets the broker constrainer search results record
corresponding to the given broker constrainer search
record | ||
| Parameters | osid.type.Type | brokerConstrainerSearchRecordType | a broker constrainer search record type |
| Return | osid.provisioning.rules.records.BrokerConstrainerSearchResultsRecord | the broker constrainer search results record | |
| Errors | NULL_ARGUMENT | brokerConstrainerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(brokerConstrainerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |