Uses of Class
org.exoplatform.wiki.model.Page
Packages that use Page
Package
Description
Handles all actions in Wiki.
Implements services of the Wiki application.
-
Uses of Page in io.meeds.notes.listener
Method parameters in io.meeds.notes.listener with type arguments of type Page -
Uses of Page in io.meeds.notes.rest.utils
Methods in io.meeds.notes.rest.utils that return Page -
Uses of Page in io.meeds.notes.service
Methods in io.meeds.notes.service that return PageModifier and TypeMethodDescriptionNotePageViewService.getNotePage(String name, String lang) NotePageViewService.getNotePage(String name, String lang, org.exoplatform.services.security.Identity currentUserAclIdentity) NotePageViewService.saveNotePage(String name, String content, String lang, org.exoplatform.services.security.Identity currentUserAclIdentity) NotePageViewService.savePageData(String name, NotePageData pageData) Methods in io.meeds.notes.service that return types with arguments of type Page -
Uses of Page in org.exoplatform.notes.listener.analytics
Methods in org.exoplatform.notes.listener.analytics with parameters of type PageModifier and TypeMethodDescriptionvoidNotesPageListener.markNoteAsViewed(Page note, String viewer) voidNotesPageListener.postAddPage(String wikiType, String wikiOwner, String pageId, Page page) voidNotesPageListener.postDeletePage(String wikiType, String wikiOwner, String pageId, Page page) voidNotesPageListener.postUpdatePage(String wikiType, String wikiOwner, String pageId, Page page, PageUpdateType wikiUpdateType) -
Uses of Page in org.exoplatform.wiki.ext.impl
Methods in org.exoplatform.wiki.ext.impl with parameters of type PageModifier and TypeMethodDescriptionvoidWikiSpaceActivityPublisher.postAddPage(String wikiType, String wikiOwner, String pageId, Page page) voidWikiSpaceActivityPublisher.postDeletePage(String wikiType, String wikiOwner, String pageId, Page page) voidWikiSpaceActivityPublisher.postUpdatePage(String wikiType, String wikiOwner, String pageId, Page page, PageUpdateType wikiUpdateType) protected voidWikiSpaceActivityPublisher.saveActivity(String wikiType, String wikiOwner, String pageId, Page page, PageUpdateType activityType) -
Uses of Page in org.exoplatform.wiki.integration.gamification
Methods in org.exoplatform.wiki.integration.gamification with parameters of type PageModifier and TypeMethodDescriptionvoidGamificationWikiListener.postAddPage(String wikiType, String wikiOwner, String pageId, Page page) voidGamificationWikiListener.postUpdatePage(String wikiType, String wikiOwner, String pageId, Page page, PageUpdateType wikiUpdateType) -
Uses of Page in org.exoplatform.wiki.jpa.search
Methods in org.exoplatform.wiki.jpa.search with parameters of type PageModifier and TypeMethodDescriptionWikiPageIndexingServiceConnector.computePermissions(Page page) voidPageIndexingListener.postAddPage(String wikiType, String wikiOwner, String pageId, Page page) voidPageIndexingListener.postDeletePage(String wikiType, String wikiOwner, String pageId, Page page) voidPageIndexingListener.postUpdatePage(String wikiType, String wikiOwner, String pageId, Page page, PageUpdateType wikiUpdateType) -
Uses of Page in org.exoplatform.wiki.model
Subclasses of Page in org.exoplatform.wiki.modelMethods in org.exoplatform.wiki.model that return PageMethods in org.exoplatform.wiki.model with parameters of type PageConstructors in org.exoplatform.wiki.model with parameters of type PageConstructor parameters in org.exoplatform.wiki.model with type arguments of type Page -
Uses of Page in org.exoplatform.wiki.model.content
Methods in org.exoplatform.wiki.model.content that return Page -
Uses of Page in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return PageModifier and TypeMethodDescriptionNoteService.createNote(Wiki noteBook, String parentNoteName, Page note, org.exoplatform.services.security.Identity userIdentity) Create a new note in the given notebook, under the given parent note.NoteService.createNote(Wiki noteBook, String parentNoteName, Page note, org.exoplatform.services.security.Identity userIdentity, boolean broadcast) Create a new note in the given notebook, under the given parent note.NoteService.createNote(Wiki noteBook, String parentNoteName, Page note, org.exoplatform.services.security.Identity userIdentity, boolean importMode, boolean broadcast) Create a new note in the given notebook, under the given parent note.NoteService.createNote(Wiki noteBook, Page parentNote, Page note) Create a new note in the given notebook, under the given parent note.NoteService.createNote(Wiki noteBook, Page parentNote, Page note, boolean broadcast) Create a new note in the given notebook, under the given parent note.NoteService.getNoteById(String id) Gets a note based on its unique id.NoteService.getNoteById(String id, org.exoplatform.services.security.Identity userIdentity) Gets a note based on its unique id.NoteService.getNoteById(String id, org.exoplatform.services.security.Identity userIdentity, String source) Gets a note based on its unique id.NoteService.getNoteByIdAndLang(Long pageId, String lang) Retrieves note page by its id and content langNoteService.getNoteByIdAndLang(Long pageId, org.exoplatform.services.security.Identity userIdentity, String source, String lang) Retrieves note page by its id and content langNoteService.getNoteByRootPermission(String wikiType, String wikiOwner, String pageId) Gets a wiki page regardless of the current user's permission.NoteService.getNoteOfNoteBookByName(String noteType, String noteOwner, String noteName) Gets a note by its unique name in the noteBook.NoteService.getNoteOfNoteBookByName(String noteType, String noteOwner, String noteName, String lang, org.exoplatform.services.security.Identity userIdentity) Retrieves a note by note type, owner, name and lang.NoteService.getNoteOfNoteBookByName(String noteType, String noteOwner, String noteName, org.exoplatform.services.security.Identity userIdentity) Gets a note by its unique name in the noteBook.NoteService.getNoteOfNoteBookByName(String noteType, String noteOwner, String noteName, org.exoplatform.services.security.Identity userIdentity, String source) Retrieves a note by note type, owner and name.NoteService.getParentNoteOf(Page note) Get parent note of a noteNoteService.updateNote(Page note) Update the given note.NoteService.updateNote(Page note, PageUpdateType type) Update the given note.NoteService.updateNote(Page note, PageUpdateType type, org.exoplatform.services.security.Identity userIdentity) Update the given note.NoteService.updateNote(Page note, PageUpdateType type, org.exoplatform.services.security.Identity userIdentity, boolean broadcast) Update the given note.Methods in org.exoplatform.wiki.service that return types with arguments of type PageModifier and TypeMethodDescriptionNoteService.getChildrenNoteOf(Page note, boolean withDrafts, boolean withChild) Get all the children notes of a noteNoteService.getChildrenNoteOf(Page note, String userId, boolean withDrafts, boolean withChild) Deprecated.NoteService.getDuplicateNotes(Page parentNote, Wiki targetNoteBook, List<Page> resultList) Checks if a note and its children are duplicated with ones in the target NoteBook or not, then gets a list of duplicated notes if any.NoteService.getDuplicateNotes(Page parentNote, Wiki targetNoteBook, List<Page> resultList, String userId) Deprecated.NoteService.getNotesOfWiki(String noteType, String noteOwner) Retrieve the all notes contained in noteBookMethods in org.exoplatform.wiki.service with parameters of type PageModifier and TypeMethodDescriptionbooleanNoteService.canEditNote(Page page, String username) booleanNoteService.canViewNote(Page page, String username) NoteService.createDraftForExistPage(DraftPage draftNoteToSave, Page targetNote, String revision, long currentTimeMillis, String username) Creates a draft for an existing pageNoteService.createNote(Wiki noteBook, String parentNoteName, Page note, org.exoplatform.services.security.Identity userIdentity) Create a new note in the given notebook, under the given parent note.NoteService.createNote(Wiki noteBook, String parentNoteName, Page note, org.exoplatform.services.security.Identity userIdentity, boolean broadcast) Create a new note in the given notebook, under the given parent note.NoteService.createNote(Wiki noteBook, String parentNoteName, Page note, org.exoplatform.services.security.Identity userIdentity, boolean importMode, boolean broadcast) Create a new note in the given notebook, under the given parent note.NoteService.createNote(Wiki noteBook, Page parentNote, Page note) Create a new note in the given notebook, under the given parent note.NoteService.createNote(Wiki noteBook, Page parentNote, Page note, boolean broadcast) Create a new note in the given notebook, under the given parent note.voidNoteService.createVersionOfNote(Page note, String userName) Creates a version of a note.voidNoteService.createVersionOfNote(Page note, String userName, boolean broadcast) Creates a version of a note.NoteService.getChildrenNoteOf(Page note, boolean withDrafts, boolean withChild) Get all the children notes of a noteNoteService.getChildrenNoteOf(Page note, String userId, boolean withDrafts, boolean withChild) Deprecated.NoteService.getDuplicateNotes(Page parentNote, Wiki targetNoteBook, List<Page> resultList) Checks if a note and its children are duplicated with ones in the target NoteBook or not, then gets a list of duplicated notes if any.NoteService.getDuplicateNotes(Page parentNote, Wiki targetNoteBook, List<Page> resultList, String userId) Deprecated.NoteService.getLatestDraftOfPage(Page targetPage) Returns latest draft of given page.NoteService.getLatestDraftOfPage(Page targetPage, String username) Deprecated.NoteService.getParentNoteOf(Page note) Get parent note of a noteNoteService.getPreviousNamesOfNote(Page note) Get previous names of a noteNoteService.getVersionsHistoryOfNote(Page note) Gets all the Histories of the given noteNoteService.getVersionsHistoryOfNoteByLang(Page note, String userName, String lang) Retrieves the history version of given note by languagebooleanNoteService.hasPermissionOnPage(Page page, PermissionType permissionType, String username) Checks if the given user has the permission on a pagedefault booleanNoteService.hasPermissionOnPage(Page page, PermissionType permissionType, org.exoplatform.services.security.Identity identity) Checks if the given user has the permission on a pagevoidNoteService.importNotes(String zipLocation, Page parent, String conflict, org.exoplatform.services.security.Identity userIdentity) Import Notes from a zip file locationvoidNoteService.importNotes(List<String> files, Page parent, String conflict, org.exoplatform.services.security.Identity userIdentity) Import Notes from a list of filesvoidNoteService.markNoteAsViewed(Page note, org.exoplatform.services.security.Identity userIdentity) Mark note as viewed by userExportThread.processImagesForExport(Page note) Process images by creating images found in the contentvoidNoteService.removeDraftOfNote(Page page) Remove the Drafts of a notevoidNoteService.removeDraftOfNote(Page page, String username) Deprecated.voidNoteService.restoreVersionOfNote(String versionName, Page note, String userName) Restores a version of a noteNoteService.saveNoteFeaturedImage(Page note, NoteFeaturedImage featuredImage) Saves Note featured ImageNoteService.updateDraftForExistPage(DraftPage draftNoteToUpdate, Page targetNote, String revision, long currentTimeMillis, String userName) Update draft note for an existing pageNoteService.updateNote(Page note) Update the given note.NoteService.updateNote(Page note, PageUpdateType type) Update the given note.NoteService.updateNote(Page note, PageUpdateType type, org.exoplatform.services.security.Identity userIdentity) Update the given note.NoteService.updateNote(Page note, PageUpdateType type, org.exoplatform.services.security.Identity userIdentity, boolean broadcast) Update the given note.Method parameters in org.exoplatform.wiki.service with type arguments of type PageModifier and TypeMethodDescriptionNoteService.getDuplicateNotes(Page parentNote, Wiki targetNoteBook, List<Page> resultList) Checks if a note and its children are duplicated with ones in the target NoteBook or not, then gets a list of duplicated notes if any.NoteService.getDuplicateNotes(Page parentNote, Wiki targetNoteBook, List<Page> resultList, String userId) Deprecated. -
Uses of Page in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return PageModifier and TypeMethodDescriptionNoteServiceImpl.createNote(Wiki noteBook, String parentNoteName, Page note, org.exoplatform.services.security.Identity userIdentity) Create a new note in the given notebook, under the given parent note.NoteServiceImpl.createNote(Wiki noteBook, String parentNoteName, Page note, org.exoplatform.services.security.Identity userIdentity, boolean broadcast) NoteServiceImpl.createNote(Wiki noteBook, String parentNoteName, Page note, org.exoplatform.services.security.Identity userIdentity, boolean importMode, boolean broadcast) Create a new note in the given notebook, under the given parent note.NoteServiceImpl.createNote(Wiki noteBook, Page parentPage, Page note) Create a new note in the given notebook, under the given parent note.NoteServiceImpl.createNote(Wiki noteBook, Page parentPage, Page note, boolean broadcast) Create a new note in the given notebook, under the given parent note.NoteServiceImpl.getNoteById(String id) Gets a note based on its unique id.NoteServiceImpl.getNoteById(String id, org.exoplatform.services.security.Identity userIdentity) Gets a note based on its unique id.NoteServiceImpl.getNoteById(String id, org.exoplatform.services.security.Identity userIdentity, String source) Gets a note based on its unique id.NoteServiceImpl.getNoteByIdAndLang(Long pageId, String lang) NoteServiceImpl.getNoteByIdAndLang(Long pageId, org.exoplatform.services.security.Identity userIdentity, String source, String lang) Retrieves note page by its id and content langNoteServiceImpl.getNoteByRootPermission(String wikiType, String wikiOwner, String pageId) Gets a wiki page regardless of the current user's permission.NoteServiceImpl.getNoteOfNoteBookByName(String noteType, String noteOwner, String noteName) Gets a note by its unique name in the noteBook.NoteServiceImpl.getNoteOfNoteBookByName(String noteType, String noteOwner, String noteName, String lang, org.exoplatform.services.security.Identity userIdentity) Retrieves a note by note type, owner, name and lang.NoteServiceImpl.getNoteOfNoteBookByName(String noteType, String noteOwner, String noteName, org.exoplatform.services.security.Identity userIdentity) Gets a note by its unique name in the noteBook.NoteServiceImpl.getNoteOfNoteBookByName(String noteType, String noteOwner, String noteName, org.exoplatform.services.security.Identity userIdentity, String source) Retrieves a note by note type, owner and name.NoteServiceImpl.getParentNoteOf(Page note) Get parent note of a noteNoteServiceImpl.updateNote(Page note) NoteServiceImpl.updateNote(Page note, PageUpdateType type) Update the given note.NoteServiceImpl.updateNote(Page note, PageUpdateType type, org.exoplatform.services.security.Identity userIdentity) Update the given note.NoteServiceImpl.updateNote(Page note, PageUpdateType type, org.exoplatform.services.security.Identity userIdentity, boolean broadcast) Update the given note.Methods in org.exoplatform.wiki.service.impl that return types with arguments of type PageModifier and TypeMethodDescriptionNoteServiceImpl.getChildrenNoteOf(Page note, boolean withDrafts, boolean withChild) Get all the children notes of a noteNoteServiceImpl.getChildrenNoteOf(Page note, String userId, boolean withDrafts, boolean withChild) Get all the children notes of a noteNoteServiceImpl.getDuplicateNotes(Page parentNote, Wiki targetNoteBook, List<Page> resultList) Checks if a note and its children are duplicated with ones in the target NoteBook or not, then gets a list of duplicated notes if any.NoteServiceImpl.getDuplicateNotes(Page parentNote, Wiki targetNoteBook, List<Page> resultList, String userId) Checks if a note and its children are duplicated with ones in the target NoteBook or not, then gets a list of duplicated notes if any.NoteServiceImpl.getNotesOfWiki(String noteType, String noteOwner) Retrieve the all notes contained in noteBookMethods in org.exoplatform.wiki.service.impl with parameters of type PageModifier and TypeMethodDescriptionbooleanNoteServiceImpl.canEditNote(Page page, String username) booleanNoteServiceImpl.canViewNote(Page page, String username) NoteServiceImpl.createDraftForExistPage(DraftPage draftPage, Page targetPage, String revision, long clientTime, String username) Creates a draft for an existing pageNoteServiceImpl.createNote(Wiki noteBook, String parentNoteName, Page note, org.exoplatform.services.security.Identity userIdentity) Create a new note in the given notebook, under the given parent note.NoteServiceImpl.createNote(Wiki noteBook, String parentNoteName, Page note, org.exoplatform.services.security.Identity userIdentity, boolean broadcast) NoteServiceImpl.createNote(Wiki noteBook, String parentNoteName, Page note, org.exoplatform.services.security.Identity userIdentity, boolean importMode, boolean broadcast) Create a new note in the given notebook, under the given parent note.NoteServiceImpl.createNote(Wiki noteBook, Page parentPage, Page note) Create a new note in the given notebook, under the given parent note.NoteServiceImpl.createNote(Wiki noteBook, Page parentPage, Page note, boolean broadcast) Create a new note in the given notebook, under the given parent note.voidNoteServiceImpl.createVersionOfNote(Page note, String userName) Creates a version of a note.voidNoteServiceImpl.createVersionOfNote(Page note, String userName, boolean broadcast) Creates a version of a note.NoteServiceImpl.getChildrenNoteOf(Page note, boolean withDrafts, boolean withChild) Get all the children notes of a noteNoteServiceImpl.getChildrenNoteOf(Page note, String userId, boolean withDrafts, boolean withChild) Get all the children notes of a noteNoteServiceImpl.getDuplicateNotes(Page parentNote, Wiki targetNoteBook, List<Page> resultList) Checks if a note and its children are duplicated with ones in the target NoteBook or not, then gets a list of duplicated notes if any.NoteServiceImpl.getDuplicateNotes(Page parentNote, Wiki targetNoteBook, List<Page> resultList, String userId) Checks if a note and its children are duplicated with ones in the target NoteBook or not, then gets a list of duplicated notes if any.NoteServiceImpl.getLatestDraftOfPage(Page targetPage) Returns latest draft of given page.NoteServiceImpl.getLatestDraftOfPage(Page targetPage, String username) Returns latest draft of given page.NoteServiceImpl.getParentNoteOf(Page note) Get parent note of a noteNoteServiceImpl.getPreviousNamesOfNote(Page note) Get previous names of a noteNoteServiceImpl.getVersionsHistoryOfNote(Page note) Gets all the Histories of the given noteNoteServiceImpl.getVersionsHistoryOfNoteByLang(Page note, String userName, String lang) Retrieves the history version of given note by languagebooleanNoteServiceImpl.hasPermissionOnPage(Page page, PermissionType permissionType, String username) voidNoteServiceImpl.importNotes(String zipLocation, Page parent, String conflict, org.exoplatform.services.security.Identity userIdentity) Import Notes from a zip file locationvoidNoteServiceImpl.importNotes(List<String> files, Page parent, String conflict, org.exoplatform.services.security.Identity userIdentity) Import Notes from a list of filesvoidNoteServiceImpl.markNoteAsViewed(Page note, org.exoplatform.services.security.Identity userIdentity) voidNoteServiceImpl.postAddPage(String wikiType, String wikiOwner, String pageId, Page page) voidWikiServiceImpl.postAddPage(String wikiType, String wikiOwner, String pageId, Page page) voidNoteServiceImpl.postDeletePage(String wikiType, String wikiOwner, String pageId, Page page) voidWikiServiceImpl.postDeletePage(String wikiType, String wikiOwner, String pageId, Page page) voidNoteServiceImpl.postOpenByBreadCrumb(String wikiType, String wikiOwner, String pageId, Page page) voidNoteServiceImpl.postOpenByTree(String wikiType, String wikiOwner, String pageId, Page page) voidNoteServiceImpl.postUpdatePage(String wikiType, String wikiOwner, String pageId, Page page, PageUpdateType wikiUpdateType) voidWikiServiceImpl.postUpdatePage(String wikiType, String wikiOwner, String pageId, Page page, PageUpdateType wikiUpdateType) voidNoteServiceImpl.removeDraftOfNote(Page page) Remove the Drafts of a notevoidNoteServiceImpl.removeDraftOfNote(Page page, String username) Remove the Drafts of a note by usernamevoidNoteServiceImpl.restoreVersionOfNote(String versionName, Page note, String userName) Restores a version of a noteNoteServiceImpl.saveNoteFeaturedImage(Page note, NoteFeaturedImage featuredImage) Saves Note featured ImageNoteServiceImpl.updateDraftForExistPage(DraftPage draftNoteToUpdate, Page targetPage, String revision, long clientTime, String username) Update draft note for an existing pageNoteServiceImpl.updateNote(Page note) NoteServiceImpl.updateNote(Page note, PageUpdateType type) Update the given note.NoteServiceImpl.updateNote(Page note, PageUpdateType type, org.exoplatform.services.security.Identity userIdentity) Update the given note.NoteServiceImpl.updateNote(Page note, PageUpdateType type, org.exoplatform.services.security.Identity userIdentity, boolean broadcast) Update the given note.Method parameters in org.exoplatform.wiki.service.impl with type arguments of type PageModifier and TypeMethodDescriptionNoteServiceImpl.getDuplicateNotes(Page parentNote, Wiki targetNoteBook, List<Page> resultList) Checks if a note and its children are duplicated with ones in the target NoteBook or not, then gets a list of duplicated notes if any.NoteServiceImpl.getDuplicateNotes(Page parentNote, Wiki targetNoteBook, List<Page> resultList, String userId) Checks if a note and its children are duplicated with ones in the target NoteBook or not, then gets a list of duplicated notes if any. -
Uses of Page in org.exoplatform.wiki.service.listener
Methods in org.exoplatform.wiki.service.listener with parameters of type PageModifier and TypeMethodDescriptionvoidPageWikiListener.markNoteAsViewed(Page note, String viewer) voidPageWikiListener.postAddPage(String wikiType, String wikiOwner, String pageId, Page page) voidPageWikiListener.postDeletePage(String wikiType, String wikiOwner, String pageId, Page page) voidPageWikiListener.postgetPagefromBreadCrumb(String wikiType, String wikiOwner, String pageId, Page page) voidPageWikiListener.postgetPagefromTree(String wikiType, String wikiOwner, String pageId, Page page) voidPageWikiListener.postUpdatePage(String wikiType, String wikiOwner, String pageId, Page page, PageUpdateType wikiUpdateType) -
Uses of Page in org.exoplatform.wiki.service.rest
Methods in org.exoplatform.wiki.service.rest with parameters of type PageModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseNotesRestService.RestoreNoteVersion(String noteVersion, Page note) -
Uses of Page in org.exoplatform.wiki.storage
Methods in org.exoplatform.wiki.storage that return PageModifier and TypeMethodDescriptionstatic PageEntityConverter.convertPageEntityToPage(PageEntity pageEntity) NoteDataStorage.createPage(Wiki wiki, Page parentPage, Page page) NoteDataStorage.getExsitedOrNewDraftPageById(String wikiType, String wikiOwner, String pageName, String username) NoteDataStorage.getPageById(String id) NoteDataStorage.getPageOfWikiByName(String wikiType, String wikiOwner, String pageName) NoteDataStorage.getParentPageOf(Page page) NoteDataStorage.getRelatedPage(String wikiType, String wikiOwner, String pageName) NoteDataStorage.updatePage(Page page) NoteDataStorage.updatePageContent(Page page, String content) Methods in org.exoplatform.wiki.storage that return types with arguments of type PageModifier and TypeMethodDescriptionNoteDataStorage.getChildrenPageOf(Page page, boolean withDrafts, boolean withChild) NoteDataStorage.getPagesOfWiki(String wikiType, String wikiOwner) NoteDataStorage.getRelatedPagesOfPage(Page page) Methods in org.exoplatform.wiki.storage with parameters of type PageModifier and TypeMethodDescriptionNoteDataStorage.addPageVersion(Page page, String userName) voidNoteDataStorage.addRelatedPage(Page page, Page relatedPage) voidNoteDataStorage.addWatcherToPage(String username, Page page) static voidEntityConverter.buildNotePageMetadata(Page note, boolean isDraft) static PageEntityEntityConverter.convertPageToPageEntity(Page page, WikiDAO wikiDAO) NoteDataStorage.createPage(Wiki wiki, Page parentPage, Page page) voidNoteDataStorage.deleteDraftOfPage(Page page) voidNoteDataStorage.deleteDraftOfPage(Page page, String lang) voidNoteDataStorage.deleteWatcherOfPage(String username, Page page) NoteDataStorage.fetchPageEntity(Page page) NoteDataStorage.getChildrenPageOf(Page page, boolean withDrafts, boolean withChild) NoteDataStorage.getDraftOfPageByLang(Page page, String lang) NoteDataStorage.getHistoryOfPage(Page page) NoteDataStorage.getLatestDraftOfPage(Page targetPage) NoteDataStorage.getParentPageOf(Page page) NoteDataStorage.getPreviousNamesOfPage(Page page) NoteDataStorage.getRelatedPagesOfPage(Page page) NoteDataStorage.getVersionsOfPage(Page page) NoteDataStorage.getWatchersOfPage(Page page) voidNoteDataStorage.removeRelatedPage(Page page, Page relatedPage) NoteDataStorage.restoreVersionOfPage(String versionName, Page page) NoteDataStorage.updatePage(Page page) NoteDataStorage.updatePageContent(Page page, String content) -
Uses of Page in org.exoplatform.wiki.tree
Methods in org.exoplatform.wiki.tree that return PageMethods in org.exoplatform.wiki.tree with parameters of type PageConstructors in org.exoplatform.wiki.tree with parameters of type Page -
Uses of Page in org.exoplatform.wiki.tree.utils
Methods in org.exoplatform.wiki.tree.utils with parameters of type PageModifier and TypeMethodDescriptionstatic JsonNodeDataTreeUtils.toJsonNodeData(TreeNode node, String path, Page currentPage, Map<String, Object> context, Boolean canEdit, Boolean isLastNode, org.exoplatform.services.security.Identity identity, Locale locale, NoteService noteService) -
Uses of Page in org.exoplatform.wiki.utils
Methods in org.exoplatform.wiki.utils with parameters of type PageModifier and TypeMethodDescriptionstatic booleanUtils.canManageNotes(String authenticatedUser, org.exoplatform.social.core.space.model.Space space, Page page) static StringUtils.getPageUrl(Page page) static Deque<WikiPageParams> Utils.getStackParams(Page page) static StringUtils.getWikiOnChangeContent(Page page) static WikiPageParamsUtils.getWikiPageParams(Page page) static booleanUtils.isDescendantPage(Page page, Page parentPage) static voidUtils.sendMentionInNoteNotification(Page note, Page originalNote, String currentUser)