Uses of Enum Class
org.exoplatform.wiki.service.PageUpdateType
Packages that use PageUpdateType
Package
Description
Handles all actions in Wiki.
Implements services of the Wiki application.
-
Uses of PageUpdateType in org.exoplatform.wiki.jpa.search
Methods in org.exoplatform.wiki.jpa.search with parameters of type PageUpdateTypeModifier and TypeMethodDescriptionvoidPageIndexingListener.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 PageUpdateTypeModifier and TypeMethodDescriptionstatic PageUpdateTypeReturns the enum constant of this class with the specified name.static PageUpdateType[]PageUpdateType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.wiki.service with parameters of type PageUpdateTypeModifier and TypeMethodDescriptionNoteService.updateNote(Page note, PageUpdateType type, org.exoplatform.services.security.Identity userIdentity) Update the given note. -
Uses of PageUpdateType in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl with parameters of type PageUpdateTypeModifier and TypeMethodDescriptionvoidNoteServiceImpl.postUpdatePage(String wikiType, String wikiOwner, String pageId, Page page, PageUpdateType wikiUpdateType) voidWikiServiceImpl.postUpdatePage(String wikiType, String wikiOwner, String pageId, Page page, PageUpdateType wikiUpdateType) NoteServiceImpl.updateNote(Page note, PageUpdateType type, org.exoplatform.services.security.Identity userIdentity) -
Uses of PageUpdateType in org.exoplatform.wiki.service.listener
Methods in org.exoplatform.wiki.service.listener with parameters of type PageUpdateTypeModifier and TypeMethodDescriptionabstract voidPageWikiListener.postUpdatePage(String wikiType, String wikiOwner, String pageId, Page page, PageUpdateType wikiUpdateType)