Uses of Interface
org.osid.tracking.QueueList
Packages that use QueueList
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 QueueList in org.osid.tracking
Methods in org.osid.tracking that return QueueListModifier and TypeMethodDescriptionQueueLookupSession.getQueues()Gets allQueues.QueueSearchResults.getQueues()Gets the queue list resulting from a search.QueueFrontOfficeSession.getQueuesByFrontOffice(Id frontOfficeId) Gets the list ofQueuesassociated with aFrontOffice.QueueFrontOfficeSession.getQueuesByFrontOffices(IdList frontOfficeIds) Gets the list ofQueuecorresponding to a list ofFrontOffices.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.getQueuesByOwner(Id resourceId) Gets aQueueListfor a provider.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. -
Uses of QueueList in org.osid.tracking.rules
Methods in org.osid.tracking.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.