| Package | Description |
|---|---|
| org.exoplatform.wiki.chromattic.ext.ntdef | |
| org.exoplatform.wiki.mow.api | |
| org.exoplatform.wiki.mow.core.api | |
| org.exoplatform.wiki.mow.core.api.content | |
| org.exoplatform.wiki.mow.core.api.wiki | |
| org.exoplatform.wiki.rendering.cache |
Handles different parts of the cache organization.
|
| org.exoplatform.wiki.rendering.cache.impl | |
| org.exoplatform.wiki.service |
Handles all actions in Wiki.
|
| org.exoplatform.wiki.service.impl |
Implements services of the Wiki application.
|
| org.exoplatform.wiki.service.related | |
| org.exoplatform.wiki.tree | |
| org.exoplatform.wiki.utils |
| Modifier and Type | Method and Description |
|---|---|
abstract PageImpl |
UncachedMixin.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
UncachedMixin.setEntity(PageImpl page) |
| Modifier and Type | Method and Description |
|---|---|
PageImpl |
WikiStore.createPage()
Create new wiki page
|
PageImpl |
WikiStore.getDraftNewPagesContainer()
get the container that store draft for new page
|
PageImpl |
Page.getParentPage()
get the parent page
|
| Modifier and Type | Method and Description |
|---|---|
abstract PageImpl |
WikiStoreImpl.createPage() |
PageImpl |
WikiStoreImpl.getDraftNewPagesContainer() |
protected abstract PageImpl |
WikiStoreImpl.getDraftNewPagesContainerByChromattic() |
abstract PageImpl |
WikiStoreImpl.getEmotionIconsPage() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
WikiStoreImpl.setDraftNewPagesContainerByChromattic(PageImpl page) |
| Modifier and Type | Method and Description |
|---|---|
abstract PageImpl |
WikiLink.getTargetPage() |
| Modifier and Type | Class and Description |
|---|---|
class |
DraftPageImpl |
class |
HelpPage |
class |
Template |
class |
WikiHome |
| Modifier and Type | Method and Description |
|---|---|
abstract PageImpl |
WikiImpl.createWikiPage() |
PageImpl |
UserWiki.getDraftPagesContainer() |
protected abstract PageImpl |
UserWiki.getDraftPagesContainerByChromattic() |
abstract PageImpl |
MigratingMixin.getEntity() |
abstract PageImpl |
RemovedMixin.getEntity() |
abstract PageImpl |
MovedMixin.getEntity() |
abstract PageImpl |
RenamedMixin.getEntity() |
abstract PageImpl |
WatchedMixin.getEntity() |
PageImpl |
Trash.getPage(String pageName) |
PageImpl |
WikiImpl.getPageByID(String id) |
PageImpl |
WikiImpl.getPageByURI(String uri) |
PageImpl |
SimplePageImpl.getParentPage() |
abstract PageImpl |
PageImpl.getParentPage() |
abstract PageImpl |
AttachmentImpl.getParentPage() |
abstract PageImpl |
MovedMixin.getTargetPage() |
PageImpl |
PageImpl.getWikiPage(String pageId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PageImpl> |
PageImpl.getChildPages() |
Collection<PageImpl> |
Trash.getChildPages() |
abstract Map<String,PageImpl> |
Trash.getChildren() |
Map<String,PageImpl> |
PageImpl.getChildrenByRootPermission() |
protected abstract Map<String,PageImpl> |
PageImpl.getChildrenContainer() |
List<PageImpl> |
PageImpl.getRelatedPages() |
| Modifier and Type | Method and Description |
|---|---|
void |
Trash.addChild(String pageName,
PageImpl page) |
String |
PageImpl.addRelatedPage(PageImpl page)
add a related page
|
void |
Trash.addRemovedWikiPage(PageImpl page) |
String |
PageImpl.removeRelatedPage(PageImpl page)
remove a specified related page.
|
protected abstract void |
UserWiki.setDraftPagesContainerByChromattic(PageImpl page) |
abstract void |
MigratingMixin.setEntity(PageImpl page) |
abstract void |
RemovedMixin.setEntity(PageImpl page) |
abstract void |
MovedMixin.setEntity(PageImpl page) |
abstract void |
RenamedMixin.setEntity(PageImpl page) |
abstract void |
WatchedMixin.setEntity(PageImpl page) |
abstract void |
PageImpl.setParentPage(PageImpl page) |
abstract void |
MovedMixin.setTargetPage(PageImpl page) |
| Modifier and Type | Method and Description |
|---|---|
int |
PageRenderingCacheService.getAttachmentCount(PageImpl page)
Get number of attachment of a wiki page
|
| Modifier and Type | Method and Description |
|---|---|
int |
PageRenderingCacheServiceImpl.getAttachmentCount(PageImpl page) |
| Modifier and Type | Method and Description |
|---|---|
PageImpl |
WikiService.getHelpSyntaxPage(String syntaxId)
Gets a Help wiki page based on a given syntax Id.
|
| Modifier and Type | Method and Description |
|---|---|
List<PageImpl> |
WikiService.getDuplicatePages(PageImpl parentPage,
Wiki targetWiki,
List<PageImpl> resultList)
Checks if a page and its children are duplicated with ones in the target Wiki or not,
then gets a list of duplicated pages if any.
|
| Modifier and Type | Method and Description |
|---|---|
List<PageImpl> |
WikiService.getDuplicatePages(PageImpl parentPage,
Wiki targetWiki,
List<PageImpl> resultList)
Checks if a page and its children are duplicated with ones in the target Wiki or not,
then gets a list of duplicated pages if any.
|
| Modifier and Type | Method and Description |
|---|---|
List<PageImpl> |
WikiService.getDuplicatePages(PageImpl parentPage,
Wiki targetWiki,
List<PageImpl> resultList)
Checks if a page and its children are duplicated with ones in the target Wiki or not,
then gets a list of duplicated pages if any.
|
| Modifier and Type | Method and Description |
|---|---|
PageImpl |
WikiServiceImpl.getHelpSyntaxPage(String syntaxId) |
| Modifier and Type | Method and Description |
|---|---|
List<PageImpl> |
WikiServiceImpl.getDuplicatePages(PageImpl parentPage,
Wiki targetWiki,
List<PageImpl> resultList) |
| Modifier and Type | Method and Description |
|---|---|
Page |
WikiRestServiceImpl.createPage(ObjectFactory objectFactory,
URI baseUri,
URI self,
PageImpl doc) |
PageSummary |
WikiRestServiceImpl.createPageSummary(ObjectFactory objectFactory,
URI baseUri,
PageImpl doc) |
List<PageImpl> |
WikiServiceImpl.getDuplicatePages(PageImpl parentPage,
Wiki targetWiki,
List<PageImpl> resultList) |
| Modifier and Type | Method and Description |
|---|---|
List<PageImpl> |
WikiServiceImpl.getDuplicatePages(PageImpl parentPage,
Wiki targetWiki,
List<PageImpl> resultList) |
| Modifier and Type | Method and Description |
|---|---|
static List<JsonRelatedData> |
RelatedUtil.pageImplToJson(List<PageImpl> pages) |
| Modifier and Type | Method and Description |
|---|---|
PageImpl |
PageTreeNode.getPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
PageTreeNode.setPage(PageImpl page) |
| Constructor and Description |
|---|
PageTreeNode(PageImpl page) |
| Modifier and Type | Method and Description |
|---|---|
static Stack<WikiPageParams> |
Utils.getStackParams(PageImpl page) |
static boolean |
Utils.isDescendantPage(PageImpl page,
PageImpl parentPage) |
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.