Interface | osid.provisioning.rules.PoolConstrainerEnablerSmartDistributorSession | ||
---|---|---|---|
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 | getPoolConstrainerEnablerQuery | ||
Description |
Gets a pool constrainer enabler query. | ||
Return | osid.provisioning.rules.PoolConstrainerEnablerQuery | the pool constrainer enabler query | |
Compliance | mandatory | This method must be implemented. | |
Method | getPoolConstrainerEnablerSearchOrder | ||
Description |
Gets a pool constrainer enabler search order. | ||
Return | osid.provisioning.rules.PoolConstrainerEnablerSearchOrder | the pool constrainer enabler search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyPoolConstrainerEnablerQuery | ||
Description |
Applies a pool constrainer enabler query to this distributor. | ||
Parameters | osid.provisioning.rules.PoolConstrainerEnablerQuery | poolConstrainerEnablerQuery | the pool constrainer enabler query |
Errors | NULL_ARGUMENT | poolConstrainerEnablerQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | poolConstrainerEnablerQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectPoolConstrainerEnablerQuery | ||
Description |
Gets a pool constrainer enabler query inspector for this distributor. | ||
Return | osid.provisioning.rules.PoolConstrainerEnablerQueryInspector | the pool constrainer enabler query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyPoolConstrainerEnablerSequencing | ||
Description |
Applies a pool constrainer enabler search order to this distributor. | ||
Parameters | osid.provisioning.rules.PoolConstrainerEnablerSearchOrder | poolConstrainerEnablerSearchOrder | the pool constrainer enabler search order |
Errors | NULL_ARGUMENT | poolConstrainerEnablerSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | poolConstrainerEnablerSearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getPoolConstrainerEnablerQueryFromInspector | ||
Description |
Gets a pool constrainer enabler query from an inspector. | ||
Parameters | osid.provisioning.rules.PoolConstrainerEnablerQueryInspector | poolConstrainerEnablerQueryInspector | a pool constrainer enabler query inspector |
Return | osid.provisioning.rules.PoolConstrainerEnablerQuery | the pool constrainer enabler query | |
Errors | NULL_ARGUMENT | poolConstrainerEnablerQueryInspector is null | |
UNSUPPORTED | poolConstrainerEnablerQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |