Uses of Interface
org.osid.tracking.rules.QueueConstrainerEnablerList
Packages that use QueueConstrainerEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.tracking.rules
service.
-
Uses of QueueConstrainerEnablerList in org.osid.tracking.rules
Methods in org.osid.tracking.rules that return QueueConstrainerEnablerListModifier and TypeMethodDescriptionQueueConstrainerEnablerLookupSession.getQueueConstrainerEnablers()Gets allQueueConstrainerEnablers.QueueConstrainerEnablerSearchResults.getQueueConstrainerEnablers()Gets theQueueConstrainerEnablerListresulting from a search.QueueConstrainerEnablerFrontOfficeSession.getQueueConstrainerEnablersByFrontOffice(Id frontOfficeId) Gets the list of queue constrainer enablers associated with aFrontFront Office.QueueConstrainerEnablerFrontOfficeSession.getQueueConstrainerEnablersByFrontOffices(IdList frontOfficeIds) Gets the list of queue constrainer enablers corresponding to a list ofFrontOffices.QueueConstrainerEnablerLookupSession.getQueueConstrainerEnablersByGenusType(Type queueConstrainerEnablerGenusType) Gets aQueueConstrainerEnablerListcorresponding to the given queue constrainer enabler genusTypewhich does not include queue constrainer enablers of genus types derived from the specifiedType.QueueConstrainerEnablerLookupSession.getQueueConstrainerEnablersByIds(IdList queueConstrainerEnablerIds) Gets aQueueConstrainerEnablerListcorresponding to the givenIdList.QueueConstrainerEnablerLookupSession.getQueueConstrainerEnablersByParentGenusType(Type queueConstrainerEnablerGenusType) Gets aQueueConstrainerEnablerListcorresponding to the given queue constrainer enabler genusTypeand include any additional queue constrainer enablers with genus types derived from the specifiedType.QueueConstrainerEnablerQuerySession.getQueueConstrainerEnablersByQuery(QueueConstrainerEnablerQuery queueConstrainerEnablerQuery) Gets a list ofQueueConstrainerEnablersmatching the given queue constrainer enabler query.QueueConstrainerEnablerLookupSession.getQueueConstrainerEnablersByRecordType(Type queueConstrainerEnablerRecordType) Gets aQueueConstrainerEnablerListcontaining the given queue constrainer enabler recordType.QueueConstrainerEnablerRuleLookupSession.getQueueConstrainerEnablersForQueueConstrainer(Id queueConstrainerId) Gets theQueueConstrainerEnablersassociated with aQueueConstrainer.QueueConstrainerEnablerLookupSession.getQueueConstrainerEnablersOnDate(DateTime from, DateTime to) Gets aQueueConstrainerEnablerListthat are effective for the entire given date range inclusive but not confined to the date range for any agent.QueueConstrainerEnablerLookupSession.getQueueConstrainerEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aQueueConstrainerEnablerListthat are effective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.