|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WikiPageParams | |
|---|---|
| org.exoplatform.wiki.rendering.builder | |
| org.exoplatform.wiki.rendering.cache | Handles different parts of the cache organization. |
| org.exoplatform.wiki.rendering.cache.impl | |
| 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 | |
| Uses of WikiPageParams in org.exoplatform.wiki.rendering.builder |
|---|
| Methods in org.exoplatform.wiki.rendering.builder with parameters of type WikiPageParams | |
|---|---|
String |
ReferenceBuilder.build(WikiPageParams params)
Build reference for a wiki page up on a given param |
String |
ConfluenceReferenceBuilder.build(WikiPageParams params)
|
String |
XWiki20ReferenceBuilder.build(WikiPageParams params)
|
| Uses of WikiPageParams in org.exoplatform.wiki.rendering.cache |
|---|
| Methods in org.exoplatform.wiki.rendering.cache that return types with arguments of type WikiPageParams | |
|---|---|
Map<WikiPageParams,List<WikiPageParams>> |
PageRenderingCacheService.getPageLinksMap()
Returns a collection of connections of a wiki page. |
Map<WikiPageParams,List<WikiPageParams>> |
PageRenderingCacheService.getPageLinksMap()
Returns a collection of connections of a wiki page. |
| Methods in org.exoplatform.wiki.rendering.cache with parameters of type WikiPageParams | |
|---|---|
void |
PageRenderingCacheService.addPageLink(WikiPageParams param,
WikiPageParams entity)
Adds a link between two pages. |
Page |
PageRenderingCacheService.getPageByParams(WikiPageParams param)
Gets the wiki page object by params |
String |
PageRenderingCacheService.getRenderedContent(WikiPageParams param,
String targetSyntax)
Gets the rendered content of a wiki page. |
void |
PageRenderingCacheService.invalidateAttachmentCache(WikiPageParams param)
Invalidate cache storing attachment size of a wiki page |
void |
PageRenderingCacheService.invalidateCache(WikiPageParams param)
Invalidates all cache entries linking to a page in case this page is removed, changed or renamed. |
void |
PageRenderingCacheService.invalidateUUIDCache(WikiPageParams param)
Invalidates the cache entry containing given wiki page param |
| Constructors in org.exoplatform.wiki.rendering.cache with parameters of type WikiPageParams | |
|---|---|
MarkupKey(WikiPageParams pageParams,
String sourceSyntax,
String targetSyntax,
boolean supportSectionEdit)
Instance new markup key |
|
| Uses of WikiPageParams in org.exoplatform.wiki.rendering.cache.impl |
|---|
| Methods in org.exoplatform.wiki.rendering.cache.impl that return types with arguments of type WikiPageParams | |
|---|---|
Map<WikiPageParams,List<WikiPageParams>> |
PageRenderingCacheServiceImpl.getPageLinksMap()
|
Map<WikiPageParams,List<WikiPageParams>> |
PageRenderingCacheServiceImpl.getPageLinksMap()
|
| Methods in org.exoplatform.wiki.rendering.cache.impl with parameters of type WikiPageParams | |
|---|---|
void |
PageRenderingCacheServiceImpl.addPageLink(WikiPageParams param,
WikiPageParams entity)
|
Page |
PageRenderingCacheServiceImpl.getPageByParams(WikiPageParams param)
|
String |
PageRenderingCacheServiceImpl.getRenderedContent(WikiPageParams param,
String targetSyntax)
|
void |
PageRenderingCacheServiceImpl.invalidateAttachmentCache(WikiPageParams param)
|
void |
PageRenderingCacheServiceImpl.invalidateCache(WikiPageParams param)
|
void |
PageRenderingCacheServiceImpl.invalidateUUIDCache(WikiPageParams param)
|
| Uses of WikiPageParams in org.exoplatform.wiki.rendering.macro |
|---|
| Methods in org.exoplatform.wiki.rendering.macro with parameters of type WikiPageParams | |
|---|---|
static String |
ExcerptUtils.getExcerpts(WikiPageParams params)
|
| Uses of WikiPageParams in org.exoplatform.wiki.resolver |
|---|
| Methods in org.exoplatform.wiki.resolver that return WikiPageParams | |
|---|---|
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)
|
| Uses of WikiPageParams in org.exoplatform.wiki.service |
|---|
| Subclasses of WikiPageParams in org.exoplatform.wiki.service | |
|---|---|
class |
WikiContext
|
| Fields in org.exoplatform.wiki.service with type parameters of type WikiPageParams | |
|---|---|
ArrayList<WikiPageParams> |
WikiContext.includePageCtx
|
| Methods in org.exoplatform.wiki.service that return WikiPageParams | |
|---|---|
WikiPageParams |
WikiService.getWikiPageParams(BreadcrumbData data)
Gets parameters of a wiki page based on the data stored in the breadcrumb. |
| Methods in org.exoplatform.wiki.service with parameters of type WikiPageParams | |
|---|---|
boolean |
WikiService.addRelatedPage(WikiPageParams orginaryPageParams,
WikiPageParams relatedPageParams)
Adds a related page to the current wiki page. |
DraftPage |
WikiService.createDraftForExistPage(WikiPageParams param,
String revision,
long clientTime)
Creates a draft page for a wiki page which is specified by a given param object. |
DraftPage |
WikiService.createDraftForNewPage(WikiPageParams parentPageParam,
long clientTime)
Creates a draft page for a new wiki page whose parent is specified by a given param object. |
Template |
WikiService.createTemplatePage(String title,
WikiPageParams params)
Creates a new Wiki template. |
DraftPage |
WikiService.getDraft(WikiPageParams param)
Gets a draft page of a wiki page which is specified by a given param object. |
List<Page> |
WikiService.getRelatedPage(WikiPageParams pageParams)
Gets a list of related pages based on a given param. |
Template |
WikiService.getTemplatePage(WikiPageParams params,
String templateId)
Gets a Wiki template. |
Map<String,Template> |
WikiService.getTemplates(WikiPageParams params)
Gets a map of wiki templates based on a given params object. |
TemplateContainer |
WikiService.getTemplatesContainer(WikiPageParams params)
Gets a container of templates based on a given params object. |
void |
WikiService.modifyTemplate(WikiPageParams params,
Template template,
String newName,
String newDescription,
String newContent,
String newSyntaxId)
Modifies an existing wiki template. |
boolean |
WikiService.movePage(WikiPageParams currentLocationParams,
WikiPageParams newLocationParams)
Moves a wiki page. |
void |
WikiService.removeDraft(WikiPageParams param)
Removes a draft page of a wiki page which is specified by the wiki page param. |
boolean |
WikiService.removeRelatedPage(WikiPageParams orginaryPageParams,
WikiPageParams relatedPageParams)
Removes a related page of the current wiki page. |
| Uses of WikiPageParams in org.exoplatform.wiki.service.impl |
|---|
| Methods in org.exoplatform.wiki.service.impl that return WikiPageParams | |
|---|---|
WikiPageParams |
WikiPageHistory.getPageParams()
|
WikiPageParams |
WikiServiceImpl.getWikiPageParams(BreadcrumbData data)
|
| Methods in org.exoplatform.wiki.service.impl with parameters of type WikiPageParams | |
|---|---|
boolean |
WikiServiceImpl.addRelatedPage(WikiPageParams orginaryPageParams,
WikiPageParams relatedPageParams)
|
DraftPage |
WikiServiceImpl.createDraftForExistPage(WikiPageParams param,
String revision,
long clientTime)
|
DraftPage |
WikiServiceImpl.createDraftForNewPage(WikiPageParams parentPageParam,
long clientTime)
|
Template |
WikiServiceImpl.createTemplatePage(String title,
WikiPageParams params)
|
DraftPage |
WikiServiceImpl.getDraft(WikiPageParams param)
|
List<Page> |
WikiServiceImpl.getRelatedPage(WikiPageParams pageParams)
|
Template |
WikiServiceImpl.getTemplatePage(WikiPageParams params,
String templateId)
|
Map<String,Template> |
WikiServiceImpl.getTemplates(WikiPageParams params)
|
TemplateContainer |
WikiServiceImpl.getTemplatesContainer(WikiPageParams params)
|
void |
WikiServiceImpl.modifyTemplate(WikiPageParams params,
Template template,
String newTitle,
String newDescription,
String newContent,
String newSyntaxId)
|
boolean |
WikiServiceImpl.movePage(WikiPageParams currentLocationParams,
WikiPageParams newLocationParams)
|
void |
WikiServiceImpl.removeDraft(WikiPageParams param)
|
boolean |
WikiServiceImpl.removeRelatedPage(WikiPageParams orginaryPageParams,
WikiPageParams relatedPageParams)
|
| Constructors in org.exoplatform.wiki.service.impl with parameters of type WikiPageParams | |
|---|---|
WikiPageHistory(WikiPageParams pageParams,
String username,
String draftName,
boolean isNewPage)
|
|
| Uses of WikiPageParams in org.exoplatform.wiki.service.related |
|---|
| Methods in org.exoplatform.wiki.service.related that return WikiPageParams | |
|---|---|
static WikiPageParams |
RelatedUtil.getPageParams(String path)
get wiki page params from the path made by RelatedUtil.getPath(WikiPageParams) |
| Methods in org.exoplatform.wiki.service.related with parameters of type WikiPageParams | |
|---|---|
static String |
RelatedUtil.getPath(WikiPageParams params)
convert wiki page info to path string. |
| Uses of WikiPageParams in org.exoplatform.wiki.tree.utils |
|---|
| Methods in org.exoplatform.wiki.tree.utils that return WikiPageParams | |
|---|---|
static WikiPageParams |
TreeUtils.getPageParamsFromPath(String path)
|
| Methods in org.exoplatform.wiki.tree.utils with parameters of type WikiPageParams | |
|---|---|
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 |
| Uses of WikiPageParams in org.exoplatform.wiki.utils |
|---|
| Methods in org.exoplatform.wiki.utils that return WikiPageParams | |
|---|---|
static WikiPageParams |
Utils.getWikiPageParams(Page page)
|
| Methods in org.exoplatform.wiki.utils that return types with arguments of type WikiPageParams | |
|---|---|
static Stack<WikiPageParams> |
Utils.getStackParams(PageImpl page)
|
| Methods in org.exoplatform.wiki.utils with parameters of type WikiPageParams | |
|---|---|
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 Wiki |
Utils.getWiki(WikiPageParams params)
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||