| Interface | osid.provisioning.rules.ProvisionEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.provisioning.rules.ProvisionEnablerSearchResults | ||
osid.provisioning.rules.ProvisionEnablerSmartDistributorSession | |||
| Description |
This is the query inspector for examining provision enabler queries. | ||
| Method | getRuledProvisionIdTerms | ||
| Description |
Gets the provision | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledProvisionTerms | ||
| Description |
Gets the provision query terms. | ||
| Return | osid.provisioning.ProvisionQueryInspector[] | 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 | getProvisionEnablerQueryInspectorRecord | ||
| Description |
Gets the provision enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | provisionEnablerRecordType | a provision enabler record type |
| Return | osid.provisioning.rules.records.ProvisionEnablerQueryInspectorRecord | the provision enabler query inspector record | |
| Errors | NULL_ARGUMENT | provisionEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(provisionEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |