Uses of Interface
org.osid.provisioning.rules.QueueEnablerList
Packages that use QueueEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning.rules
service.
-
Uses of QueueEnablerList in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return QueueEnablerListModifier and TypeMethodDescriptionQueueEnablerLookupSession.getQueueEnablers()Gets allQueueEnablers.QueueEnablerSearchResults.getQueueEnablers()Gets the queue enabler list resulting from a search.QueueEnablerDistributorSession.getQueueEnablersByDistributor(Id distributorId) Gets the list ofQueueEnablersassociated with aDistributor.QueueEnablerDistributorSession.getQueueEnablersByDistributors(IdList distributorIds) Gets the list ofQueueEnablerscorresponding to a list ofDistributors.QueueEnablerLookupSession.getQueueEnablersByGenusType(Type queueEnablerGenusType) Gets aQueueEnablerListcorresponding to the given queue enabler genusTypewhich does not include queue enablers of genus types derived from the specifiedType.QueueEnablerLookupSession.getQueueEnablersByIds(IdList queueEnablerIds) Gets aQueueEnablerListcorresponding to the givenIdList.QueueEnablerLookupSession.getQueueEnablersByParentGenusType(Type queueEnablerGenusType) Gets aQueueEnablerListcorresponding to the given queue enabler genusTypeand include any additional queue enablers with genus types derived from the specifiedType.QueueEnablerQuerySession.getQueueEnablersByQuery(QueueEnablerQuery queueEnablerQuery) Gets a list ofQueueEnablersmatching the given search.QueueEnablerLookupSession.getQueueEnablersByRecordType(Type queueEnablerRecordType) Gets aQueueEnablerListcontaining the given queue enabler recordType.QueueEnablerRuleLookupSession.getQueueEnablersForQueue(Id queueId) Gets theQueueEnablersassociated with aQueue.