Interface | osid.provisioning.rules.PoolConstrainerEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examning pool constrainer enabler queries. | ||
Method | getRuledPoolConstrainerIdTerms | ||
Description |
Gets the pool constrainer | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledPoolConstrainerTerms | ||
Description |
Gets the pool constrainer query terms. | ||
Return | osid.provisioning.rules.PoolConstrainerQueryInspector[] | 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 | getPoolConstrainerEnablerQueryInspectorRecord | ||
Description |
Gets the pool constrainer enabler query inspector
record corresponding to the given | ||
Parameters | osid.type.Type | poolConstrainerEnablerRecordType | a pool constrainer enabler record type |
Return | osid.provisioning.rules.records.PoolConstrainerEnablerQueryInspectorRecord | the pool constrainer enabler query inspector record | |
Errors | NULL_ARGUMENT | poolConstrainerEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(poolConstrainerEnablerRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |