Uses of Class
org.exoplatform.wiki.service.WikiPageParams

Packages that use WikiPageParams
org.exoplatform.wiki.rendering.builder   
org.exoplatform.wiki.rendering.cache   
org.exoplatform.wiki.rendering.cache.impl   
org.exoplatform.wiki.rendering.macro   
org.exoplatform.wiki.resolver   
org.exoplatform.wiki.service   
org.exoplatform.wiki.service.impl   
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()
          Return the collection of connections of page.
 Map<WikiPageParams,List<WikiPageParams>> PageRenderingCacheService.getPageLinksMap()
          Return the collection of connections of page.
 

Methods in org.exoplatform.wiki.rendering.cache with parameters of type WikiPageParams
 void PageRenderingCacheService.addPageLink(WikiPageParams param, WikiPageParams entity)
          Record a link between two pages
 String PageRenderingCacheService.getRenderedContent(WikiPageParams param, String targetSyntax)
          Get rendered content of a wiki page
 void PageRenderingCacheService.invalidateCache(WikiPageParams param)
          Invalidate all cache entries link to a page in case this page is removed, changed or renamed...
 

Constructors in org.exoplatform.wiki.rendering.cache with parameters of type WikiPageParams
MarkupKey(WikiPageParams pageParams, String source, 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)
           
 String PageRenderingCacheServiceImpl.getRenderedContent(WikiPageParams param, String targetSyntax)
           
 void PageRenderingCacheServiceImpl.invalidateCache(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
          Created by The eXo Platform SAS Author : viet.nguyen viet.nguyen@exoplatform.com Apr 8, 2010
 

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)
           
 

Methods in org.exoplatform.wiki.service with parameters of type WikiPageParams
 boolean WikiService.addRelatedPage(WikiPageParams orginaryPageParams, WikiPageParams relatedPageParams)
           
 DraftPage WikiService.createDraftForExistPage(WikiPageParams param, String revision, long clientTime)
          Create a draft page for a wiki page which is specified by the wiki page param
 DraftPage WikiService.createDraftForNewPage(WikiPageParams parentPageParam, long clientTime)
          Create a draft page for a new wiki page which parent is specified by the wiki page param
 Template WikiService.createTemplatePage(String title, WikiPageParams params)
           
 DraftPage WikiService.getDraft(WikiPageParams param)
          Achieve a draft page for a wiki page which is specified by the wiki page param
 List<Page> WikiService.getRelatedPage(WikiPageParams pageParams)
           
 Template WikiService.getTemplatePage(WikiPageParams params, String templateId)
           
 Map<String,Template> WikiService.getTemplates(WikiPageParams params)
           
 TemplateContainer WikiService.getTemplatesContainer(WikiPageParams params)
           
 void WikiService.modifyTemplate(WikiPageParams params, Template template, String newName, String newDescription, String newContent, String newSyntaxId)
           
 boolean WikiService.movePage(WikiPageParams currentLocationParams, WikiPageParams newLocationParams)
           
 void WikiService.removeDraft(WikiPageParams param)
          Remove a draft page for a wiki page which is specified by the wiki page param
 boolean WikiService.removeRelatedPage(WikiPageParams orginaryPageParams, WikiPageParams relatedPageParams)
           
 

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)
          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
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.