Uses of Interface
org.osid.subscription.DispatchQuery
Packages that use DispatchQuery
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 DispatchQuery in org.osid.subscription
Methods in org.osid.subscription that return DispatchQueryModifier and TypeMethodDescriptionDispatchQuerySession.getDispatchQuery()Gets a dispatch query.DispatchSmartPublisherSession.getDispatchQuery()Gets a dispatch query.PublisherQuery.getDispatchQuery()Gets the query for a dispatch query.SubscriptionQuery.getDispatchQuery()Gets the query for a dispatch query.DispatchSearchSession.getDispatchQueryFromInspector(DispatchQueryInspector dispatchQueryInspector) Gets an entry query from an inspector.DispatchSmartPublisherSession.getDispatchQueryFromInspector(DispatchQueryInspector dispatchQueryInspector) Gets a dispatch query from an inspector.Methods in org.osid.subscription with parameters of type DispatchQueryModifier and TypeMethodDescriptionvoidDispatchSmartPublisherSession.applyDispatchQuery(DispatchQuery dispatchQuery) Applies a dispatch query to this publisher.DispatchQuerySession.getDispatchesByQuery(DispatchQuery dispatchQuery) Gets a list ofDispatchesmatching the given dispatch query.DispatchSearchSession.getDispatchesBySearch(DispatchQuery dispatchQuery, DispatchSearch dispatchSearch) Gets the search results matching the given search. -
Uses of DispatchQuery in org.osid.subscription.rules
Methods in org.osid.subscription.rules that return DispatchQueryModifier and TypeMethodDescriptionDispatchEnablerSmartPublisherSession.getDispatchEnablerQueryFromInspector(DispatchEnablerQueryInspector dispatchEnablerQueryInspector) Gets a dispatch enabler query from an inspector.DispatchConstrainerQuery.getRuledDispatchQuery()Gets the query for a dispatch.DispatchEnablerQuery.getRuledDispatchQuery()Gets the query for a dispatch.DispatchProcessorQuery.getRuledDispatchQuery()Gets the query for a dispatch.