Uses of Interface
org.osid.tracking.QueueQuery
Packages that use QueueQuery
Package
Description
The Open Service Interface Definitions for the org.osid.tracking
service.
The Open Service Interface Definitions for the org.osid.tracking.rules
service.
-
Uses of QueueQuery in org.osid.tracking
Methods in org.osid.tracking that return QueueQueryModifier and TypeMethodDescriptionFrontOfficeQuery.getQueueQuery()Gets the query for a queue.IssueQuery.getQueueQuery()Gets the query for a queue.QueueQuerySession.getQueueQuery()Gets a queue query.QueueSmartFrontOfficeSession.getQueueQuery()Gets a queue query.QueueSearchSession.getQueueQueryFromInspector(QueueQueryInspector queueQueryInspector) Gets a queue query from an inspector.QueueSmartFrontOfficeSession.getQueueQueryFromInspector(QueueQueryInspector queueQueryInspector) Gets a queue query from an inspector.Methods in org.osid.tracking with parameters of type QueueQueryModifier and TypeMethodDescriptionvoidQueueSmartFrontOfficeSession.applyQueueQuery(QueueQuery queueQuery) Applies a queue query to this front office.QueueQuerySession.getQueuesByQuery(QueueQuery queueQuery) Gets a list ofQueuesmatching the given queue query.QueueSearchSession.getQueuesBySearch(QueueQuery queueQuery, QueueSearch queueSearch) Gets the search results matching the given search query using the given search. -
Uses of QueueQuery in org.osid.tracking.rules
Methods in org.osid.tracking.rules that return QueueQueryModifier and TypeMethodDescriptionQueueEnablerSmartFrontOfficeSession.getQueueEnablerQueryFromInspector(QueueEnablerQueryInspector queueEnablerQueryInspector) Gets a queue enabler query from an inspector.QueueConstrainerQuery.getRuledQueueQuery()Gets the query for a queue.QueueEnablerQuery.getRuledQueueQuery()Gets the query for a queue.QueueProcessorQuery.getRuledQueueQuery()Gets the query for a queue.