Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.Attachment

Packages that use Attachment
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.action Jive Forums WebWork actions. 
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. 
 

Uses of Attachment in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return Attachment
 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.
 Attachment Avatar.getAttachment()
          Returns the attachment for this avatar
 

Methods in com.jivesoftware.forum with parameters of type Attachment
 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.
 

Uses of Attachment in com.jivesoftware.forum.action
 

Methods in com.jivesoftware.forum.action that return Attachment
 Attachment AttachAction.getAttachment()
           
 

Uses of Attachment in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement Attachment
 class DbAttachment
          Database implementation of the Attachment interface.
 

Methods in com.jivesoftware.forum.database that return Attachment
 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)
           
 Attachment DbAvatar.getAttachment()
           
 

Methods in com.jivesoftware.forum.database with parameters of type Attachment
 void DbAnnouncement.deleteAttachment(Attachment attachment)
           
 void DbForumMessage.deleteAttachment(Attachment attachment)
           
 void DbPrivateMessage.deleteAttachment(Attachment attachment)
           
 void EmailWatchMessageWrapper.deleteAttachment(Attachment attachment)
           
 

Uses of Attachment in com.jivesoftware.forum.gateway
 

Constructors in com.jivesoftware.forum.gateway with parameters of type Attachment
AttachmentDataSource(Attachment attachment)
          Constructor
 

Uses of Attachment in com.jivesoftware.forum.proxy
 

Classes in com.jivesoftware.forum.proxy that implement Attachment
 class AttachmentProxy
           
 

Methods in com.jivesoftware.forum.proxy that return Attachment
 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)
           
 Attachment AvatarProxy.getAttachment()
           
 

Methods in com.jivesoftware.forum.proxy with parameters of type Attachment
 void AnnouncementProxy.deleteAttachment(Attachment attachment)
           
 void ForumMessageProxy.deleteAttachment(Attachment attachment)
           
 void PrivateMessageProxy.deleteAttachment(Attachment attachment)
           
 

Constructors in com.jivesoftware.forum.proxy with parameters of type Attachment
AttachmentProxy(Attachment attachment, ForumMessageProxy message, AuthToken authToken, Permissions permissions)
          Creates a new AttachmentProxy to protect the supplied attachment with the specified permissions
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.