Uses of Interface
org.osid.messaging.MessageList
Packages that use MessageList
Package
Description
The Open Service Interface Definitions for the org.osid.messaging
service.
-
Uses of MessageList in org.osid.messaging
Methods in org.osid.messaging that return MessageListModifier and TypeMethodDescriptionMessageLookupSession.getMessages()Gets allMessages.MessageSearchResults.getMessages()Gets the message list resulting from a search.MessageLookupSession.getMessagesByGenusType(Type messageGenusType) Gets aMessageListcorresponding to the given message genusTypewhich does not include messages of types derived from the specifiedType.In plenary mode, the returned list contains all known messages or an error results.MessageLookupSession.getMessagesByGenusTypeForRecipient(Id resourceId, Type messageGenusType) Gets aMessageListreceived by the specified recipient.MessageLookupSession.getMessagesByGenusTypeFromSender(Id resourceId, Type messageGenusType) Gets aMessageListof the given genus type and sender.MessageLookupSession.getMessagesByGenusTypeFromSenderForRecipient(Id senderResourceId, Id recipientResourceId, Type messageGenusType) Gets aMessageListof the given genus type sent by the specified sender and received by the specified recipient.MessageLookupSession.getMessagesByIds(IdList messageIds) Gets aMessageListcorresponding to the givenIdList.MessageMailboxSession.getMessagesByMailbox(Id mailboxId) Gets the list ofMessagesassociated with aMailbox.MessageMailboxSession.getMessagesByMailboxes(IdList mailboxIds) Gets the list ofMessagescorresponding to a list ofMailboxes.MessageLookupSession.getMessagesByParentGenusType(Type messageGenusType) Gets aMessageListcorresponding to the given message genusTypeand include any additional messages with genus types derived from the specifiedType.In plenary mode, the returned list contains all known messages or an error results.MessageQuerySession.getMessagesByQuery(MessageQuery messageQuery) Gets a list ofMessagesmatching the given message query.MessageLookupSession.getMessagesByReceivedTimeAndGenusTypeForRecipient(Id resourceId, Type messageGenusType, DateTime from, DateTime to) Gets aMessageListof the given genus type received by the specified resource and received time.MessageLookupSession.getMessagesByReceivedTimeAndGenusTypeFromSenderForRecipient(Id senderResourceId, Id recipientResourceId, Type messageGenusType, DateTime from, DateTime to) Gets aMessageListof the given genus type and received by the specified resource and received time.MessageLookupSession.getMessagesByReceivedTimeForRecipient(Id resourceId, DateTime from, DateTime to) Gets aMessageListreceived by the specified resource and received time.MessageLookupSession.getMessagesByReceivedTimeFromSenderForRecipient(Id senderResourceId, Id recipientResourceId, DateTime from, DateTime to) Gets aMessageListby the specified sender, recipient, and received time.MessageLookupSession.getMessagesByRecordType(Type messageRecordType) Gets aMessageListcontaining the given message recordType.MessageLookupSession.getMessagesBySentTime(DateTime from, DateTime to) Gets aMessageListsent within the specified range inclusive.MessageLookupSession.getMessagesBySentTimeAndGenusType(Type messageGenusType, DateTime from, DateTime to) Gets aMessageListof the given genus type and sent within the specified range inclusive.MessageLookupSession.getMessagesBySentTimeAndGenusTypeFromSender(Id resourceId, Type messageGenusType, DateTime from, DateTime to) Gets aMessageListof the given genus type and sent within the specified range inclusive.MessageLookupSession.getMessagesBySentTimeFromSender(Id resourceId, DateTime from, DateTime to) Gets aMessageListsent by the specified sender and sent time.MessageLookupSession.getMessagesForRecipient(Id resourceId) Gets aMessageListreceived by the specified recipient.MessageLookupSession.getMessagesFromSender(Id resourceId) Gets aMessageListsent by the specified sender.MessageLookupSession.getMessagesFromSenderForRecipient(Id senderResourceId, Id recipientResourceId) Gets aMessageListsent by the specified sender and received by the specified recipient.MessagingSession.getUnsentMessages()Gets allMessagesnot sent by the resource related to the authenticated agent.