Clearspace API (1.7.0) Core Javadocs

Uses of Interface
com.jivesoftware.community.Image

Packages that use Image
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 Image in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return Image
 Image ImageContentResource.createImage(java.lang.String name, java.lang.String contentType, java.io.InputStream data)
          Creates a new image for the object.
 Image ImageContentResource.getImage(long imageID)
          Returns the image corresponding to the imageID.
 Image ImageManager.getImage(long imageID)
          Returns an image given the image id.
 

Methods in com.jivesoftware.community that return types with arguments of type Image
 java.util.List<Image> Draft.getImages()
          Returns a list of images for the draft, or an empty list if no images are associated with the draft.
 JiveIterator<Image> ImageContentResource.getImages()
          Returns an Iterable for the object's images.
 

Methods in com.jivesoftware.community with parameters of type Image
 void ImageContentResource.addImage(Image image)
          Adds an already existing (temporary) image to the object.
 void ImageContentResource.deleteImage(Image image)
          Deletes an image that belongs to the object.
 

Method parameters in com.jivesoftware.community with type arguments of type Image
 void Draft.setImages(java.util.List<Image> images)
          Sets a list of images for the draft.
 

Uses of Image in com.jivesoftware.community.event
 

Methods in com.jivesoftware.community.event that return Image
 Image ImageEvent.getImage()
           
 

Constructors in com.jivesoftware.community.event with parameters of type Image
ImageEvent(int eventType, JiveObject jiveObject, Image image, java.util.Map<java.lang.String,? extends java.lang.Object> params)
           
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.