Uses of Interface
org.osid.provisioning.rules.QueueConstrainerList
Packages that use QueueConstrainerList
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning.rules
service.
-
Uses of QueueConstrainerList in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return QueueConstrainerListModifier and TypeMethodDescriptionQueueConstrainerLookupSession.getQueueConstrainers()Gets allQueueConstrainers.QueueConstrainerSearchResults.getQueueConstrainers()Gets the queue constrainer list resulting from a search.QueueConstrainerDistributorSession.getQueueConstrainersByDistributor(Id distributorId) Gets the list ofQueueConstrainersassociated with aDistributor.QueueConstrainerDistributorSession.getQueueConstrainersByDistributors(IdList distributorIds) Gets the list ofQueueConstrainerscorresponding to a list ofDistributors.QueueConstrainerLookupSession.getQueueConstrainersByGenusType(Type queueConstrainerGenusType) Gets aQueueConstrainerListcorresponding to the given queue constrainer genusTypewhich does not include queue constrainers of genus types derived from the specifiedType.QueueConstrainerLookupSession.getQueueConstrainersByIds(IdList queueConstrainerIds) Gets aQueueConstrainerListcorresponding to the givenIdList.QueueConstrainerLookupSession.getQueueConstrainersByParentGenusType(Type queueConstrainerGenusType) Gets aQueueConstrainerListcorresponding to the given queue constrainer genusTypeand include any additional queue constrainers with genus types derived from the specifiedType.QueueConstrainerQuerySession.getQueueConstrainersByQuery(QueueConstrainerQuery queueConstrainerQuery) Gets a list ofQueueConstrainersmatching the given search.QueueConstrainerLookupSession.getQueueConstrainersByRecordType(Type queueConstrainerRecordType) Gets aQueueConstrainerListcontaining the given queue constrainer recordType.QueueConstrainerRuleLookupSession.getQueueConstrainersForQueue(Id queueId) Gets theQueueConstrainersassociated with aQueue.QueueConstrainerEnablerRuleLookupSession.getQueueConstrainersForQueueConstrainerEnabler(Id queueConstrainerEnablerId) Gets theQueueConstrainersmapped to aQueueConstrainerEnabler.