| Interface | osid.provisioning.rules.ProvisionableEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.provisioning.rules.ProvisionableEnablerSearchResults | ||
osid.provisioning.rules.ProvisionableEnablerSmartDistributorSession | |||
| Description |
This is the query inspector for examining provisionable enabler queries. | ||
| Method | getRuledProvisionableIdTerms | ||
| Description |
Gets the provisionable | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledProvisionableTerms | ||
| Description |
Gets the provisionable query terms. | ||
| Return | osid.provisioning.ProvisionableQueryInspector[] | 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 | getProvisionableEnablerQueryInspectorRecord | ||
| Description |
Gets the provisionable enabler query inspector record
corresponding to the given
| ||
| Parameters | osid.type.Type | provisionableEnablerRecordType | a provisionable enabler record type |
| Return | osid.provisioning.rules.records.ProvisionableEnablerQueryInspectorRecord | the provisionable enabler query inspector record | |
| Errors | NULL_ARGUMENT | provisionableEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(provisionableEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |