Uses of Class
org.exoplatform.wiki.model.Wiki
Packages that use Wiki
Package
Description
Handles all actions in Wiki.
Implements services of the Wiki application.
-
Uses of Wiki in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return WikiModifier and TypeMethodDescriptionstatic WikiEntityConverter.convertWikiEntityToWiki(WikiEntity wikiEntity) JPADataStorage.createWiki(Wiki wiki) JPADataStorage.getWikiByTypeAndOwner(String wikiType, String wikiOwner) Methods in org.exoplatform.wiki.jpa that return types with arguments of type WikiMethods in org.exoplatform.wiki.jpa with parameters of type WikiModifier and TypeMethodDescriptionstatic WikiEntityEntityConverter.convertWikiToWikiEntity(Wiki wiki, WikiDAO wikiDAO) JPADataStorage.createPage(Wiki wiki, Page parentPage, Page page) JPADataStorage.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 WikiModifier and TypeMethodDescriptionDataStorage.createWiki(Wiki wiki) WikiService.createWiki(String wikiType, String owner) Creates a wiki with the given type and ownerWikiService.getOrCreateUserWiki(String username) Gets a user Wiki.WikiService.getWikiById(String wikiId) Gets a Wiki by its Id.DataStorage.getWikiByTypeAndOwner(String wikiType, String owner) WikiService.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 WikiModifier and TypeMethodDescriptionDataStorage.getWikisByType(String wikiType) WikiService.getWikisByType(String wikiType) Gets all wikis of the given typeMethods in org.exoplatform.wiki.service with parameters of type WikiModifier 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.createWiki(Wiki wiki) 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.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 WikiModifier and TypeMethodDescriptionWikiServiceImpl.createWiki(String wikiType, String owner) WikiServiceImpl.getOrCreateUserWiki(String username) WikiServiceImpl.getWikiById(String wikiId) WikiServiceImpl.getWikiByTypeAndOwner(String wikiType, String owner) WikiMethods in org.exoplatform.wiki.service.impl that return types with arguments of type WikiMethods in org.exoplatform.wiki.service.impl with parameters of type WikiModifier 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.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.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 WikiMethods in org.exoplatform.wiki.tree with parameters of type WikiConstructors in org.exoplatform.wiki.tree with parameters of type Wiki