| Interface | osid.resourcing.rules.AvailabilityEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Description |
This is the query inspector for examining availability enabler queries. | ||
| Method | getRuledAvailabilityIdTerms | ||
| Description |
Gets the availability | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledAvailabilityTerms | ||
| Description |
Gets the availability query terms. | ||
| Return | osid.resourcing.AvailabilityQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getFoundryIdTerms | ||
| Description |
Gets the foundry | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getFoundryTerms | ||
| Description |
Gets the foundry query terms. | ||
| Return | osid.resourcing.FoundryQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAvailabilityEnablerQueryInspectorRecord | ||
| Description |
Gets the availability enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | availabilityEnablerRecordType | an availability enabler record type |
| Return | osid.resourcing.rules.records.AvailabilityEnablerQueryInspectorRecord | the availability enabler query inspector record | |
| Errors | NULL_ARGUMENT | availabilityEnablerrRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(availabilityEnablerrRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |