Uses of Class
org.exoplatform.wiki.mow.api.Page
-
Packages that use Page Package Description org.exoplatform.wiki.jpa org.exoplatform.wiki.jpa.search org.exoplatform.wiki.migration org.exoplatform.wiki.mow.api org.exoplatform.wiki.mow.api.content org.exoplatform.wiki.notification.listener org.exoplatform.wiki.notification.Utils 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.listener org.exoplatform.wiki.service.related org.exoplatform.wiki.service.rest org.exoplatform.wiki.tree org.exoplatform.wiki.utils -
-
Uses of Page in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return Page Modifier and Type Method Description static PageEntityConverter. convertPageEntityToPage(PageEntity pageEntity)PageJPADataStorage. createPage(Wiki wiki, Page parentPage, Page page)PageJPADataStorage. getExsitedOrNewDraftPageById(String wikiType, String wikiOwner, String pageName, String username)PageJPADataStorage. getHelpSyntaxPage(String syntaxId, boolean fullContent, List<org.exoplatform.container.xml.ValuesParam> syntaxHelpParams, org.exoplatform.container.configuration.ConfigurationManager configurationManager)Deprecated.PageJPADataStorage. getPageById(String id)PageJPADataStorage. getPageOfWikiByName(String wikiType, String wikiOwner, String pageName)PageJPADataStorage. getParentPageOf(Page page)PageJPADataStorage. getRelatedPage(String wikiType, String wikiOwner, String pageName)PageJPADataStorage. updatePage(Page page)Methods in org.exoplatform.wiki.jpa that return types with arguments of type Page Modifier and Type Method Description List<Page>JPADataStorage. getChildrenPageOf(Page page, String userId, boolean withDrafts)List<Page>JPADataStorage. getPagesOfWiki(String wikiType, String wikiOwner)List<Page>JPADataStorage. getRelatedPagesOfPage(Page page)Methods in org.exoplatform.wiki.jpa with parameters of type Page Modifier and Type Method Description voidJPADataStorage. addAttachmentToPage(Attachment attachment, Page page)voidJPADataStorage. addPageVersion(Page page, String userName)voidJPADataStorage. addRelatedPage(Page page, Page relatedPage)voidJPADataStorage. addWatcherToPage(String username, Page page)static PageEntityEntityConverter. convertPageToPageEntity(Page page, WikiDAO wikiDAO)PageJPADataStorage. createPage(Wiki wiki, Page parentPage, Page page)voidJPADataStorage. deleteAttachmentOfPage(String attachmentName, Page page)voidJPADataStorage. deleteDraftOfPage(Page page, String username)voidJPADataStorage. deleteWatcherOfPage(String username, Page page)PageEntityJPADataStorage. fetchPageEntity(Page page)Fecth Page Entity from a Page domain objectList<Attachment>JPADataStorage. getAttachmentsOfPage(Page page)List<Attachment>JPADataStorage. getAttachmentsOfPage(Page page, boolean loadContent)List<Page>JPADataStorage. getChildrenPageOf(Page page, String userId, boolean withDrafts)List<PageHistory>JPADataStorage. getHistoryOfPage(Page page)DraftPageJPADataStorage. getLatestDraftOfPage(Page targetPage, String username)PageJPADataStorage. getParentPageOf(Page page)List<String>JPADataStorage. getPreviousNamesOfPage(Page page)List<Page>JPADataStorage. getRelatedPagesOfPage(Page page)List<PageVersion>JPADataStorage. getVersionsOfPage(Page page)List<String>JPADataStorage. getWatchersOfPage(Page page)booleanJPADataStorage. hasPermissionOnPage(Page page, PermissionType permissionType, org.exoplatform.services.security.Identity identity)voidJPADataStorage. removeRelatedPage(Page page, Page relatedPage)voidJPADataStorage. restoreVersionOfPage(String versionName, Page page)PageJPADataStorage. updatePage(Page page) -
Uses of Page in org.exoplatform.wiki.jpa.search
Methods in org.exoplatform.wiki.jpa.search with parameters of type Page Modifier and Type Method Description 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.migration
Methods in org.exoplatform.wiki.migration with parameters of type Page Modifier and Type Method Description voidPageContentMigrationService. migratePage(Page page) -
Uses of Page in org.exoplatform.wiki.mow.api
Subclasses of Page in org.exoplatform.wiki.mow.api Modifier and Type Class Description classDraftPageclassPageVersionclassTemplateMethods in org.exoplatform.wiki.mow.api that return Page Modifier and Type Method Description PageWiki. getWikiHome()Methods in org.exoplatform.wiki.mow.api with parameters of type Page Modifier and Type Method Description voidWiki. setWikiHome(Page wikiHome)Constructor parameters in org.exoplatform.wiki.mow.api with type arguments of type Page Constructor Description ImportList(long exportDate, List<Page> notes) -
Uses of Page in org.exoplatform.wiki.mow.api.content
Methods in org.exoplatform.wiki.mow.api.content that return Page Modifier and Type Method Description PageLink. getTargetPage()Get the page referenced by target -
Uses of Page in org.exoplatform.wiki.notification.listener
Method parameters in org.exoplatform.wiki.notification.listener with type arguments of type Page Modifier and Type Method Description voidEditWikiListener. onEvent(org.exoplatform.services.listener.Event<WikiService,Page> event) -
Uses of Page in org.exoplatform.wiki.notification.Utils
Fields in org.exoplatform.wiki.notification.Utils with type parameters of type Page Modifier and Type Field Description static org.exoplatform.commons.api.notification.model.ArgumentLiteral<Page>NotificationsUtils. PAGE -
Uses of Page in org.exoplatform.wiki.resolver
Methods in org.exoplatform.wiki.resolver that return Page Modifier and Type Method Description PagePageResolver. resolve(String requestURI, org.exoplatform.portal.mop.SiteKey siteKey, org.exoplatform.portal.mop.user.UserNode portalUserNode) -
Uses of Page in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return Page Modifier and Type Method Description 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.PageNoteService. createNote(Wiki noteBook, Page parentNote, Page note)Create a new note in the given notebook, under the given parent note.PageDataStorage. createPage(Wiki wiki, Page parentPage, Page page)PageWikiService. createPage(Wiki wiki, String parentPageName, Page page)Create a new wiki page in the given wiki, under the given parent page.PageWikiService. getDraftPageById(String id)Gets a wiki draft page based on its unique id.PageDataStorage. getExsitedOrNewDraftPageById(String wikiType, String wikiOwner, String pageId, String username)PageWikiService. getExsitedOrNewDraftPageById(String wikiType, String wikiOwner, String pageId)Gets a wiki page or its draft if existing by its Id.PageDataStorage. getHelpSyntaxPage(String syntaxId, boolean fullContent, List<org.exoplatform.container.xml.ValuesParam> syntaxHelpParams, org.exoplatform.container.configuration.ConfigurationManager configurationManager)PageWikiService. getHelpSyntaxPage(String syntaxId, boolean fullContent)Deprecated.PageNoteService. getNoteById(String id)Gets a note based on its unique id.PageNoteService. getNoteById(String id, org.exoplatform.services.security.Identity userIdentity)PageNoteService. getNoteById(String id, org.exoplatform.services.security.Identity userIdentity, String source)PageNoteService. getNoteByRootPermission(String noteBookType, String noteBookOwner, String noteId)PageNoteService. getNoteOfNoteBookByName(String noteType, String noteOwner, String noteName)Gets a note by its unique name in the noteBook.PageNoteService. getNoteOfNoteBookByName(String noteType, String noteOwner, String noteName, org.exoplatform.services.security.Identity userIdentity)PageNoteService. getNoteOfNoteBookByName(String noteType, String noteOwner, String noteName, org.exoplatform.services.security.Identity userIdentity, String source)PageDataStorage. getPageById(String id)Get a wiki page by its unique idPageWikiService. getPageById(String id)Gets a wiki page based on its unique id.PageWikiService. getPageByRootPermission(String wikiType, String wikiOwner, String pageId)Gets a wiki page regardless of the current user's permission.PageDataStorage. getPageOfWikiByName(String wikiType, String wikiOwner, String pageName)Get a wiki page by its unique name in the wikiPageWikiService. getPageOfWikiByName(String wikiType, String wikiOwner, String pageName)Gets a wiki page by its unique name in the wiki.PageNoteService. getParentNoteOf(Page note)Get parent note of a notePageDataStorage. getParentPageOf(Page page)PageWikiService. getParentPageOf(Page page)Get parent page of a wiki pagePageDataStorage. getRelatedPage(String wikiType, String wikiOwner, String pageId)PageWikiService. getRelatedPage(String wikiType, String wikiOwner, String pageId)Gets a related page of a wiki page which is specified by a given Id.PageNoteService. updateNote(Page note)Update the given note.PageNoteService. updateNote(Page note, PageUpdateType type, org.exoplatform.services.security.Identity userIdentity)Update the given note.PageDataStorage. updatePage(Page page)Methods in org.exoplatform.wiki.service that return types with arguments of type Page Modifier and Type Method Description List<Page>NoteService. getChildrenNoteOf(Page note, String userId, boolean withDrafts, boolean withChild)Get all the children notes of a noteList<Page>DataStorage. getChildrenPageOf(Page page, String userId, boolean withDrafts)Get children notes and draft notes of pageList<Page>WikiService. getChildrenPageOf(Page page, String userId, boolean withDrafts)Get all the children pages of a wiki pageList<Page>NoteService. 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.List<Page>WikiService. getDuplicatePages(Page parentPage, Wiki targetWiki, List<Page> resultList, String userId)Checks if a page and its children are duplicated with ones in the target Wiki or not, then gets a list of duplicated pages if any.List<Page>NoteService. getNotesOfWiki(String noteType, String noteOwner)Retrieve the all notes contained in noteBookList<Page>DataStorage. getPagesOfWiki(String wikiType, String wikiOwner)Retrieve the all pages contained in wikiList<Page>WikiService. getPagesOfWiki(String wikiType, String wikiOwner)Retrieve the all pages contained in wikiList<Page>DataStorage. getRelatedPagesOfPage(Page page)List<Page>WikiService. getRelatedPagesOfPage(Page page)Gets a list of related pages based on a given param.Methods in org.exoplatform.wiki.service with parameters of type Page Modifier and Type Method Description voidDataStorage. addAttachmentToPage(Attachment attachment, Page page)voidWikiService. addAttachmentToPage(Attachment attachment, Page page)Add the given attachment to the given pagevoidDataStorage. addPageVersion(Page page, String userName)voidDataStorage. addRelatedPage(Page page, Page relatedPage)voidDataStorage. addWatcherToPage(String username, Page page)voidWikiService. addWatcherToPage(String username, Page page)Add the given user as watcher of the wiki pagebooleanWikiService. canModifyPagePermission(Page currentPage, String currentUser)Check if the given user can update the pagebooleanWikiService. canPublicAndRetrictPage(Page currentPage, String currentUser)Check if the given user can public or restrict the pageDraftPageNoteService. createDraftForExistPage(DraftPage draftNoteToSave, Page targetNote, String revision, long currentTimeMillis, String username)Creates a draft for an existing pageDraftPageWikiService. createDraftForExistPage(DraftPage draftPage, Page targetPage, String revision, long clientTime)Creates a draft page for a wiki page which is specified by a given param object.DraftPageWikiService. createDraftForNewPage(DraftPage draftPage, Page parentPage, long clientTime)Creates a draft page for a new wiki page whose parent is specified by a given param object.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.PageNoteService. createNote(Wiki noteBook, Page parentNote, Page note)Create a new note in the given notebook, under the given parent note.PageDataStorage. createPage(Wiki wiki, Page parentPage, Page page)PageWikiService. createPage(Wiki wiki, String parentPageName, Page page)Create a new wiki page in the given wiki, under the given parent page.voidNoteService. createVersionOfNote(Page note, String userName)Creates a version of a note.voidWikiService. createVersionOfPage(Page page)Creates a version of a page.voidDataStorage. deleteAttachmentOfPage(String attachmentId, Page page)voidWikiService. deleteAttachmentOfPage(String attachmentId, Page page)Deletes the given attachment of the given pagevoidDataStorage. deleteDraftOfPage(Page page, String username)voidDataStorage. deleteWatcherOfPage(String username, Page page)voidWikiService. deleteWatcherOfPage(String username, Page page)Delete a user as watcher of the given pageAttachmentWikiService. 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 trueList<Attachment>DataStorage. getAttachmentsOfPage(Page page)default List<Attachment>DataStorage. getAttachmentsOfPage(Page page, boolean loadContent)List<Attachment>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 trueList<Page>NoteService. getChildrenNoteOf(Page note, String userId, boolean withDrafts, boolean withChild)Get all the children notes of a noteList<Page>DataStorage. getChildrenPageOf(Page page, String userId, boolean withDrafts)Get children notes and draft notes of pageList<Page>WikiService. getChildrenPageOf(Page page, String userId, boolean withDrafts)Get all the children pages of a wiki pageDraftPageWikiService. getDraftOfPage(Page page)Gets a draft page of a wiki page which is specified by a given param object.List<Page>NoteService. 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.List<Page>WikiService. getDuplicatePages(Page parentPage, Wiki targetWiki, List<Page> resultList, String userId)Checks if a page and its children are duplicated with ones in the target Wiki or not, then gets a list of duplicated pages if any.List<PageHistory>DataStorage. getHistoryOfPage(Page page)DraftPageDataStorage. getLatestDraftOfPage(Page targetPage, String username)Returns latest draft of given page.DraftPageNoteService. getLatestDraftOfPage(Page targetPage, String username)Returns latest draft of given page.intWikiService. getNbOfAttachmentsOfPage(Page page)Get the number of attachment of the given pageStringWikiService. getPageRenderedContent(Page page)Get renderd content of a pagePageNoteService. getParentNoteOf(Page note)Get parent note of a notePageDataStorage. getParentPageOf(Page page)PageWikiService. getParentPageOf(Page page)Get parent page of a wiki pageList<String>NoteService. getPreviousNamesOfNote(Page note)Get previous names of a noteList<String>DataStorage. getPreviousNamesOfPage(Page page)List<String>WikiService. getPreviousNamesOfPage(Page page)Get previous names of a pageList<Page>DataStorage. getRelatedPagesOfPage(Page page)List<Page>WikiService. getRelatedPagesOfPage(Page page)Gets a list of related pages based on a given param.PageVersionWikiService. getVersionOfPageByName(String versionName, Page page)Gets a specific version by name of the given pageList<PageHistory>NoteService. getVersionsHistoryOfNote(Page note, String userName)Gets all the Histories of the given noteList<PageVersion>DataStorage. getVersionsOfPage(Page page)List<PageVersion>WikiService. getVersionsOfPage(Page page)Gets all the versions of the given pageList<String>DataStorage. getWatchersOfPage(Page page)List<String>WikiService. getWatchersOfPage(Page page)Get all the watchers of a pagebooleanDataStorage. hasPermissionOnPage(Page page, PermissionType permissionType, org.exoplatform.services.security.Identity user)Check if the identity has the given permission type on a pagebooleanWikiService. 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)voidNoteService. importNotes(List<String> files, Page parent, String conflict, org.exoplatform.services.security.Identity userIdentity)voidDataStorage. removeRelatedPage(Page page, Page relatedPage)voidNoteService. restoreVersionOfNote(String versionName, Page note, String userName)Restores a version of a notevoidDataStorage. restoreVersionOfPage(String versionName, Page page)voidWikiService. restoreVersionOfPage(String versionName, Page page)Restores a version of a pageDraftPageNoteService. updateDraftForExistPage(DraftPage draftNoteToUpdate, Page targetNote, String revision, long currentTimeMillis, String userName)Update draft note for an existing pagePageNoteService. updateNote(Page note)Update the given note.PageNoteService. updateNote(Page note, PageUpdateType type, org.exoplatform.services.security.Identity userIdentity)Update the given note.PageDataStorage. updatePage(Page page)voidWikiService. updatePage(Page page, PageUpdateType type)Update the given page.Method parameters in org.exoplatform.wiki.service with type arguments of type Page Modifier and Type Method Description List<Page>NoteService. 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.List<Page>WikiService. getDuplicatePages(Page parentPage, Wiki targetWiki, List<Page> resultList, String userId)Checks if a page and its children are duplicated with ones in the target Wiki or not, then gets a list of duplicated pages if any. -
Uses of Page in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return Page Modifier and Type Method Description PageNoteServiceImpl. createNote(Wiki noteBook, String parentNoteName, Page note, org.exoplatform.services.security.Identity userIdentity)PageNoteServiceImpl. createNote(Wiki noteBook, Page parentPage, Page note)PageWikiServiceImpl. createPage(Wiki wiki, String parentPageName, Page page)PagePageWikiServiceImpl. getExsitedOrNewDraftPageById(String wikiType, String wikiOwner, String pageId)DraftPageWikiServiceImpl. getHelpSyntaxPage(String syntaxId, boolean fullContent)PageNoteServiceImpl. getNoteById(String id)PageNoteServiceImpl. getNoteById(String id, org.exoplatform.services.security.Identity userIdentity)PageNoteServiceImpl. getNoteById(String id, org.exoplatform.services.security.Identity userIdentity, String source)PageNoteServiceImpl. getNoteByRootPermission(String noteBookType, String noteBookOwner, String noteId)PageNoteServiceImpl. getNoteOfNoteBookByName(String noteType, String noteOwner, String noteName)PageNoteServiceImpl. getNoteOfNoteBookByName(String noteType, String noteOwner, String noteName, org.exoplatform.services.security.Identity userIdentity)PageNoteServiceImpl. getNoteOfNoteBookByName(String noteType, String noteOwner, String noteName, org.exoplatform.services.security.Identity userIdentity, String source)PageWikiServiceImpl. getPageById(String id)PageWikiServiceImpl. getPageByRootPermission(String wikiType, String wikiOwner, String pageId)PageWikiServiceImpl. getPageOfWikiByName(String wikiType, String wikiOwner, String pageName)PageNoteServiceImpl. getParentNoteOf(Page note)PageWikiServiceImpl. getParentPageOf(Page page)PageWikiServiceImpl. getRelatedPage(String wikiType, String wikiOwner, String pageId)PageNoteServiceImpl. updateNote(Page note)PageNoteServiceImpl. updateNote(Page note, PageUpdateType type, org.exoplatform.services.security.Identity userIdentity)Methods in org.exoplatform.wiki.service.impl that return types with arguments of type Page Modifier and Type Method Description List<Page>NoteServiceImpl. getAllNotes(Page note, String userName)List<Page>NoteServiceImpl. getChildrenNoteOf(Page note, String userId, boolean withDrafts, boolean withChild)List<Page>WikiServiceImpl. getChildrenPageOf(Page page, String userId, boolean withDrafts)List<Page>NoteServiceImpl. getDuplicateNotes(Page parentNote, Wiki targetNoteBook, List<Page> resultList, String userId)List<Page>WikiServiceImpl. getDuplicatePages(Page parentPage, Wiki targetWiki, List<Page> resultList, String userId)List<Page>NoteServiceImpl. getNotesOfWiki(String noteType, String noteOwner)List<Page>WikiServiceImpl. getPagesOfWiki(String wikiType, String wikiOwner)List<Page>WikiServiceImpl. getRelatedPagesOfPage(Page page)Methods in org.exoplatform.wiki.service.impl with parameters of type Page Modifier and Type Method Description voidWikiServiceImpl. addAttachment(Attachment attachment, Page page)voidWikiServiceImpl. addAttachmentToPage(Attachment attachment, Page page)voidWikiServiceImpl. addWatcherToPage(String username, Page page)booleanWikiServiceImpl. canModifyPagePermission(Page currentPage, String currentUser)booleanWikiServiceImpl. canPublicAndRetrictPage(Page currentPage, String currentUser)AttachmentWikiRestServiceImpl. createAttachment(ObjectFactory objectFactory, URI baseUri, Attachment pageAttachment, Page page, String xwikiRelativeUrl, String xwikiAbsoluteUrl)DraftPageNoteServiceImpl. createDraftForExistPage(DraftPage draftPage, Page targetPage, String revision, long clientTime, String username)DraftPageWikiServiceImpl. createDraftForExistPage(DraftPage draftPage, Page targetPage, String revision, long clientTime)DraftPageWikiServiceImpl. createDraftForNewPage(DraftPage draftPage, Page parentPage, long clientTime)PageNoteServiceImpl. createNote(Wiki noteBook, String parentNoteName, Page note, org.exoplatform.services.security.Identity userIdentity)PageNoteServiceImpl. createNote(Wiki noteBook, Page parentPage, Page note)PageWikiRestServiceImpl. createPage(ObjectFactory objectFactory, URI baseUri, URI self, Page doc, String userId)PageWikiServiceImpl. createPage(Wiki wiki, String parentPageName, Page page)PagePageSummaryWikiRestServiceImpl. createPageSummary(ObjectFactory objectFactory, URI baseUri, Page page, String userId)SpaceWikiRestServiceImpl. createSpace(ObjectFactory objectFactory, URI baseUri, String wikiName, String spaceName, Page home)voidNoteServiceImpl. createVersionOfNote(Page note, String userName)voidWikiServiceImpl. createVersionOfPage(Page page)voidWikiServiceImpl. deleteAttachment(String attachmentId, Page page)voidWikiServiceImpl. deleteAttachmentOfPage(String attachmentId, Page page)voidWikiServiceImpl. deleteWatcherOfPage(String username, Page page)List<Page>NoteServiceImpl. getAllNotes(Page note, String userName)AttachmentWikiServiceImpl. getAttachmentOfPageByName(String attachmentName, Page page)AttachmentWikiServiceImpl. getAttachmentOfPageByName(String attachmentName, Page page, boolean loadContent)List<Attachment>WikiServiceImpl. getAttachmentsOfPage(Page page)AttachmentList<Attachment>WikiServiceImpl. getAttachmentsOfPage(Page page, boolean loadContent)List<Page>NoteServiceImpl. getChildrenNoteOf(Page note, String userId, boolean withDrafts, boolean withChild)List<Page>WikiServiceImpl. getChildrenPageOf(Page page, String userId, boolean withDrafts)DraftPageWikiServiceImpl. getDraftOfPage(Page page)List<Page>NoteServiceImpl. getDuplicateNotes(Page parentNote, Wiki targetNoteBook, List<Page> resultList, String userId)List<Page>WikiServiceImpl. getDuplicatePages(Page parentPage, Wiki targetWiki, List<Page> resultList, String userId)DraftPageNoteServiceImpl. getLatestDraftOfPage(Page targetPage, String username)intWikiServiceImpl. getNbOfAttachmentsOfPage(Page page)StringWikiServiceImpl. getPageRenderedContent(Page page)PageNoteServiceImpl. getParentNoteOf(Page note)PageWikiServiceImpl. getParentPageOf(Page page)List<String>NoteServiceImpl. getPreviousNamesOfNote(Page note)List<String>WikiServiceImpl. getPreviousNamesOfPage(Page page)List<Page>WikiServiceImpl. getRelatedPagesOfPage(Page page)PageVersionWikiServiceImpl. getVersionOfPageByName(String versionName, Page page)List<PageHistory>NoteServiceImpl. getVersionsHistoryOfNote(Page note, String userName)List<PageVersion>WikiServiceImpl. getVersionsOfPage(Page page)List<String>WikiServiceImpl. getWatchersOfPage(Page page)WatchbooleanWikiServiceImpl. hasPermissionOnPage(Page page, PermissionType permissionType, org.exoplatform.services.security.Identity user)voidNoteServiceImpl. importNote(Page note, Page parent, Wiki wiki, String conflict, org.exoplatform.services.security.Identity userIdentity)Recursive method to importe a notevoidNoteServiceImpl. importNotes(String zipLocation, Page parent, String conflict, org.exoplatform.services.security.Identity userIdentity)importe a list of notes from zipvoidNoteServiceImpl. importNotes(List<String> files, Page parent, String conflict, org.exoplatform.services.security.Identity userIdentity)importe a list of notes from zipprotected voidNoteServiceImpl. invalidateAttachmentCache(Page note)protected voidWikiServiceImpl. invalidateAttachmentCache(Page page)protected voidNoteServiceImpl. invalidateCache(Page page)protected voidWikiServiceImpl. invalidateCache(Page page)protected voidNoteServiceImpl. invalidateCachesOfPageTree(Page note, String userId)Invalidate all caches of a page and all its descendantsprotected voidWikiServiceImpl. invalidateCachesOfPageTree(Page page, String userId)Invalidate all caches of a page and all its descendantsvoidNoteServiceImpl. 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)StringNoteServiceImpl. processImagesForExport(Page note)Process images by creting images found in the contentvoidNoteServiceImpl. restoreVersionOfNote(String versionName, Page note, String userName)voidWikiServiceImpl. restoreVersionOfPage(String versionName, Page page)DraftPageNoteServiceImpl. updateDraftForExistPage(DraftPage draftNoteToUpdate, Page targetPage, String revision, long clientTime, String username)PageNoteServiceImpl. updateNote(Page note)PageNoteServiceImpl. updateNote(Page note, PageUpdateType type, org.exoplatform.services.security.Identity userIdentity)voidWikiServiceImpl. updatePage(Page page, PageUpdateType updateType)Method parameters in org.exoplatform.wiki.service.impl with type arguments of type Page Modifier and Type Method Description List<Page>NoteServiceImpl. getDuplicateNotes(Page parentNote, Wiki targetNoteBook, List<Page> resultList, String userId)List<Page>WikiServiceImpl. getDuplicatePages(Page parentPage, Wiki targetWiki, List<Page> resultList, String userId) -
Uses of Page in org.exoplatform.wiki.service.listener
Methods in org.exoplatform.wiki.service.listener with parameters of type Page Modifier and Type Method Description abstract 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.related
Method parameters in org.exoplatform.wiki.service.related with type arguments of type Page Modifier and Type Method Description static List<JsonRelatedData>RelatedUtil. pageToJson(List<Page> pages) -
Uses of Page in org.exoplatform.wiki.service.rest
Methods in org.exoplatform.wiki.service.rest with parameters of type Page Modifier and Type Method Description javax.ws.rs.core.ResponseNotesRestService. createNote(Page note)javax.ws.rs.core.ResponseNotesRestService. RestoreNoteVersion(String noteVersion, Page note)javax.ws.rs.core.ResponseNotesRestService. updateNote(String noteBookType, String noteBookOwner, String noteId, Page note)javax.ws.rs.core.ResponseNotesRestService. updateNoteById(String noteId, Page note) -
Uses of Page in org.exoplatform.wiki.tree
Methods in org.exoplatform.wiki.tree that return Page Modifier and Type Method Description PagePageTreeNode. getPage()PageWikiHomeTreeNode. getWikiHome()Methods in org.exoplatform.wiki.tree with parameters of type Page Modifier and Type Method Description voidPageTreeNode. setPage(Page page)voidWikiHomeTreeNode. setWikiHome(Page wikiHome)Constructors in org.exoplatform.wiki.tree with parameters of type Page Constructor Description PageTreeNode(Page page)WikiHomeTreeNode(Page wikiHome) -
Uses of Page in org.exoplatform.wiki.utils
Methods in org.exoplatform.wiki.utils with parameters of type Page Modifier and Type Method Description 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)
-