Uses of Class
org.exoplatform.wiki.service.WikiPageParams
Packages that use WikiPageParams
Package
Description
Handles all actions in Wiki.
Implements services of the Wiki application.
-
Uses of WikiPageParams in org.exoplatform.wiki.resolver
Methods in org.exoplatform.wiki.resolver that return WikiPageParamsModifier and TypeMethodDescriptionabstract WikiPageParamsResolver.extractPageParams(String requestURL, 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.serviceFields in org.exoplatform.wiki.service with type parameters of type WikiPageParamsMethods in org.exoplatform.wiki.service that return WikiPageParamsModifier and TypeMethodDescriptionWikiService.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 WikiPageParamsModifier and TypeMethodDescriptionNoteService.getDraftOfPageByLang(WikiPageParams param, String lang) voidNoteService.moveNote(WikiPageParams currentLocationParams, WikiPageParams newLocationParams) Move a notebooleanNoteService.moveNote(WikiPageParams currentLocationParams, WikiPageParams newLocationParams, org.exoplatform.services.security.Identity userIdentity) Move a notevoidNoteService.removeDraftOfNote(WikiPageParams param) Remove the all Drafts of a notevoidNoteService.removeDraftOfNote(WikiPageParams param, String lang) Remove the Drafts of a note by language -
Uses of WikiPageParams in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return WikiPageParamsModifier and TypeMethodDescriptionWikiPageHistory.getPageParams()WikiServiceImpl.getWikiPageParams(BreadcrumbData data) Methods in org.exoplatform.wiki.service.impl that return types with arguments of type WikiPageParamsModifier and TypeMethodDescriptionWikiServiceImpl.getPageLinksMap()WikiServiceImpl.getPageLinksMap()Methods in org.exoplatform.wiki.service.impl with parameters of type WikiPageParamsModifier and TypeMethodDescriptionNoteServiceImpl.getDraftOfPageByLang(WikiPageParams param, String lang) voidNoteServiceImpl.moveNote(WikiPageParams currentLocationParams, WikiPageParams newLocationParams) Move a notebooleanNoteServiceImpl.moveNote(WikiPageParams currentLocationParams, WikiPageParams newLocationParams, org.exoplatform.services.security.Identity userIdentity) Move a notevoidNoteServiceImpl.removeDraftOfNote(WikiPageParams param) Remove the all Drafts of a notevoidNoteServiceImpl.removeDraftOfNote(WikiPageParams param, String lang) Remove the Drafts of a note by languageConstructors in org.exoplatform.wiki.service.impl with parameters of type WikiPageParamsModifierConstructorDescriptionWikiPageHistory(WikiPageParams pageParams, String username, String draftName, boolean isNewPage) -
Uses of WikiPageParams in org.exoplatform.wiki.storage
Methods in org.exoplatform.wiki.storage with parameters of type WikiPageParamsModifier and TypeMethodDescriptionNoteDataStorage.getDraft(WikiPageParams wikiPageParams) voidNoteDataStorage.movePage(WikiPageParams currentLocationParams, WikiPageParams newLocationParams) -
Uses of WikiPageParams in org.exoplatform.wiki.tree.utils
Methods in org.exoplatform.wiki.tree.utils that return WikiPageParamsModifier and TypeMethodDescriptionstatic WikiPageParamsTreeUtils.getPageParamsFromPath(String path) Methods in org.exoplatform.wiki.tree.utils with parameters of type WikiPageParamsModifier and TypeMethodDescriptionstatic TreeNodeTreeUtils.getDescendants(WikiPageParams params, Map<String, Object> context, String userId) 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 WikiPageParamsMethods in org.exoplatform.wiki.utils that return types with arguments of type WikiPageParamsMethods in org.exoplatform.wiki.utils with parameters of type WikiPageParamsModifier and TypeMethodDescriptionstatic 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.