| Modifier and Type | Method and Description |
|---|---|
ForumFiles |
ForumThreadObject.getAttachments()
Getter for attachments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForumThreadObject.setAttachments(ForumFiles attachments)
Setter for attachments.
|
| Constructor and Description |
|---|
CreateForumThreadPostCommand(org.nuxeo.ecm.automation.client.model.Document document,
String author,
String message,
ForumFiles attachments)
Constructor.
|
UpdateForumThreadPostCommand(String id,
String message,
ForumFiles attachments)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ForumFiles |
ForumFiles.clone() |
ForumFiles |
AbstractForumThreadForm.getAttachments()
Getter for attachments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractForumThreadForm.setAttachments(ForumFiles attachments)
Setter for attachments.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractForumCommand.setBlobs(org.nuxeo.ecm.automation.client.adapters.DocumentService documentService,
org.nuxeo.ecm.automation.client.model.DocRef ref,
ForumFiles attachments)
Set blobs.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractForumServiceImpl.deleteAttachment(ForumFiles attachments)
Delete attachment.
|
protected void |
AbstractForumServiceImpl.uploadAttachments(ForumFiles attachments)
Upload attachments.
|
Copyright © 2018 OSIVIA. All rights reserved.