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