Uses of Class
org.exoplatform.wiki.mow.api.Wiki
-
Packages that use Wiki Package Description org.exoplatform.wiki.jpa org.exoplatform.wiki.service Handles all actions in Wiki.org.exoplatform.wiki.service.impl Implements services of the Wiki application.org.exoplatform.wiki.tree -
-
Uses of Wiki in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return Wiki Modifier and Type Method Description static WikiEntityConverter. convertWikiEntityToWiki(WikiEntity wikiEntity)WikiJPADataStorage. createWiki(Wiki wiki)WikiJPADataStorage. getWikiByTypeAndOwner(String wikiType, String wikiOwner)Methods in org.exoplatform.wiki.jpa that return types with arguments of type Wiki Modifier and Type Method Description List<Wiki>JPADataStorage. getWikisByType(String wikiType)Methods in org.exoplatform.wiki.jpa with parameters of type Wiki Modifier and Type Method Description static WikiEntityEntityConverter. convertWikiToWikiEntity(Wiki wiki, WikiDAO wikiDAO)PageJPADataStorage. createPage(Wiki wiki, Page parentPage, Page page)voidJPADataStorage. createTemplatePage(Wiki wiki, Template template)WikiJPADataStorage. createWiki(Wiki wiki)booleanJPADataStorage. hasPermissionOnWiki(Wiki wiki, PermissionType permissionType, org.exoplatform.services.security.Identity identity) -
Uses of Wiki in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return Wiki Modifier and Type Method Description WikiDataStorage. createWiki(Wiki wiki)WikiWikiService. createWiki(String wikiType, String owner)Creates a wiki with the given type and ownerWikiWikiService. getOrCreateUserWiki(String username)Gets a user Wiki.WikiWikiService. getWikiById(String wikiId)Gets a Wiki by its Id.WikiDataStorage. getWikiByTypeAndOwner(String wikiType, String owner)WikiWikiService. getWikiByTypeAndOwner(String wikiType, String owner)Gets a Wiki which is defined by its type and owner.Methods in org.exoplatform.wiki.service that return types with arguments of type Wiki Modifier and Type Method Description List<Wiki>DataStorage. getWikisByType(String wikiType)List<Wiki>WikiService. getWikisByType(String wikiType)Gets all wikis of the given typeMethods in org.exoplatform.wiki.service with parameters of type Wiki 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.voidDataStorage. createTemplatePage(Wiki wiki, Template template)voidWikiService. createTemplatePage(Wiki wiki, Template template)Creates a new Wiki template.WikiDataStorage. createWiki(Wiki wiki)List<Page>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.List<Page>WikiService. getDuplicatePages(Page parentPage, Wiki targetWiki, List<Page> resultList)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.booleanDataStorage. hasPermissionOnWiki(Wiki wiki, PermissionType permissionType, org.exoplatform.services.security.Identity identity)Check if the identity has the given permission type on a wikibooleanWikiService. hasPermissionOnWiki(Wiki wiki, PermissionType permissionType, org.exoplatform.services.security.Identity user)Check if the identity has the given permission type on a wiki -
Uses of Wiki in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return Wiki Modifier and Type Method Description WikiWikiServiceImpl. createWiki(String wikiType, String owner)WikiWikiServiceImpl. getOrCreateUserWiki(String username)WikiWikiServiceImpl. getWikiById(String wikiId)WikiWikiServiceImpl. getWikiByTypeAndOwner(String wikiType, String owner)WikiMethods in org.exoplatform.wiki.service.impl that return types with arguments of type Wiki Modifier and Type Method Description List<Wiki>WikiServiceImpl. getWikisByType(String wikiType)Methods in org.exoplatform.wiki.service.impl with parameters of type Wiki 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)PagevoidWikiServiceImpl. createTemplatePage(Wiki wiki, Template template)TemplateList<Page>NoteServiceImpl. getDuplicateNotes(Page parentNote, Wiki targetNoteBook, List<Page> resultList)List<Page>WikiServiceImpl. getDuplicatePages(Page parentPage, Wiki targetWiki, List<Page> resultList)booleanWikiServiceImpl. hasPermissionOnWiki(Wiki wiki, PermissionType permissionType, org.exoplatform.services.security.Identity user) -
Uses of Wiki in org.exoplatform.wiki.tree
Methods in org.exoplatform.wiki.tree that return Wiki Modifier and Type Method Description WikiWikiTreeNode. getWiki()Methods in org.exoplatform.wiki.tree with parameters of type Wiki Modifier and Type Method Description voidWikiTreeNode. setWiki(Wiki wiki)Constructors in org.exoplatform.wiki.tree with parameters of type Wiki Constructor Description WikiTreeNode(Wiki wiki)
-