| Package | Description |
|---|---|
| org.exoplatform.wiki.jpa.search | |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
void |
PageIndexingListener.postUpdatePage(String wikiType,
String wikiOwner,
String pageId,
Page page,
PageUpdateType wikiUpdateType) |
| Modifier and Type | Method and Description |
|---|---|
static PageUpdateType |
PageUpdateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageUpdateType[] |
PageUpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WikiService.updatePage(Page page,
PageUpdateType type)
Update the given page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WikiServiceImpl.postUpdatePage(String wikiType,
String wikiOwner,
String pageId,
Page page,
PageUpdateType wikiUpdateType)
Listeners
|
void |
WikiServiceImpl.updatePage(Page page,
PageUpdateType updateType) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
PageWikiListener.postUpdatePage(String wikiType,
String wikiOwner,
String pageId,
Page page,
PageUpdateType wikiUpdateType) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.