Clearspace API (2.5.29) Core Javadocs

Uses of Interface
com.jivesoftware.community.Attachment

Packages that use Attachment
com.jivesoftware.community Core interfaces and classes for Clearspace. 
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 AttachmentManager.createAttachment(AttachmentContentResource attachmentContentResource, String name, String contentType, InputStream data, File file, Map<String,String> properties)
          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 SearchManager.addToIndex(Attachment attachment)
          Adds an individual attachment to the index.
 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 SearchManager.removeFromIndex(Attachment attachment)
          Removes an individual attachment from the index.
 void AttachmentManager.setAttachmentParent(Attachment attachment, AttachmentContentResource attachmentContentResource)
          Configures the attachment parent for an attachment which was added originally as a temporary attachment.
 void SearchManager.updateIndex(Attachment attachment)
          Updates an individual attachment in the index.
 

Uses of Attachment in com.jivesoftware.community.event
 

Methods in com.jivesoftware.community.event that return Attachment
 Attachment AttachmentEvent.getAttachment()
           
 

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


Clearspace Project Page

Copyright © 1999-2007 Jive Software.