| Interface | osid.provisioning.rules.PoolEnablerQuery | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQuery | ||
| Used By | osid.provisioning.rules.PoolEnablerQuerySession | ||
osid.provisioning.rules.PoolEnablerSearchSession | |||
osid.provisioning.rules.PoolEnablerSmartDistributorSession | |||
| Description |
This is the query for searching pool enablers. Each method
match specifies an | ||
| Method | matchRuledPoolId | ||
| Description |
Matches mapped to the pool. | ||
| Parameters | osid.id.Id | poolId | the pool Id |
boolean | match | true for a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | poolId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearRuledPoolIdTerms | ||
| Description |
Clears the pool | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsRuledPoolQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a pool query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledPoolQuery | ||
| Description |
Gets the query for a pool. Multiple retrievals produce
a nested | ||
| Return | osid.provisioning.PoolQuery | the pool query | |
| Errors | UNIMPLEMENTED | supportsRuledPoolQuery() is false | |
| Compliance | optional | This method must be implemented if supportsRuledPoolQuery() is
true . | |
| Method | matchAnyRuledPool | ||
| Description |
Matches mapped to any pool. | ||
| Parameters | boolean | match | true for mapped to any pool, false to match
mapped to no pool |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearRuledPoolTerms | ||
| Description |
Clears the pool query terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchDistributorId | ||
| Description |
Sets the distributor | ||
| Parameters | osid.id.Id | distributorId | the distributor Id |
boolean | match | true for a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | distributorId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearDistributorIdTerms | ||
| Description |
Clears the distributor | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsDistributorQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a distributor query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDistributorQuery | ||
| Description |
Gets the query for a distributor. Multiple retrievals
produce a nested | ||
| Return | osid.provisioning.DistributorQuery | the distributor query | |
| Errors | UNIMPLEMENTED | supportsDistributorQuery() is false | |
| Compliance | optional | This method must be implemented if supportsDistributorQuery()
is true . | |
| Method | clearDistributorTerms | ||
| Description |
Clears the distributor query terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getPoolEnablerQueryRecord | ||
| Description |
Gets the pool enabler query record corresponding to the
given | ||
| Parameters | osid.type.Type | poolEnablerRecordType | a pool enabler record type |
| Return | osid.provisioning.rules.records.PoolEnablerQueryRecord | the pool enabler query record | |
| Errors | NULL_ARGUMENT | poolEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(poolEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |