Interface | osid.tracking.rules.QueueProcessorEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examining queue processor enabler queries. | ||
Method | getRuledQueueProcessorIdTerms | ||
Description |
Gets the queue processor | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledQueueProcessorTerms | ||
Description |
Gets the queue processor query terms. | ||
Return | osid.tracking.rules.QueueProcessorQueryInspector[] | 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 | getQueueProcessorEnablerQueryInspectorRecord | ||
Description |
Gets the queue processor enabler query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | queueProcessorEnablerRecordType | a queue processor enabler record type |
Return | osid.tracking.rules.records.QueueProcessorEnablerQueryInspectorRecord | the queue processor enabler query inspector record | |
Errors | NULL_ARGUMENT | queueProcessorEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(queueProcessorEnablerRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |