Uses of Interface
org.osid.tracking.rules.QueueProcessorList
Packages that use QueueProcessorList
Package
Description
The Open Service Interface Definitions for the org.osid.tracking.rules
service.
-
Uses of QueueProcessorList in org.osid.tracking.rules
Methods in org.osid.tracking.rules that return QueueProcessorListModifier and TypeMethodDescriptionQueueProcessorLookupSession.getQueueProcessors()Gets allQueueProcessors.QueueProcessorSearchResults.getQueueProcessors()Gets theQueueProcessorListresulting from a search.QueueProcessorFrontOfficeSession.getQueueProcessorsByFrontOffice(Id frontOfficeId) Gets the list of queue processors associated with aFrontFront Office.QueueProcessorFrontOfficeSession.getQueueProcessorsByFrontOffices(IdList frontOfficeIds) Gets the list of queue processor corresponding to a list ofFrontOffices.QueueProcessorLookupSession.getQueueProcessorsByGenusType(Type queueProcessorGenusType) Gets aQueueProcessorListcorresponding to the given queue processor genusTypewhich does not include queue processor of genus types derived from the specifiedType.QueueProcessorLookupSession.getQueueProcessorsByIds(IdList queueProcessorIds) Gets aQueueProcessorListcorresponding to the givenIdList.QueueProcessorLookupSession.getQueueProcessorsByParentGenusType(Type queueProcessorGenusType) Gets aQueueProcessorListcorresponding to the given queue processor genusTypeand include any additional queue processor with genus types derived from the specifiedType.QueueProcessorQuerySession.getQueueProcessorsByQuery(QueueProcessorQuery queueProcessorQuery) Gets a list ofQueueProcessorsmatching the given queue processor query.QueueProcessorLookupSession.getQueueProcessorsByRecordType(Type queueProcessorRecordType) Gets aQueueProcessorListcontaining the given queue processor recordType.QueueProcessorRuleLookupSession.getQueueProcessorsForQueue(Id queueId) Gets theQueueProcessorassociated with aQueue.QueueProcessorEnablerRuleLookupSession.getQueueProcessorsForQueueProcessorEnabler(Id queueProcessorEnablerId) Gets theQueueProcessorsmapped to aQueueProcessorEnabler.