Clearspace API (2.5.29) Core Javadocs

Uses of Interface
com.jivesoftware.community.AttachmentContentResource

Packages that use AttachmentContentResource
com.jivesoftware.base Base APIs and classes for Jive Software products. 
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. 
com.jivesoftware.community.socialgroup   
 

Uses of AttachmentContentResource in com.jivesoftware.base
 

Subinterfaces of AttachmentContentResource in com.jivesoftware.base
 interface User
          The User interface provides information about and services for users of the system.
 

Classes in com.jivesoftware.base that implement AttachmentContentResource
 class UserTemplate
          Value Object implementation of the user interface, optimized for Jive's internal caching mechanism.
 

Uses of AttachmentContentResource in com.jivesoftware.community
 

Subinterfaces of AttachmentContentResource in com.jivesoftware.community
 interface BlogPost
          A container for blog post data and for a hierarchy of blog comments.
 interface Community
          A container for threads, documents and a hierarchy of other communities.
 interface Document
          A Document object encapsulates a document in Clearspace.
 interface ForumMessage
          A ForumMessage encapsulates message data.
 interface PrivateMessage
          Private messages are used for user to user communication.
 interface com.jivesoftware.community.VersionableAttachmentContentResource
           
 

Methods in com.jivesoftware.community that return AttachmentContentResource
 AttachmentContentResource Attachment.getAttachmentContentResource()
          Returns the AttachmentContentResource of the attachment.
 

Methods in com.jivesoftware.community with parameters of type AttachmentContentResource
 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.
 int AttachmentManager.getAttachmentCount(AttachmentContentResource attachmentContentResource)
          Returns the number of attachments the object has.
 JiveIterator<Attachment> AttachmentManager.getAttachments(AttachmentContentResource attachmentContentResource)
          Returns an Iterable for the object's attachments.
 void AttachmentManager.setAttachmentParent(Attachment attachment, AttachmentContentResource attachmentContentResource)
          Configures the attachment parent for an attachment which was added originally as a temporary attachment.
 

Uses of AttachmentContentResource in com.jivesoftware.community.event
 

Methods in com.jivesoftware.community.event that return AttachmentContentResource
 AttachmentContentResource AttachmentEvent.getAttachmentContentResource()
           
 

Constructors in com.jivesoftware.community.event with parameters of type AttachmentContentResource
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)
           
 

Uses of AttachmentContentResource in com.jivesoftware.community.socialgroup
 

Subinterfaces of AttachmentContentResource in com.jivesoftware.community.socialgroup
 interface SocialGroup
          The container representing social groups in Clearspace.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.