| Interface | osid.provisioning.rules.PoolConstrainerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidConstrainerQueryInspector | ||
| Used By | osid.provisioning.rules.PoolConstrainerEnablerQueryInspector | ||
osid.provisioning.rules.PoolConstrainerSearchResults | |||
osid.provisioning.rules.PoolConstrainerSmartDistributorSession | |||
| Description |
This is the query inspector for examining pool constrainer 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 | getPoolConstrainerQueryInspectorRecord | ||
| Description |
Gets the pool constrainer query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | poolConstrainerRecordType | a pool constrainer record type |
| Return | osid.provisioning.rules.records.PoolConstrainerQueryInspectorRecord | the pool constrainer query inspector record | |
| Errors | NULL_ARGUMENT | poolConstraineRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(poolConstrainerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |