Jive API (3.0.13) 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 Jive SBS. 
com.jivesoftware.community.event Provides mechanisms to be notified of actions in the system such as new messages being created. 
com.jivesoftware.community.media.video   
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 ForumMessage
          A ForumMessage encapsulates message data.
 interface PrivateMessage
          Private messages are used for user to user communication.
 

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.
 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
 

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

Uses of AttachmentContentResource in com.jivesoftware.community.media.video
 

Subinterfaces of AttachmentContentResource in com.jivesoftware.community.media.video
 interface Video
          Video content object
 

Classes in com.jivesoftware.community.media.video that implement AttachmentContentResource
 class VideoWatermark
          A watermark image to be displayed druing video playback
 

Uses of AttachmentContentResource in com.jivesoftware.community.socialgroup
 

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


Jive Product Page

Copyright © 1999-2007 Jive Software.