Uses of Interface
org.osid.messaging.MessageQuery
Packages that use MessageQuery
Package
Description
The Open Service Interface Definitions for the org.osid.messaging
service.
-
Uses of MessageQuery in org.osid.messaging
Methods in org.osid.messaging that return MessageQueryModifier and TypeMethodDescriptionMailboxQuery.getMessageQuery()Gets the query for a message.MessageQuerySession.getMessageQuery()Gets a message query.MessageSmartMailboxSession.getMessageQuery()Gets a message query.ReceiptQuery.getMessageQuery()Gets the query for a message.MessageSearchSession.getMessageQueryFromInspector(MessageQueryInspector messageQueryInspector) Gets a message query from an inspector.MessageSmartMailboxSession.getMessageQueryFromInspector(MessageQueryInspector messageQueryInspector) Gets a message query from an inspector.Methods in org.osid.messaging with parameters of type MessageQueryModifier and TypeMethodDescriptionvoidMessageSmartMailboxSession.applyMessageQuery(MessageQuery messageQuery) Applies a message query to this mailbox.MessageQuerySession.getMessagesByQuery(MessageQuery messageQuery) Gets a list ofMessagesmatching the given message query.MessageSearchSession.getMessagesBySearch(MessageQuery messageQuery, MessageSearch messageSearch) Gets the search results matching the given search query using the given search.