Uses of Interface
org.osid.tracking.rules.QueueProcessorEnablerList
Packages that use QueueProcessorEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.tracking.rules
service.
-
Uses of QueueProcessorEnablerList in org.osid.tracking.rules
Methods in org.osid.tracking.rules that return QueueProcessorEnablerListModifier and TypeMethodDescriptionQueueProcessorEnablerLookupSession.getQueueProcessorEnablers()Gets allQueueProcessorEnablers.QueueProcessorEnablerSearchResults.getQueueProcessorEnablers()Gets theQueueProcessorEnablerListresulting from a search.QueueProcessorEnablerFrontOfficeSession.getQueueProcessorEnablersByFrontOffice(Id frontOfficeId) Gets the list of queue processor enablers associated with aFrontFront Office.QueueProcessorEnablerFrontOfficeSession.getQueueProcessorEnablersByFrontOffices(IdList frontOfficeIds) Gets the list of queue processor enablers corresponding to a list ofFrontOffices.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 queue processor enabler query.QueueProcessorEnablerLookupSession.getQueueProcessorEnablersByRecordType(Type queueProcessorEnablerRecordType) Gets aQueueProcessorEnablerListcontaining the given queue processor enabler recordType.QueueProcessorEnablerRuleLookupSession.getQueueProcessorEnablersForQueueProcessor(Id queueProcessorId) Gets theQueueProcessorEnablerassociated with aQueueProcessor.QueueProcessorEnablerLookupSession.getQueueProcessorEnablersOnDate(DateTime from, DateTime to) Gets aQueueProcessorEnablerListthat are effective for the entire given date range inclusive but not confined to the date range for any agent.QueueProcessorEnablerLookupSession.getQueueProcessorEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aQueueProcessorEnablerListthat are effective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.