| Package | Description |
|---|---|
| org.exoplatform.wiki.service |
Handles all actions in Wiki.
|
| org.exoplatform.wiki.service.impl |
Implements services of the Wiki application.
|
| org.exoplatform.wiki.service.listener | |
| org.exoplatform.wiki.utils |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
WikiService.getAttachmentOfPageByName(String attachmentName,
Page page)
Get a attachment of a ther given page by name
|
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
WikiService.getAttachmentsOfPage(Page page)
Gets attachments of the given page
|
List<Attachment> |
DataStorage.getAttachmentsOfPage(Page page) |
| Modifier and Type | Method and Description |
|---|---|
void |
WikiService.addAttachmentToPage(Attachment attachment,
Page page)
Add the given attachment to the given page
|
void |
DataStorage.addAttachmentToPage(Attachment attachment,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
WikiServiceImpl.getAttachmentOfPageByName(String attachmentName,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
JCRDataStorage.getAttachmentsOfPage(Page page) |
List<Attachment> |
WikiServiceImpl.getAttachmentsOfPage(Page page)
Attachment
|
| Modifier and Type | Method and Description |
|---|---|
void |
WikiServiceImpl.addAttachment(Attachment attachment,
Page page) |
void |
JCRDataStorage.addAttachmentToPage(Attachment attachment,
Page page) |
void |
WikiServiceImpl.addAttachmentToPage(Attachment attachment,
Page page) |
Attachment |
WikiRestServiceImpl.createAttachment(ObjectFactory objectFactory,
URI baseUri,
Attachment pageAttachment,
Page page,
String xwikiRelativeUrl,
String xwikiAbsoluteUrl) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AttachmentWikiListener.addAttachment(Attachment attachment,
Page page) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Utils.getAttachmentCssClass(Attachment attachment,
String append) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.