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) Methods in io.meeds.notes.service that return types with arguments of type Page -
Uses of Page in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return PageModifier and TypeMethodDescriptionstatic PageEntityConverter.convertPageEntityToPage(PageEntity pageEntity) JPADataStorage.createPage(Wiki wiki, Page parentPage, Page page) JPADataStorage.getExsitedOrNewDraftPageById(String wikiType, String wikiOwner, String pageName, String username) JPADataStorage.getHelpSyntaxPage(String syntaxId, boolean fullContent, List<org.exoplatform.container.xml.ValuesParam> syntaxHelpParams, org.exoplatform.container.configuration.ConfigurationManager configurationManager) Deprecated.JPADataStorage.getPageById(String id) JPADataStorage.getPageOfWikiByName(String wikiType, String wikiOwner, String pageName) JPADataStorage.getParentPageOf(Page page) JPADataStorage.getRelatedPage(String wikiType, String wikiOwner, String pageName) JPADataStorage.updatePage(Page page) Methods in org.exoplatform.wiki.jpa that return types with arguments of type PageModifier and TypeMethodDescriptionJPADataStorage.getChildrenPageOf(Page page, boolean withDrafts) JPADataStorage.getPagesOfWiki(String wikiType, String wikiOwner) JPADataStorage.getRelatedPagesOfPage(Page page) Methods in org.exoplatform.wiki.jpa with parameters of type PageModifier and TypeMethodDescriptionvoidJPADataStorage.addAttachmentToPage(Attachment attachment, Page page) JPADataStorage.addPageVersion(Page page, String userName) voidJPADataStorage.addRelatedPage(Page page, Page relatedPage) voidJPADataStorage.addWatcherToPage(String username, Page page) static voidEntityConverter.buildNotePageMetadata(Page note, boolean isDraft) static PageEntityEntityConverter.convertPageToPageEntity(Page page, WikiDAO wikiDAO) JPADataStorage.createPage(Wiki wiki, Page parentPage, Page page) voidJPADataStorage.deleteAttachmentOfPage(String attachmentName, Page page) voidJPADataStorage.deleteDraftOfPage(Page page) voidJPADataStorage.deleteDraftOfPage(Page page, String lang) voidJPADataStorage.deleteWatcherOfPage(String username, Page page) JPADataStorage.fetchPageEntity(Page page) Fecth Page Entity from a Page domain objectJPADataStorage.getAttachmentsOfPage(Page page) JPADataStorage.getAttachmentsOfPage(Page page, boolean loadContent) JPADataStorage.getChildrenPageOf(Page page, boolean withDrafts) JPADataStorage.getHistoryOfPage(Page page) JPADataStorage.getLatestDraftOfPage(Page targetPage) JPADataStorage.getParentPageOf(Page page) JPADataStorage.getPreviousNamesOfPage(Page page) JPADataStorage.getRelatedPagesOfPage(Page page) JPADataStorage.getVersionsOfPage(Page page) JPADataStorage.getWatchersOfPage(Page page) booleanJPADataStorage.hasPermissionOnPage(Page page, PermissionType permissionType, org.exoplatform.services.security.Identity identity) voidJPADataStorage.removeRelatedPage(Page page, Page relatedPage) JPADataStorage.restoreVersionOfPage(String versionName, Page page) JPADataStorage.updatePage(Page page) -
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.postgetPagefromBreadCrumb(String wikiType, String wikiOwner, String pageId, Page page) voidPageIndexingListener.postgetPagefromTree(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 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, Page parentNote, Page note) Create a new note in the given notebook, under the given parent note.DataStorage.createPage(Wiki wiki, Page parentPage, Page page) DataStorage.getExsitedOrNewDraftPageById(String wikiType, String wikiOwner, String pageId, String username) DataStorage.getHelpSyntaxPage(String syntaxId, boolean fullContent, List<org.exoplatform.container.xml.ValuesParam> syntaxHelpParams, org.exoplatform.container.configuration.ConfigurationManager configurationManager) 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.DataStorage.getPageById(String id) Get a wiki page by its unique idDataStorage.getPageOfWikiByName(String wikiType, String wikiOwner, String pageName) Get a wiki page by its unique name in the wikiWikiService.getPageOfWikiByName(String wikiType, String wikiOwner, String pageName) Gets a wiki page by its unique name in the wiki.NoteService.getParentNoteOf(Page note) Get parent note of a noteDataStorage.getParentPageOf(Page page) DataStorage.getRelatedPage(String wikiType, String wikiOwner, String pageId) NoteService.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.DataStorage.updatePage(Page page) 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.DataStorage.getChildrenPageOf(Page page, boolean withDrafts) Get children notes and draft notes of pageNoteService.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 noteBookDataStorage.getPagesOfWiki(String wikiType, String wikiOwner) Retrieve the all pages contained in wikiDataStorage.getRelatedPagesOfPage(Page page) Methods in org.exoplatform.wiki.service with parameters of type PageModifier and TypeMethodDescriptionvoidDataStorage.addAttachmentToPage(Attachment attachment, Page page) voidWikiService.addAttachmentToPage(Attachment attachment, Page page) Add the given attachment to the given pageDataStorage.addPageVersion(Page page, String userName) Creates a new page versionvoidDataStorage.addRelatedPage(Page page, Page relatedPage) voidDataStorage.addWatcherToPage(String username, Page page) 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, Page parentNote, Page note) Create a new note in the given notebook, under the given parent note.DataStorage.createPage(Wiki wiki, Page parentPage, Page page) voidNoteService.createVersionOfNote(Page note, String userName) Creates a version of a note.voidDataStorage.deleteAttachmentOfPage(String attachmentId, Page page) voidWikiService.deleteAttachmentOfPage(String attachmentId, Page page) Deletes the given attachment of the given pagevoidDataStorage.deleteDraftOfPage(Page page) voidDataStorage.deleteDraftOfPage(Page page, String lang) voidDataStorage.deleteWatcherOfPage(String username, Page page) WikiService.getAttachmentOfPageByName(String attachmentName, Page page) Get a attachment of a the given page by name, without loading its contentdefault AttachmentWikiService.getAttachmentOfPageByName(String attachmentName, Page page, boolean loadContent) Get a attachment of a the given page by name, and allow to load the attachment content by setting loadContent to trueDataStorage.getAttachmentsOfPage(Page page) default List<Attachment> DataStorage.getAttachmentsOfPage(Page page, boolean loadContent) WikiService.getAttachmentsOfPage(Page page) Gets attachments of the given page, without loading their contentdefault List<Attachment> WikiService.getAttachmentsOfPage(Page page, boolean loadContent) Gets attachments of the given page, and allow to load their attachment content by setting loadContent to trueNoteService.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.DataStorage.getChildrenPageOf(Page page, boolean withDrafts) Get children notes and draft notes of pageNoteService.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.DataStorage.getHistoryOfPage(Page page) DataStorage.getLatestDraftOfPage(Page targetPage) Returns latest draft of given page.NoteService.getLatestDraftOfPage(Page targetPage) Returns latest draft of given page.NoteService.getLatestDraftOfPage(Page targetPage, String username) Deprecated.intWikiService.getNbOfAttachmentsOfPage(Page page) Get the number of attachment of the given pageNoteService.getNoteRenderedContent(Page note) Return the content of the note to be rendredNoteService.getParentNoteOf(Page note) Get parent note of a noteDataStorage.getParentPageOf(Page page) NoteService.getPreviousNamesOfNote(Page note) Get previous names of a noteDataStorage.getPreviousNamesOfPage(Page page) DataStorage.getRelatedPagesOfPage(Page page) NoteService.getVersionsHistoryOfNote(Page note, String userName) Gets all the Histories of the given noteNoteService.getVersionsHistoryOfNoteByLang(Page note, String userName, String lang) Retrieves the history version of given note by languageDataStorage.getVersionsOfPage(Page page) DataStorage.getWatchersOfPage(Page page) booleanDataStorage.hasPermissionOnPage(Page page, PermissionType permissionType, org.exoplatform.services.security.Identity user) Check if the identity has the given permission type on a pagebooleanNoteService.hasPermissionOnPage(Page page, PermissionType permissionType, org.exoplatform.services.security.Identity user) 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 filesExportThread.processImagesForExport(Page note) Process images by creting images found in the contentvoidNoteService.removeDraftOfNote(Page page) Remove the Drafts of a notevoidNoteService.removeDraftOfNote(Page page, String username) Deprecated.voidDataStorage.removeRelatedPage(Page page, Page relatedPage) voidNoteService.restoreVersionOfNote(String versionName, Page note, String userName) Restores a version of a noteDataStorage.restoreVersionOfPage(String versionName, Page page) Restore a note from given versionNoteService.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.DataStorage.updatePage(Page page) 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, Page parentPage, Page note) 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.WikiServiceImpl.getPageOfWikiByName(String wikiType, String wikiOwner, String pageName) NoteServiceImpl.getParentNoteOf(Page note) Get parent note of a noteNoteServiceImpl.updateNote(Page note) Update the given 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.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 TypeMethodDescriptionvoidWikiServiceImpl.addAttachment(Attachment attachment, Page page) voidWikiServiceImpl.addAttachmentToPage(Attachment attachment, Page page) 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, Page parentPage, Page note) 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.voidWikiServiceImpl.deleteAttachment(String attachmentId, Page page) voidWikiServiceImpl.deleteAttachmentOfPage(String attachmentId, Page page) WikiServiceImpl.getAttachmentOfPageByName(String attachmentName, Page page) WikiServiceImpl.getAttachmentOfPageByName(String attachmentName, Page page, boolean loadContent) WikiServiceImpl.getAttachmentsOfPage(Page page) AttachmentWikiServiceImpl.getAttachmentsOfPage(Page page, boolean loadContent) 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.intWikiServiceImpl.getNbOfAttachmentsOfPage(Page page) NoteServiceImpl.getNoteRenderedContent(Page note) Return the content of the note to be rendredNoteServiceImpl.getParentNoteOf(Page note) Get parent note of a noteNoteServiceImpl.getPreviousNamesOfNote(Page note) Get previous names of a noteNoteServiceImpl.getVersionsHistoryOfNote(Page note, String userName) 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, org.exoplatform.services.security.Identity user) Checks if the given user has the permission on a pagevoidNoteServiceImpl.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 filesprotected voidNoteServiceImpl.invalidateAttachmentCache(Page note) protected voidWikiServiceImpl.invalidateAttachmentCache(Page page) protected voidNoteServiceImpl.invalidateCache(Page page) protected voidNoteServiceImpl.invalidateCachesOfPageTree(Page note) 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) Update the given 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.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 TypeMethodDescriptionabstract voidAttachmentWikiListener.addAttachment(Attachment attachment, Page page) abstract voidAttachmentWikiListener.deleteAttachment(String attachmentName, Page page) abstract voidPageWikiListener.postAddPage(String wikiType, String wikiOwner, String pageId, Page page) abstract voidPageWikiListener.postDeletePage(String wikiType, String wikiOwner, String pageId, Page page) abstract voidPageWikiListener.postgetPagefromBreadCrumb(String wikiType, String wikiOwner, String pageId, Page page) abstract voidPageWikiListener.postgetPagefromTree(String wikiType, String wikiOwner, String pageId, Page page) abstract 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.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.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 StringUtils.getSpacesURI(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)