Uses of Interface
org.osid.messaging.MailboxQuery
Packages that use MailboxQuery
Package
Description
The Open Service Interface Definitions for the org.osid.messaging
service.
-
Uses of MailboxQuery in org.osid.messaging
Methods in org.osid.messaging that return MailboxQueryModifier and TypeMethodDescriptionMailboxQuery.getAncestorMailboxQuery()Gets the query for a mailbox.MailboxQuery.getDescendantMailboxQuery()Gets the query for a mailbox.MailboxQuerySession.getMailboxQuery()Gets a mailbox query.MessageQuery.getMailboxQuery()Gets the query for a mailbox.ReceiptQuery.getMailboxQuery()Gets the query for a mailbox.MailboxSearchSession.getMailboxQueryFromInspector(MailboxQueryInspector mailboxQueryInspector) Gets a mailbox query from an inspector.Methods in org.osid.messaging with parameters of type MailboxQueryModifier and TypeMethodDescriptionMailboxQuerySession.getMailboxesByQuery(MailboxQuery mailboxQuery) Gets a list ofMailboxesmatching the given mailbox query.MailboxSearchSession.getMailboxesBySearch(MailboxQuery mailboxQuery, MailboxSearch mailboxSearch) Gets the search results matching the given search query using the given search.