| Interface | osid.provisioning.rules.BrokerConstrainerEnablerSearchSession | ||
|---|---|---|---|
| Implements | osid.provisioning.rules.BrokerConstrainerEnablerQuerySession | ||
| Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
| ||
| Method | getBrokerConstrainerEnablerSearch | ||
| Description |
Gets a broker constrainer enabler search. | ||
| Return | osid.provisioning.rules.BrokerConstrainerEnablerSearch | the broker constrainer enabler search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBrokerConstrainerEnablerSearchOrder | ||
| Description |
Gets a broker constrainer enabler search order. The
| ||
| Return | osid.provisioning.rules.BrokerConstrainerEnablerSearchOrder | the broker constrainer enabler search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBrokerConstrainerEnablersBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.provisioning.rules.BrokerConstrainerEnablerQuery | brokerConstrainerEnablerQuery | the broker constrainer enabler query |
osid.provisioning.rules.BrokerConstrainerEnablerSearch | brokerConstrainerEnablerSearch | the broker constrainer enabler search | |
| Return | osid.provisioning.rules.BrokerConstrainerEnablerSearchResults | the returned search results | |
| Errors | NULL_ARGUMENT | brokerConstrainerEnablerQuery or
brokerConstrainerEnablerSearch is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | brokerConstrainerEnablerQuery or
brokerConstrainerEnablerSearch is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getBrokerConstrainerEnablerQueryFromInspector | ||
| Description |
Gets a broker constrainer enabler query from an
inspector. The inspector is available from a | ||
| Parameters | osid.provisioning.rules.BrokerConstrainerEnablerQueryInspector | brokerConstrainerEnablerQueryInspector | a broker constrainer enabler query inspector |
| Return | osid.provisioning.rules.BrokerConstrainerEnablerQuery | the broker constrainer enabler query | |
| Errors | NULL_ARGUMENT | brokerConstrainerEnablerQueryInspector is null
| |
| UNSUPPORTED | brokerConstrainerEnablerQueryInspector is not of this
service | ||
| Compliance | mandatory | This method must be implemented. | |