| Interface | osid.provisioning.rules.BrokerEnablerSmartDistributorSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.provisioning.rules.ProvisioningRulesManager | ||
osid.provisioning.rules.ProvisioningRulesProxyManager | |||
| Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. A This | ||
| Method | getDistributorId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the Distributor Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDistributor | ||
| Description |
Gets the | ||
| Return | osid.provisioning.Distributor | the distributor | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canManageSmartDistributors | ||
| Description |
Tests if this user can manage smart distributors. A
return of true does not guarantee successful
authorization. A return of false indicates that it is
known methods in this session will result in a
| ||
| Return | boolean | false if smart distributor management is not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBrokerEnablerQuery | ||
| Description |
Gets a broker enabler query. | ||
| Return | osid.provisioning.rules.BrokerEnablerQuery | the broker enabler query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBrokerEnablerSearchOrder | ||
| Description |
Gets a broker enabler search order. | ||
| Return | osid.provisioning.rules.BrokerEnablerSearchOrder | the broker enabler search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyBrokerEnablerQuery | ||
| Description |
Applies a broker enabler query to this distributor. | ||
| Parameters | osid.provisioning.rules.BrokerEnablerQuery | brokerEnablerQuery | the broker enabler query |
| Errors | NULL_ARGUMENT | brokerEnablerQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | brokerEnablerQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectBrokerEnablerQuery | ||
| Description |
Gets a broker enabler query inspector for this distributor. | ||
| Return | osid.provisioning.rules.BrokerEnablerQueryInspector | the broker enabler query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyBrokerEnablerSequencing | ||
| Description |
Applies a broker enabler search order to this distributor. | ||
| Parameters | osid.provisioning.rules.BrokerEnablerSearchOrder | brokerEnablerSearchOrder | the broker enabler search order |
| Errors | NULL_ARGUMENT | brokerEnablerSearchOrder is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | brokerEnablerSearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getBrokerEnablerQueryFromInspector | ||
| Description |
Gets a broker enabler query from an inspector. | ||
| Parameters | osid.provisioning.rules.BrokerEnablerQueryInspector | brokerEnablerQueryInspector | a broker enabler query inspector |
| Return | osid.provisioning.BrokerQuery | the broker enabler query | |
| Errors | NULL_ARGUMENT | brokerEnablerQueryInspector is null | |
| UNSUPPORTED | brokerEnablerQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |