| Package | Description |
|---|---|
| org.exoplatform.wiki.mow.api | |
| org.exoplatform.wiki.plugin | |
| org.exoplatform.wiki.service |
Handles all actions in Wiki.
|
| org.exoplatform.wiki.service.impl |
Implements services of the Wiki application.
|
| Modifier and Type | Method and Description |
|---|---|
Template |
TemplatesContainer.addPage(String name,
Template template) |
Template |
TemplatesContainer.createTemplatePage() |
| Modifier and Type | Method and Description |
|---|---|
Template |
TemplatesContainer.addPage(String name,
Template template) |
| Modifier and Type | Method and Description |
|---|---|
List<Template> |
WikiTemplatePagePlugin.getTemplates() |
| Modifier and Type | Method and Description |
|---|---|
Template |
WikiService.getTemplatePage(WikiPageParams params,
String templateId)
Gets a Wiki template.
|
Template |
DataStorage.getTemplatePage(WikiPageParams params,
String templateId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Template> |
WikiService.getTemplates(WikiPageParams params)
Gets a map of wiki templates based on a given params object.
|
Map<String,Template> |
DataStorage.getTemplates(WikiPageParams params) |
| Modifier and Type | Method and Description |
|---|---|
void |
WikiService.createTemplatePage(Wiki wiki,
Template template)
Creates a new Wiki template.
|
void |
DataStorage.createTemplatePage(Wiki wiki,
Template template) |
void |
WikiService.updateTemplate(Template template)
Modifies an existing wiki template.
|
void |
DataStorage.updateTemplatePage(Template template) |
| Modifier and Type | Method and Description |
|---|---|
Template |
JCRDataStorage.getTemplatePage(WikiPageParams params,
String templateId) |
Template |
WikiServiceImpl.getTemplatePage(WikiPageParams params,
String templateId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Template> |
JCRDataStorage.getTemplates(WikiPageParams params) |
Map<String,Template> |
WikiServiceImpl.getTemplates(WikiPageParams params) |
| Modifier and Type | Method and Description |
|---|---|
void |
JCRDataStorage.createTemplatePage(Wiki wiki,
Template template) |
void |
WikiServiceImpl.createTemplatePage(Wiki wiki,
Template template)
Template
|
void |
WikiServiceImpl.updateTemplate(Template template) |
void |
JCRDataStorage.updateTemplatePage(Template template) |
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.