Uses of Class
com.atlassian.confluence.mail.Mail

Packages that use Mail
com.atlassian.confluence.event.events.content.mail   
com.atlassian.confluence.mail   
com.atlassian.confluence.mail.persistence.dao   
com.atlassian.confluence.mail.persistence.dao.hibernate   
 

Uses of Mail in com.atlassian.confluence.event.events.content.mail
 

Methods in com.atlassian.confluence.event.events.content.mail that return Mail
 Mail MailEvent.getMail()
           
 Mail MailUpdateEvent.getOriginalMail()
           
 

Constructors in com.atlassian.confluence.event.events.content.mail with parameters of type Mail
MailCreateEvent(Object src, Mail mail)
           
MailEvent(Object src, Mail mail)
           
MailRemoveEvent(Object src, Mail removedMail)
           
MailUpdateEvent(Object source, Mail updatedMail, Mail previousVersion)
           
 

Uses of Mail in com.atlassian.confluence.mail
 

Methods in com.atlassian.confluence.mail that return Mail
 Mail MailContentManager.getFirstMailAfter(String spaceKey, long mailId)
          Deprecated.  
 Mail DefaultMailContentManager.getFirstMailAfter(String spaceKey, long mailId)
           
 Mail MailContentManager.getFirstMailBefore(String spaceKey, long mailId)
          Deprecated.  
 Mail DefaultMailContentManager.getFirstMailBefore(String spaceKey, long mailId)
           
 Mail MailContentManager.getMailById(long id)
          Deprecated. Get a mail by its database id.
 Mail DefaultMailContentManager.getMailById(long id)
           
 Mail MailContentManager.getMailByMessageId(String messageId)
          Deprecated. Get a mail by its message-id.
 Mail DefaultMailContentManager.getMailByMessageId(String messageId)
           
 Mail MailContentManager.storeIncomingMail(Space space, byte[] rawMessage)
          Deprecated. Create a new mail content object in the given space for the given raw RFC822 message.
 Mail DefaultMailContentManager.storeIncomingMail(Space space, byte[] rawMessage)
           
 Mail MailContentManager.storeIncomingMail(Space space, javax.mail.internet.MimeMessage mimeMessage)
          Deprecated. Create a new mail content object in the given space for the given mimeMessage.
 Mail DefaultMailContentManager.storeIncomingMail(Space space, javax.mail.internet.MimeMessage mimeMessage)
           
 

Methods in com.atlassian.confluence.mail that return types with arguments of type Mail
 List<Mail> MailContentManager.getMail(Space space, boolean currentOnly)
          Deprecated.  
 List<Mail> DefaultMailContentManager.getMail(Space space, boolean currentOnly)
           
 

Methods in com.atlassian.confluence.mail with parameters of type Mail
 void MailContentManager.removeAttachmentsForMail(Mail mail)
          Deprecated.  
 void DefaultMailContentManager.removeAttachmentsForMail(Mail mail)
           
 void MailContentManager.removeMail(Mail mail)
          Deprecated. since 4.1 - does exactly the same thing as ContentEntityManager.removeContentEntity(com.atlassian.confluence.core.ContentEntityObject)
 void DefaultMailContentManager.removeMail(Mail mail)
           
 

Uses of Mail in com.atlassian.confluence.mail.persistence.dao
 

Methods in com.atlassian.confluence.mail.persistence.dao that return Mail
 Mail MailDao.getFirstMailAfter(String spaceKey, long mailId)
           
 Mail MailDao.getFirstMailBefore(String spaceKey, long mailId)
           
 Mail MailDao.getMailById(long id)
          Retrieve a single mail by its persistent object id.
 Mail MailDao.getMailByMessageId(String messageId)
          Retrieve a single mail by its message-id.
 Mail MailDao.getMostRecentMail(String spaceKey)
           
 

Uses of Mail in com.atlassian.confluence.mail.persistence.dao.hibernate
 

Methods in com.atlassian.confluence.mail.persistence.dao.hibernate that return Mail
 Mail HibernateMailDao.getFirstMailAfter(String spaceKey, long mailId)
           
 Mail HibernateMailDao.getFirstMailBefore(String spaceKey, long mailId)
           
 Mail HibernateMailDao.getMailById(long id)
           
 Mail HibernateMailDao.getMailByMessageId(String messageId)
           
 Mail HibernateMailDao.getMostRecentMail(String spaceKey)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.