Interface | osid.provisioning.ProvisionableSmartDistributorSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
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 | getProvisionableQuery | ||
Description |
Gets a provisionable query. | ||
Return | osid.provisioning.ProvisionableQuery | the provisionable query | |
Compliance | mandatory | This method must be implemented. | |
Method | getProvisionableSearchOrder | ||
Description |
Gets a provisionable search order. | ||
Return | osid.provisioning.ProvisionableSearchOrder | the provisionable search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyProvisionableQuery | ||
Description |
Applies a provisionable query to this distributor. | ||
Parameters | osid.provisioning.ProvisionableQuery | provisionableQuery | the provisionable query |
Errors | NULL_ARGUMENT | provisionableQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | provisionableQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectProvisionableQuery | ||
Description |
Gets a provisionable query inspector for this distributor. | ||
Return | osid.provisioning.ProvisionableQueryInspector | the provisionable query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyProvisionableSequencing | ||
Description |
Applies a provisionable search order to this distributor. | ||
Parameters | osid.provisioning.ProvisionableSearchOrder | provisionableSearchOrder | the provisionable search order |
Errors | NULL_ARGUMENT | provisionableSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | provisionableSearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getProvisionableQueryFromInspector | ||
Description |
Gets a provisionable query from an inspector. | ||
Parameters | osid.provisioning.ProvisionableQueryInspector | provisionableQueryInspector | a provisionable query inspector |
Return | osid.provisioning.ProvisionableQuery | the provisionable query | |
Errors | NULL_ARGUMENT | provisionableQueryInspector is null | |
UNSUPPORTED | provisionableQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |