Interface | osid.tracking.rules.QueueConstrainerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidConstrainerQueryInspector | ||
Description |
This is the query inspector for examining queue constrainer queries. | ||
Method | getRuledQueueIdTerms | ||
Description |
Gets the queue | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledQueueTerms | ||
Description |
Gets the queue query terms. | ||
Return | osid.tracking.QueueQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getFrontOfficeIdTerms | ||
Description |
Gets the front office | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getFrontOfficeTerms | ||
Description |
Gets the front office query terms. | ||
Return | osid.tracking.FrontOfficeQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getQueueConstrainerQueryInspectorRecord | ||
Description |
Gets the queue constrainer query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | queueConstrainerRecordType | a queue constrainer record type |
Return | osid.tracking.rules.records.QueueConstrainerQueryInspectorRecord | the queue constrainer query inspector record | |
Errors | NULL_ARGUMENT | queueConstrainerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(queueConstrainerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |