Clearspace API (2.5.29) Core Javadocs

Uses of Class
com.jivesoftware.community.AttachmentException

Packages that use AttachmentException
com.jivesoftware.community Core interfaces and classes for Clearspace. 
com.jivesoftware.community.socialgroup   
com.jivesoftware.community.user.profile   
 

Uses of AttachmentException in com.jivesoftware.community
 

Methods in com.jivesoftware.community that throw AttachmentException
 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.
 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.
 

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

Uses of AttachmentException in com.jivesoftware.community.socialgroup
 

Methods in com.jivesoftware.community.socialgroup that throw AttachmentException
 void SocialGroupManager.setSocialGroupImage(SocialGroup socialGroup, String mimeType, InputStream smallImage, InputStream medImage, InputStream largeImage)
          Set a new social group image for the specified social group.
 

Uses of AttachmentException in com.jivesoftware.community.user.profile
 

Methods in com.jivesoftware.community.user.profile that throw AttachmentException
 void ProfileManager.setProfileImage(User user, InputStream in)
          Set a new profile page image for the specified user.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.