Interface | osid.provisioning.rules.PoolProcessorEnablerSmartDistributorSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session manages queries and sequencing to create
"smart" dynamic distributors. 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 | getPoolProcessorEnablerQuery | ||
Description |
Gets a pool processor enabler query. | ||
Return | osid.provisioning.rules.PoolProcessorEnablerQuery | the pool processor enabler query | |
Compliance | mandatory | This method must be implemented. | |
Method | getPoolProcessorEnablerSearchOrder | ||
Description |
Gets a pool processor enabler search order. | ||
Return | osid.provisioning.rules.PoolProcessorEnablerSearchOrder | the pool processor enabler search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyPoolProcessorEnablerQuery | ||
Description |
Applies a pool processor enabler query to this distributor. | ||
Parameters | osid.provisioning.rules.PoolProcessorEnablerQuery | poolProcessorEnablerQuery | the pool processor enabler query |
Errors | NULL_ARGUMENT | poolProcessorEnablerQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | poolProcessorEnablerQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectPoolProcessorEnablerQuery | ||
Description |
Gets a pool processor enabler query inspector for this distributor. | ||
Return | osid.provisioning.rules.PoolProcessorEnablerQueryInspector | the pool processor enabler query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyPoolProcessorEnablerSequencing | ||
Description |
Applies a pool processor enabler search order to this distributor. | ||
Parameters | osid.provisioning.rules.PoolProcessorEnablerSearchOrder | poolProcessorEnablerSearchOrder | the pool processor enabler search order |
Errors | NULL_ARGUMENT | poolProcessorEnablerSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | poolProcessorEnablerSearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getPoolProcessorEnablerQueryFromInspector | ||
Description |
Gets a pool processor enabler query from an inspector. | ||
Parameters | osid.provisioning.rules.PoolProcessorEnablerQueryInspector | poolProcessorEnablerQueryInspector | a pool processor enabler query inspector |
Return | osid.provisioning.rules.PoolProcessorEnablerQuery | the pool processor enabler query | |
Errors | NULL_ARGUMENT | poolProcessorEnablerQueryInspector is null | |
UNSUPPORTED | poolProcessorEnablerQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |