Jive API (3.0.13) Core Javadocs

Uses of Interface
com.jivesoftware.community.Attachment

Packages that use Attachment
com.jivesoftware.community Core interfaces and classes for Jive SBS. 
com.jivesoftware.community.event Provides mechanisms to be notified of actions in the system such as new messages being created. 
 

Uses of Attachment in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return Attachment
 Attachment AttachmentManager.createAttachment(AttachmentContentResource attachmentContentResource, String name, String contentType, InputStream data, File file)
          Creates a new attachment for the object.
 Attachment Avatar.getAttachment()
          Returns the attachment for this avatar
 Attachment AttachmentManager.getAttachment(long attachmentID)
          Returns the attachment corresponding to the attachmentID.
 

Methods in com.jivesoftware.community that return types with arguments of type Attachment
 JiveIterator<Attachment> Announcement.getAttachments()
          Returns an Iterable for all the attachments of the message.
 JiveIterator<Attachment> AttachmentManager.getAttachments(AttachmentContentResource attachmentContentResource)
          Returns an Iterable for the object's attachments.
 

Methods in com.jivesoftware.community with parameters of type Attachment
 void ForumManager.addAttachment(ForumMessage message, Attachment attachment)
          Adds an attachment to a given message.
 void Announcement.deleteAttachment(Attachment attachment)
          Deletes an attachment that belongs to the announcement.
 void AttachmentManager.deleteAttachment(Attachment attachment)
          Deletes an attachment that belongs to the object.
 void AttachmentManager.setAttachmentParent(Attachment attachment, AttachmentContentResource attachmentContentResource)
          Configures the attachment parent for an attachment which was added originally as a temporary attachment.
 

Uses of Attachment in com.jivesoftware.community.event
 

Constructors in com.jivesoftware.community.event with parameters of type Attachment
AttachmentEvent(AttachmentEvent.Type eventType, AttachmentContentResource attachmentContentResource, Attachment attachment, Map<String,? extends Object> params)
           
 


Jive Product Page

Copyright © 1999-2007 Jive Software.