Interface | osid.mapping.path.rules.SignalEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query interface for examining signal enabler queries. | ||
Method | getRuledSignalIdTerms | ||
Description |
Gets the signal | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledSignalTerms | ||
Description |
Gets the signal query terms. | ||
Return | osid.mapping.path.SignalQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMapIdTerms | ||
Description |
Gets the map | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMapTerms | ||
Description |
Gets the map query terms. | ||
Return | osid.mapping.MapQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSignalEnablerQueryInspectorRecord | ||
Description |
Gets the signal enabler query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | signalEnablerRecordType | a signal enabler record type |
Return | osid.mapping.path.rules.records.SignalEnablerQueryInspectorRecord | the signal enabler query inspector record | |
Errors | NULL_ARGUMENT | signalEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(signalEnablerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |