Uses of Interface
org.osid.provisioning.QueueQuery
Packages that use QueueQuery
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning
service.
The Open Service Interface Definitions for the org.osid.provisioning.rules
service.
-
Uses of QueueQuery in org.osid.provisioning
Methods in org.osid.provisioning that return QueueQueryModifier and TypeMethodDescriptionBrokerQuery.getQueueQuery()Gets the query for a queue.DistributorQuery.getQueueQuery()Gets the query for a queue.QueueQuerySession.getQueueQuery()Gets a queue query.QueueSmartDistributorSession.getQueueQuery()Gets a queue query.RequestQuery.getQueueQuery()Gets the query for a queue.QueueSearchSession.getQueueQueryFromInspector(QueueQueryInspector queueQueryInspector) Gets a queue query from an inspector.QueueSmartDistributorSession.getQueueQueryFromInspector(QueueQueryInspector queueQueryInspector) Gets a queue query from an inspector.Methods in org.osid.provisioning with parameters of type QueueQueryModifier and TypeMethodDescriptionvoidQueueSmartDistributorSession.applyQueueQuery(QueueQuery queueQuery) Applies a queue query to this distributor.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.provisioning.rules
Methods in org.osid.provisioning.rules that return QueueQueryModifier and TypeMethodDescriptionQueueEnablerSmartDistributorSession.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.