| Package | Description |
|---|---|
| org.exoplatform.wiki.mow.core.api.wiki | |
| 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 |
TemplateContainer.addPage(String templateName,
Template template) |
abstract Template |
TemplateContainer.createTemplatePage() |
Template |
TemplateContainer.getTemplate(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,Template> |
TemplateContainer.getTemplates() |
| Modifier and Type | Method and Description |
|---|---|
Template |
TemplateContainer.addPage(String templateName,
Template template) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
TemplateContainer.setTemplates(Map<String,Template> templates) |
| Modifier and Type | Method and Description |
|---|---|
Template |
WikiService.createTemplatePage(String title,
WikiPageParams params)
Creates a new Wiki template.
|
Template |
WikiService.getTemplatePage(WikiPageParams params,
String templateId)
Gets a Wiki template.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WikiService.modifyTemplate(WikiPageParams params,
Template template,
String newName,
String newDescription,
String newContent,
String newSyntaxId)
Modifies an existing wiki template.
|
| Modifier and Type | Method and Description |
|---|---|
Template |
WikiServiceImpl.createTemplatePage(String title,
WikiPageParams params) |
Template |
WikiServiceImpl.getTemplatePage(WikiPageParams params,
String templateId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Template> |
WikiServiceImpl.getTemplates(WikiPageParams params) |
| Modifier and Type | Method and Description |
|---|---|
void |
WikiServiceImpl.modifyTemplate(WikiPageParams params,
Template template,
String newTitle,
String newDescription,
String newContent,
String newSyntaxId) |
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.