| Interface | osid.provisioning.rules.ProvisionableEnablerSmartDistributorSession | ||
|---|---|---|---|
| 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 | getProvisionableEnablerQuery | ||
| Description |
Gets a provisionable enabler query. | ||
| Return | osid.provisioning.rules.ProvisionableEnablerQuery | the provisionable enabler query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProvisionableEnablerSearchOrder | ||
| Description |
Gets a provisionable enabler search order. | ||
| Return | osid.provisioning.rules.ProvisionableEnablerSearchOrder | the provisionable enabler search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyProvisionableEnablerQuery | ||
| Description |
Applies a provisionable enabler query to this distributor. | ||
| Parameters | osid.provisioning.rules.ProvisionableEnablerQuery | provisionableEnablerQuery | the provisionable enabler query |
| Errors | NULL_ARGUMENT | provisionableEnablerQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | provisionableEnablerQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectProvisionableEnablerQuery | ||
| Description |
Gets a provisionable enabler query inspector for this distributor. | ||
| Return | osid.provisioning.rules.ProvisionableEnablerQueryInspector | the provisionable enabler query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyProvisionableEnablerSequencing | ||
| Description |
Applies a provisionable enabler search order to this distributor. | ||
| Parameters | osid.provisioning.rules.ProvisionableEnablerSearchOrder | provisionableEnablerSearchOrder | the provisionable enabler search order |
| Errors | NULL_ARGUMENT | provisionableEnablerSearchOrder is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | provisionableEnablerSearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getProvisionableEnablerQueryFromInspector | ||
| Description |
Gets a provisionable enabler query from an inspector. | ||
| Parameters | osid.provisioning.rules.ProvisionableEnablerQueryInspector | provisionableEnablerQueryInspector | a provisionable enabler query inspector |
| Return | osid.provisioning.ProvisionableQuery | the provisionable enabler query | |
| Errors | NULL_ARGUMENT | provisionableEnablerQueryInspector is null | |
| UNSUPPORTED | provisionableEnablerQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |