Uses of Interface
org.osid.subscription.DispatchList
Packages that use DispatchList
Package
Description
The Open Service Interface Definitions for the org.osid.subscription
service.
The Open Service Interface Definitions for the org.osid.subscription.rules
service.
-
Uses of DispatchList in org.osid.subscription
Methods in org.osid.subscription that return DispatchListModifier and TypeMethodDescriptionDispatchLookupSession.getDispatches()Gets allDispatches.DispatchSearchResults.getDispatches()Gets the dispatch list resulting from a search.DispatchLookupSession.getDispatchesByEditor(Id resourceId) Gets aDispatchListfor the given editor.DispatchLookupSession.getDispatchesByGenusType(Type dispatchGenusType) Gets aDispatchListcorresponding to the given dispatch genusTypewhich does not include dispatches of genus types derived from the specifiedType.DispatchLookupSession.getDispatchesByIds(IdList dispatchIds) Gets aDispatchListcorresponding to the givenIdList.DispatchLookupSession.getDispatchesByParentGenusType(Type dispatchGenusType) Gets aDispatchListcorresponding to the given dispatch genusTypeand include any additional dispatches with genus types derived from the specifiedType.DispatchPublisherSession.getDispatchesByPublisher(Id publisherId) Gets the list ofDispatchesassociated with aPublisher.DispatchPublisherSession.getDispatchesByPublishers(IdList publisherIds) Gets the list ofDispatchescorresponding to a list ofPublishers.DispatchQuerySession.getDispatchesByQuery(DispatchQuery dispatchQuery) Gets a list ofDispatchesmatching the given dispatch query.DispatchLookupSession.getDispatchesByRecordType(Type dispatchRecordType) Gets aDispatchListcontaining the given dispatch recordType. -
Uses of DispatchList in org.osid.subscription.rules
Methods in org.osid.subscription.rules that return DispatchListModifier and TypeMethodDescriptionDispatchConstrainerRuleLookupSession.getDispatchesForDispatchConstrainer(Id dispatchConstrainerId) Gets theDispatchesmapped to aDispatchConstrainer.DispatchEnablerRuleLookupSession.getDispatchesForDispatchEnabler(Id dispatchEnablerId) Gets theDispatchesmapped to aDispatchEnabler.DispatchProcessorRuleLookupSession.getDispatchesForDispatchProcessor(Id dispatchProcessorId) Gets theDispatchesmapped to aDispatchProcessor.