Uses of Interface
org.osid.provisioning.QueueList
Packages that use QueueList
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 QueueList in org.osid.provisioning
Methods in org.osid.provisioning that return QueueListModifier and TypeMethodDescriptionMyProvisionSession.getMyQueues()Gets all the queues in which the resource related to the authenticated agent is on.QueueLookupSession.getQueues()Gets allQueues.QueueSearchResults.getQueues()Gets the queue list resulting from a search.QueueDistributorSession.getQueuesByDistributor(Id distributorId) Gets the list of queues associated with aDistributor.QueueDistributorSession.getQueuesByDistributors(IdList distributorIds) Gets the list of queues corresponding to a list ofDistributors.QueueLookupSession.getQueuesByGenusType(Type queueGenusType) Gets aQueueListcorresponding to the given queue genusTypewhich does not include queues of genus types derived from the specifiedType.QueueLookupSession.getQueuesByIds(IdList queueIds) Gets aQueueListcorresponding to the givenIdList.QueueLookupSession.getQueuesByManager(Id resourceId) Gets aQueueListby manager.QueueLookupSession.getQueuesByParentGenusType(Type queueGenusType) Gets aQueueListcorresponding to the given queue genusTypeand include any additional queues with genus types derived from the specifiedType.QueueQuerySession.getQueuesByQuery(QueueQuery queueQuery) Gets a list ofQueuesmatching the given queue query.QueueLookupSession.getQueuesByRecordType(Type queueRecordType) Gets aQueueListcontaining the given queue recordType.QueueLookupSession.getQueuesForBroker(Id brokerId) Gets aQueueListby broker. -
Uses of QueueList in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return QueueListModifier and TypeMethodDescriptionQueueConstrainerRuleLookupSession.getQueuesForQueueConstrainer(Id queueConstrainerId) Gets theQueuesmapped to aQueueConstrainer.QueueEnablerRuleLookupSession.getQueuesForQueueEnabler(Id queueEnablerId) Gets theQueuesmapped to aQueueEnabler.QueueProcessorRuleLookupSession.getQueuesForQueueProcessor(Id queueProcessorId) Gets theQueuesmapped to aQueueProcessor.