| Interface | osid.provisioning.rules.PoolEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.provisioning.rules.PoolEnablerSearchResults | ||
osid.provisioning.rules.PoolEnablerSmartDistributorSession | |||
| Description |
This is the query inspector for examining pool enabler queries. | ||
| Method | getRuledPoolIdTerms | ||
| Description |
Gets the pool | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledPoolTerms | ||
| Description |
Gets the pool query terms. | ||
| Return | osid.provisioning.PoolQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDistributorIdTerms | ||
| Description |
Gets the distributor | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDistributorTerms | ||
| Description |
Gets the distributor query terms. | ||
| Return | osid.provisioning.DistributorQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPoolEnablerQueryInspectorRecord | ||
| Description |
Gets the pool enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | poolEnablerRecordType | a pool enabler record type |
| Return | osid.provisioning.rules.records.PoolEnablerQueryInspectorRecord | the pool enabler query inspector 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. | |