Uses of Class
org.exoplatform.wiki.service.WikiPageParams
-
Packages that use WikiPageParams Package Description org.exoplatform.wiki.jpa org.exoplatform.wiki.rendering.cache Handles different parts of the cache organization.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.jpa
Methods in org.exoplatform.wiki.jpa with parameters of type WikiPageParams Modifier and Type Method Description DraftPageJPADataStorage. getDraft(WikiPageParams wikiPageParams, String username)TemplateJPADataStorage. getTemplatePage(WikiPageParams params, String templateName)Map<String,Template>JPADataStorage. getTemplates(WikiPageParams wikiPageParams)voidJPADataStorage. movePage(WikiPageParams currentLocationParams, WikiPageParams newLocationParams) -
Uses of WikiPageParams in org.exoplatform.wiki.rendering.cache
Constructors in org.exoplatform.wiki.rendering.cache with parameters of type WikiPageParams Constructor Description MarkupKey(WikiPageParams pageParams, boolean supportSectionEdit)Instance new markup key -
Uses of WikiPageParams in org.exoplatform.wiki.resolver
Methods in org.exoplatform.wiki.resolver that return WikiPageParams Modifier and Type Method Description abstract WikiPageParamsResolver. extractPageParams(String requestURL, org.exoplatform.portal.mop.SiteKey siteKey, org.exoplatform.portal.mop.user.UserNode portalUserNode)WikiPageParamsURLResolver. extractPageParams(String requestURL, org.exoplatform.portal.mop.SiteKey siteKey, org.exoplatform.portal.mop.user.UserNode portalUserNode)WikiPageParamsPageResolver. extractWikiPageParams(String requestURI, org.exoplatform.portal.mop.SiteKey siteKey, org.exoplatform.portal.mop.user.UserNode portalUserNode) -
Uses of WikiPageParams in org.exoplatform.wiki.service
Subclasses of WikiPageParams in org.exoplatform.wiki.service Modifier and Type Class Description classWikiContextFields in org.exoplatform.wiki.service with type parameters of type WikiPageParams Modifier and Type Field Description ArrayList<WikiPageParams>WikiContext. includePageCtxMethods in org.exoplatform.wiki.service that return WikiPageParams Modifier and Type Method Description WikiPageParamsWikiService. 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 Modifier and Type Method Description voidWikiService. addPageLink(WikiPageParams param, WikiPageParams entity)Add a link between 2 pagesvoidWikiService. addRelatedPage(WikiPageParams orginaryPageParams, WikiPageParams relatedPageParams)Adds a related page to the current wiki page.DraftPageDataStorage. getDraft(WikiPageParams param, String username)TemplateDataStorage. getTemplatePage(WikiPageParams params, String templateId)TemplateWikiService. getTemplatePage(WikiPageParams params, String templateId)Gets a Wiki template.Map<String,Template>DataStorage. getTemplates(WikiPageParams params)Map<String,Template>WikiService. getTemplates(WikiPageParams params)Gets a map of wiki templates based on a given params object.voidNoteService. moveNote(WikiPageParams currentLocationParams, WikiPageParams newLocationParams)Move a notebooleanNoteService. moveNote(WikiPageParams currentLocationParams, WikiPageParams newLocationParams, org.exoplatform.services.security.Identity userIdentity)Move a notevoidDataStorage. movePage(WikiPageParams currentLocationParams, WikiPageParams newLocationParams)booleanWikiService. movePage(WikiPageParams currentLocationParams, WikiPageParams newLocationParams)Move a wiki PagevoidNoteService. removeDraftOfNote(WikiPageParams param)voidWikiService. removeDraftOfPage(WikiPageParams param)Removes a draft page of a wiki page which is specified by the wiki page param.voidWikiService. 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 Modifier and Type Method Description WikiPageParamsWikiPageHistory. getPageParams()WikiPageParamsWikiServiceImpl. getWikiPageParams(BreadcrumbData data)Methods in org.exoplatform.wiki.service.impl that return types with arguments of type WikiPageParams Modifier and Type Method Description Map<WikiPageParams,List<WikiPageParams>>NoteServiceImpl. getPageLinksMap()Map<WikiPageParams,List<WikiPageParams>>NoteServiceImpl. getPageLinksMap()Map<WikiPageParams,List<WikiPageParams>>WikiServiceImpl. getPageLinksMap()Map<WikiPageParams,List<WikiPageParams>>WikiServiceImpl. getPageLinksMap()Methods in org.exoplatform.wiki.service.impl with parameters of type WikiPageParams Modifier and Type Method Description voidWikiServiceImpl. addPageLink(WikiPageParams param, WikiPageParams entity)voidWikiServiceImpl. addRelatedPage(WikiPageParams orginaryPageParams, WikiPageParams relatedPageParams)TemplateWikiServiceImpl. getTemplatePage(WikiPageParams params, String templateId)Map<String,Template>WikiServiceImpl. getTemplates(WikiPageParams params)voidNoteServiceImpl. moveNote(WikiPageParams currentLocationParams, WikiPageParams newLocationParams)booleanNoteServiceImpl. moveNote(WikiPageParams currentLocationParams, WikiPageParams newLocationParams, org.exoplatform.services.security.Identity userIdentity)booleanWikiServiceImpl. movePage(WikiPageParams currentLocationParams, WikiPageParams newLocationParams)voidNoteServiceImpl. removeDraftOfNote(WikiPageParams param)voidWikiServiceImpl. removeDraftOfPage(WikiPageParams param)voidWikiServiceImpl. removeRelatedPage(WikiPageParams orginaryPageParams, WikiPageParams relatedPageParams)Constructors in org.exoplatform.wiki.service.impl with parameters of type WikiPageParams Constructor Description 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 Modifier and Type Method Description static WikiPageParamsRelatedUtil. getPageParams(String path)get wiki page params from the path made byRelatedUtil.getPath(WikiPageParams)Methods in org.exoplatform.wiki.service.related with parameters of type WikiPageParams Modifier and Type Method Description static StringRelatedUtil. 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 Modifier and Type Method Description static WikiPageParamsTreeUtils. getPageParamsFromPath(String path)Methods in org.exoplatform.wiki.tree.utils with parameters of type WikiPageParams Modifier and Type Method Description static TreeNodeTreeUtils. getDescendants(WikiPageParams params, HashMap<String,Object> context)Create a tree node contain all its descendant with a givenWikiPageParamsstatic StringTreeUtils. getPathFromPageParams(WikiPageParams param)static TreeNodeTreeUtils. getTreeNode(WikiPageParams params)Create a tree node with a givenWikiPageParams -
Uses of WikiPageParams in org.exoplatform.wiki.utils
Methods in org.exoplatform.wiki.utils that return WikiPageParams Modifier and Type Method Description static WikiPageParamsUtils. getWikiPageParams(Page page)Methods in org.exoplatform.wiki.utils that return types with arguments of type WikiPageParams Modifier and Type Method Description static Stack<WikiPageParams>Utils. getStackParams(Page page)Methods in org.exoplatform.wiki.utils with parameters of type WikiPageParams Modifier and Type Method Description static ObjectUtils. getObjectFromParams(WikiPageParams param)static StringUtils. 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_pagestatic voidUtils. logEditPageTime(WikiPageParams pageParams, String username, long updateTime, String draftName, boolean isNewPage)Log the edit page action of userstatic voidUtils. removeLogEditPage(WikiPageParams pageParams, String user)removes the log of user editing page.
-