Uses of Interface
org.osid.subscription.rules.DispatchProcessorList
Packages that use DispatchProcessorList
Package
Description
The Open Service Interface Definitions for the org.osid.subscription.rules
service.
-
Uses of DispatchProcessorList in org.osid.subscription.rules
Methods in org.osid.subscription.rules that return DispatchProcessorListModifier and TypeMethodDescriptionDispatchProcessorLookupSession.getDispatchProcessors()Gets allDispatchProcessors.DispatchProcessorSearchResults.getDispatchProcessors()Gets the dispatch processor list resulting from a search.DispatchProcessorLookupSession.getDispatchProcessorsByGenusType(Type dispatchProcessorGenusType) Gets aDispatchProcessorListcorresponding to the given dispatch processor genusTypewhich does not include dispatch processors of genus types derived from the specifiedType.DispatchProcessorLookupSession.getDispatchProcessorsByIds(IdList dispatchProcessorIds) Gets aDispatchProcessorListcorresponding to the givenIdList.DispatchProcessorLookupSession.getDispatchProcessorsByParentGenusType(Type dispatchProcessorGenusType) Gets aDispatchProcessorListcorresponding to the given dispatch processor genusTypeand include any additional dispatch processors with genus types derived from the specifiedType.DispatchProcessorPublisherSession.getDispatchProcessorsByPublisher(Id publisherId) Gets the list ofDispatchProcessorsassociated with aPublisher.DispatchProcessorPublisherSession.getDispatchProcessorsByPublishers(IdList publisherIds) Gets the list ofDispatchConstrainerscorresponding to a list ofPublishers.DispatchProcessorQuerySession.getDispatchProcessorsByQuery(DispatchProcessorQuery dispatchProcessorQuery) Gets a list ofDispatchProcessorsmatching the given search.DispatchProcessorLookupSession.getDispatchProcessorsByRecordType(Type dispatchProcessorRecordType) Gets aDispatchProcessorListcontaining the given dispatch processor recordType.DispatchProcessorRuleLookupSession.getDispatchProcessorsForDispatch(Id dispatchId) Gets theDispatchProcessorsassociated with aDispatch.DispatchProcessorEnablerRuleLookupSession.getDispatchProcessorsForDispatchProcessorEnabler(Id dispatchProcessorEnablerId) Gets theDispatchProcessorsmapped to aDispatchProcessorEnabler.