Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.AttachmentException

Packages that use AttachmentException
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.gateway Synchronizes Jive Forums data with external data sources such as NNTP servers. 
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
com.jivesoftware.forum.webservices   
com.jivesoftware.forum.webservices.server   
 

Uses of AttachmentException in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that throw AttachmentException
 Attachment ForumMessage.createAttachment(java.lang.String name, java.lang.String contentType, java.io.InputStream data)
          Creates a new attachment for this message.
 Attachment PrivateMessage.createAttachment(java.lang.String name, java.lang.String contentType, java.io.InputStream data)
          Creates a new attachment for this private message.
 void Announcement.deleteAttachment(Attachment attachment)
          Deletes an attachment that belongs to the announcement.
 void ForumMessage.deleteAttachment(Attachment attachment)
          Deletes an attachment that belongs to this message.
 void PrivateMessage.deleteAttachment(Attachment attachment)
          Deletes an attachment that belongs to this private message.
 

Constructors in com.jivesoftware.forum with parameters of type AttachmentException
AvatarException(AttachmentException ae)
           
 

Uses of AttachmentException in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database that throw AttachmentException
 Attachment DbForumMessage.createAttachment(java.lang.String name, java.lang.String contentType, java.io.InputStream data)
           
 Attachment DbPrivateMessage.createAttachment(java.lang.String name, java.lang.String contentType, java.io.InputStream data)
           
 Attachment EmailWatchMessageWrapper.createAttachment(java.lang.String name, java.lang.String contentType, java.io.InputStream data)
           
 void DbAnnouncement.deleteAttachment(Attachment attachment)
           
 void DbForumMessage.deleteAttachment(Attachment attachment)
           
 void DbPrivateMessage.deleteAttachment(Attachment attachment)
           
 void EmailWatchMessageWrapper.deleteAttachment(Attachment attachment)
           
 

Constructors in com.jivesoftware.forum.database that throw AttachmentException
DbAttachment(int objectType, long objectID, java.lang.String name, java.lang.String contentType, java.io.InputStream data)
           
 

Uses of AttachmentException in com.jivesoftware.forum.gateway
 

Methods in com.jivesoftware.forum.gateway with parameters of type AttachmentException
static void JavaMailImporter.handleAttachmentException(AttachmentException e, ForumMessage forumMessage)
           
 

Methods in com.jivesoftware.forum.gateway that throw AttachmentException
protected  void JavaMailImporter.addUUencodedAttachments(ForumMessage forumMessage, java.io.BufferedReader reader)
          Search for uuencoded attachments from a reader and attach them to a message.
 

Uses of AttachmentException in com.jivesoftware.forum.proxy
 

Methods in com.jivesoftware.forum.proxy that throw AttachmentException
 Attachment ForumMessageProxy.createAttachment(java.lang.String name, java.lang.String contentType, java.io.InputStream data)
           
 Attachment PrivateMessageProxy.createAttachment(java.lang.String name, java.lang.String contentType, java.io.InputStream data)
           
 void AnnouncementProxy.deleteAttachment(Attachment attachment)
           
 void ForumMessageProxy.deleteAttachment(Attachment attachment)
           
 void PrivateMessageProxy.deleteAttachment(Attachment attachment)
           
 

Uses of AttachmentException in com.jivesoftware.forum.webservices
 

Methods in com.jivesoftware.forum.webservices that throw AttachmentException
 void ForumMessageService.addAttachmentToMessage(java.lang.String name, javax.activation.DataSource source, long messageID)
          Adds an attachment to the message with the specified ID.
 

Uses of AttachmentException in com.jivesoftware.forum.webservices.server
 

Methods in com.jivesoftware.forum.webservices.server that throw AttachmentException
 void ForumMessageServiceImpl.addAttachmentToMessage(java.lang.String name, javax.activation.DataSource source, long messageID)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.