Jive Forums API (5.5.20.2-oracle) Core Javadocs

Uses of Interface
com.jivesoftware.forum.Attachment

Packages that use Attachment
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
 

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.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.