|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
PrivateMessage.createAttachment(java.lang.String name,
java.lang.String contentType,
java.io.InputStream data)
Creates a new attachment for this private message. |
Attachment |
AttachmentContentResource.createAttachment(java.lang.String name,
java.lang.String contentType,
java.io.InputStream data,
java.io.File file)
Creates a new attachment for the object. |
Attachment |
Avatar.getAttachment()
Returns the attachment for this avatar |
Attachment |
AttachmentContentResource.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> |
AttachmentContentResource.getAttachments()
Returns an Iterable for the object's attachments. |
JiveIterator<Attachment> |
PrivateMessage.getAttachments()
Returns an Iterable for all attachments of this private message. |
| 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 |
AttachmentContentResource.deleteAttachment(Attachment attachment)
Deletes an attachment that belongs to the object. |
void |
PrivateMessage.deleteAttachment(Attachment attachment)
Deletes an attachment that belongs to this private message. |
void |
SearchManager.removeFromIndex(Attachment attachment)
Removes an individual attachment from the index. |
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,
JiveObject jiveObject,
Attachment attachment,
java.util.Map<java.lang.String,? extends java.lang.Object> params)
|
|
AttachmentEvent(int eventType,
JiveObject jiveObject,
Attachment attachment,
java.util.Map<java.lang.String,? extends java.lang.Object> params,
java.io.File file)
|
|
AttachmentEvent(int eventType,
JiveObject jiveObject,
Attachment attachment,
java.util.Map<java.lang.String,? extends java.lang.Object> params,
java.io.File file,
AttachmentManager attachmentManager)
|
|
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||