Interface | osid.control.rules.InputEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examining input enabler queries. | ||
Method | getRuledInputIdTerms | ||
Description |
Gets the input | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledInputTerms | ||
Description |
Gets the input query terms. | ||
Return | osid.control.InputQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSystemIdTerms | ||
Description |
Gets the system | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSystemTerms | ||
Description |
Gets the system query terms. | ||
Return | osid.control.SystemQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getInputEnablerQueryInspectorRecord | ||
Description |
Gets the input enabler query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | inputEnablerRecordType | an input enabler record type |
Return | osid.control.rules.records.InputEnablerQueryInspectorRecord | the input enabler query inspector record | |
Errors | NULL_ARGUMENT | inputEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(inputEnablerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |