Uses of Class
org.exoplatform.wiki.service.PageUpdateType
-
Packages that use PageUpdateType Package Description org.exoplatform.wiki.jpa.search 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 -
-
Uses of PageUpdateType in org.exoplatform.wiki.jpa.search
Methods in org.exoplatform.wiki.jpa.search with parameters of type PageUpdateType Modifier and Type Method Description voidPageIndexingListener. postUpdatePage(String wikiType, String wikiOwner, String pageId, Page page, PageUpdateType wikiUpdateType) -
Uses of PageUpdateType in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return PageUpdateType Modifier and Type Method Description static PageUpdateTypePageUpdateType. valueOf(String name)Returns the enum constant of this type with the specified name.static PageUpdateType[]PageUpdateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.exoplatform.wiki.service with parameters of type PageUpdateType Modifier and Type Method Description PageNoteService. updateNote(Page note, PageUpdateType type, org.exoplatform.services.security.Identity userIdentity)Update the given note.voidWikiService. updatePage(Page page, PageUpdateType type)Update the given page. -
Uses of PageUpdateType in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl with parameters of type PageUpdateType Modifier and Type Method Description voidNoteServiceImpl. postUpdatePage(String wikiType, String wikiOwner, String pageId, Page page, PageUpdateType wikiUpdateType)voidWikiServiceImpl. postUpdatePage(String wikiType, String wikiOwner, String pageId, Page page, PageUpdateType wikiUpdateType)PageNoteServiceImpl. updateNote(Page note, PageUpdateType type, org.exoplatform.services.security.Identity userIdentity)voidWikiServiceImpl. updatePage(Page page, PageUpdateType updateType) -
Uses of PageUpdateType in org.exoplatform.wiki.service.listener
Methods in org.exoplatform.wiki.service.listener with parameters of type PageUpdateType Modifier and Type Method Description abstract voidPageWikiListener. postUpdatePage(String wikiType, String wikiOwner, String pageId, Page page, PageUpdateType wikiUpdateType)
-