Uses of Interface
org.osid.provisioning.rules.QueueProcessorEnablerList
Packages that use QueueProcessorEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning.rules
service.
-
Uses of QueueProcessorEnablerList in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return QueueProcessorEnablerListModifier and TypeMethodDescriptionQueueProcessorEnablerLookupSession.getQueueProcessorEnablers()Gets allQueueProcessorEnablers.QueueProcessorEnablerSearchResults.getQueueProcessorEnablers()Gets the queue processor enabler list resulting from a search.QueueProcessorEnablerDistributorSession.getQueueProcessorEnablersByDistributor(Id distributorId) Gets the list ofQueueProcessorEnablersassociated with aDistributor.QueueProcessorEnablerDistributorSession.getQueueProcessorEnablersByDistributors(IdList distributorIds) Gets the list ofQueueProcessorEnablerscorresponding to a list ofDistributors.QueueProcessorEnablerLookupSession.getQueueProcessorEnablersByGenusType(Type queueProcessorEnablerGenusType) Gets aQueueProcessorEnablerListcorresponding to the given queue processor enabler genusTypewhich does not include queue processor enablers of genus types derived from the specifiedType.QueueProcessorEnablerLookupSession.getQueueProcessorEnablersByIds(IdList queueProcessorEnablerIds) Gets aQueueProcessorEnablerListcorresponding to the givenIdList.QueueProcessorEnablerLookupSession.getQueueProcessorEnablersByParentGenusType(Type queueProcessorEnablerGenusType) Gets aQueueProcessorEnablerListcorresponding to the given queue processor enabler genusTypeand include any additional queue processor enablers with genus types derived from the specifiedType.QueueProcessorEnablerQuerySession.getQueueProcessorEnablersByQuery(QueueProcessorEnablerQuery queueProcessorEnablerQuery) Gets a list ofQueueProcessorEnablersmatching the given search.QueueProcessorEnablerLookupSession.getQueueProcessorEnablersByRecordType(Type queueProcessorEnablerRecordType) Gets aQueueProcessorEnablerListcontaining the given queue processor enabler recordType.QueueProcessorEnablerRuleLookupSession.getQueueProcessorEnablersForQueueProcessor(Id queueProcessorId) Gets theQueueProcessorEnablersassociated with aQueueProcessor.QueueProcessorEnablerLookupSession.getQueueProcessorEnablersOnDate(DateTime from, DateTime to) Gets aQueueProcessorEnablerListthat are effective for the entire given date range but not confined to the date range.QueueProcessorEnablerLookupSession.getQueueProcessorEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aQueueProcessorEnablerListthat are effective for the entire given date range but not confined to the date range and evaluated against the given agent.