| Package | Description |
|---|---|
| org.exoplatform.wiki.rendering.builder | |
| org.exoplatform.wiki.rendering.cache |
Handles different parts of the cache organization.
|
| org.exoplatform.wiki.rendering.macro | |
| org.exoplatform.wiki.resolver | |
| 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.utils | |
| org.exoplatform.wiki.utils |
| Modifier and Type | Method and Description |
|---|---|
String |
ConfluenceReferenceBuilder.build(WikiPageParams params) |
String |
ReferenceBuilder.build(WikiPageParams params)
Build reference for a wiki page up on a given param
|
String |
XWiki20ReferenceBuilder.build(WikiPageParams params) |
| Constructor and Description |
|---|
MarkupKey(WikiPageParams pageParams,
String sourceSyntax,
String targetSyntax,
boolean supportSectionEdit)
Instance new markup key
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ExcerptUtils.getExcerpts(WikiPageParams params) |
| Modifier and Type | Method and Description |
|---|---|
WikiPageParams |
URLResolver.extractPageParams(String requestURL,
org.exoplatform.portal.mop.user.UserNode portalUserNode) |
abstract WikiPageParams |
Resolver.extractPageParams(String requestURL,
org.exoplatform.portal.mop.user.UserNode portalUserNode) |
WikiPageParams |
PageResolver.extractWikiPageParams(String requestURI,
org.exoplatform.portal.mop.user.UserNode portalUserNode) |
| Modifier and Type | Class and Description |
|---|---|
class |
WikiContext |
| Modifier and Type | Field and Description |
|---|---|
ArrayList<WikiPageParams> |
WikiContext.includePageCtx |
| Modifier and Type | Method and Description |
|---|---|
WikiPageParams |
WikiService.getWikiPageParams(BreadcrumbData data)
Gets parameters of a wiki page based on the data stored in the breadcrumb.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WikiService.addPageLink(WikiPageParams param,
WikiPageParams entity)
Add a link between 2 pages
|
void |
WikiService.addRelatedPage(WikiPageParams orginaryPageParams,
WikiPageParams relatedPageParams)
Adds a related page to the current wiki page.
|
DraftPage |
DataStorage.getDraft(WikiPageParams param,
String username) |
Template |
WikiService.getTemplatePage(WikiPageParams params,
String templateId)
Gets a Wiki template.
|
Template |
DataStorage.getTemplatePage(WikiPageParams params,
String templateId) |
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) |
boolean |
WikiService.movePage(WikiPageParams currentLocationParams,
WikiPageParams newLocationParams)
Move a wiki Page
|
void |
DataStorage.movePage(WikiPageParams currentLocationParams,
WikiPageParams newLocationParams) |
void |
WikiService.removeDraftOfPage(WikiPageParams param)
Removes a draft page of a wiki page which is specified by the wiki page param.
|
void |
WikiService.removeRelatedPage(WikiPageParams orginaryPageParams,
WikiPageParams relatedPageParams)
Removes a related page of the current wiki page.
|
| Modifier and Type | Method and Description |
|---|---|
WikiPageParams |
WikiPageHistory.getPageParams() |
WikiPageParams |
WikiServiceImpl.getWikiPageParams(BreadcrumbData data) |
| Modifier and Type | Method and Description |
|---|---|
Map<WikiPageParams,List<WikiPageParams>> |
WikiServiceImpl.getPageLinksMap() |
Map<WikiPageParams,List<WikiPageParams>> |
WikiServiceImpl.getPageLinksMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
WikiServiceImpl.addPageLink(WikiPageParams param,
WikiPageParams entity) |
void |
WikiServiceImpl.addRelatedPage(WikiPageParams orginaryPageParams,
WikiPageParams relatedPageParams) |
DraftPage |
JCRDataStorage.getDraft(WikiPageParams param,
String username) |
Template |
JCRDataStorage.getTemplatePage(WikiPageParams params,
String templateId) |
Template |
WikiServiceImpl.getTemplatePage(WikiPageParams params,
String templateId) |
Map<String,Template> |
JCRDataStorage.getTemplates(WikiPageParams params) |
Map<String,Template> |
WikiServiceImpl.getTemplates(WikiPageParams params) |
void |
JCRDataStorage.movePage(WikiPageParams currentLocationParams,
WikiPageParams newLocationParams) |
boolean |
WikiServiceImpl.movePage(WikiPageParams currentLocationParams,
WikiPageParams newLocationParams) |
void |
WikiServiceImpl.removeDraftOfPage(WikiPageParams param) |
void |
WikiServiceImpl.removeRelatedPage(WikiPageParams orginaryPageParams,
WikiPageParams relatedPageParams) |
| Constructor and Description |
|---|
WikiPageHistory(WikiPageParams pageParams,
String username,
String draftName,
boolean isNewPage) |
| Modifier and Type | Method and Description |
|---|---|
static WikiPageParams |
RelatedUtil.getPageParams(String path)
get wiki page params from the path made by
RelatedUtil.getPath(WikiPageParams) |
| Modifier and Type | Method and Description |
|---|---|
static String |
RelatedUtil.getPath(WikiPageParams params)
convert wiki page info to path string.
|
| Modifier and Type | Method and Description |
|---|---|
static WikiPageParams |
TreeUtils.getPageParamsFromPath(String path) |
| Modifier and Type | Method and Description |
|---|---|
static TreeNode |
TreeUtils.getDescendants(WikiPageParams params,
HashMap<String,Object> context)
Create a tree node contain all its descendant with a given
WikiPageParams |
static String |
TreeUtils.getPathFromPageParams(WikiPageParams param) |
static TreeNode |
TreeUtils.getTreeNode(WikiPageParams params)
Create a tree node with a given
WikiPageParams |
| Modifier and Type | Method and Description |
|---|---|
static WikiPageParams |
Utils.getWikiPageParams(Page page) |
| Modifier and Type | Method and Description |
|---|---|
static Stack<WikiPageParams> |
Utils.getStackParams(Page page) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
Utils.getObjectFromParams(WikiPageParams param) |
static String |
Utils.getPermanlink(WikiPageParams params,
boolean hasDowmainUrl)
Get the permalink of current wiki page
With the current page param: type = "group" owner = "spaces/test_space" pageId = "test_page" The permalink will be: http://int.exoplatform.org/portal/intranet/wiki/group/spaces/test_space/test_page |
static boolean |
JCRUtils.hasPermission(String[] permission,
org.exoplatform.services.security.Identity user,
WikiPageParams pageParams)
Has permission.
|
static void |
Utils.logEditPageTime(WikiPageParams pageParams,
String username,
long updateTime,
String draftName,
boolean isNewPage)
Log the edit page action of user
|
static void |
Utils.removeLogEditPage(WikiPageParams pageParams,
String user)
removes the log of user editing page.
|
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.