Interface | osid.provisioning.rules.PoolConstrainerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidConstrainerQueryInspector | ||
Description |
This is the query interface 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 | poolConstrainerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(poolConstrainerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |