public class PageIndexingListener extends PageWikiListener
| Constructor and Description |
|---|
PageIndexingListener(PageAttachmentDAO pageAttachmentDAO,
org.exoplatform.commons.search.index.IndexingService indexingService) |
| Modifier and Type | Method and Description |
|---|---|
void |
postAddPage(String wikiType,
String wikiOwner,
String pageId,
Page page) |
void |
postDeletePage(String wikiType,
String wikiOwner,
String pageId,
Page page) |
void |
postUpdatePage(String wikiType,
String wikiOwner,
String pageId,
Page page,
PageUpdateType wikiUpdateType) |
public PageIndexingListener(PageAttachmentDAO pageAttachmentDAO, org.exoplatform.commons.search.index.IndexingService indexingService)
public void postAddPage(String wikiType, String wikiOwner, String pageId, Page page) throws WikiException
postAddPage in class PageWikiListenerWikiExceptionpublic void postUpdatePage(String wikiType, String wikiOwner, String pageId, Page page, PageUpdateType wikiUpdateType) throws WikiException
postUpdatePage in class PageWikiListenerWikiExceptionpublic void postDeletePage(String wikiType, String wikiOwner, String pageId, Page page) throws WikiException
postDeletePage in class PageWikiListenerWikiExceptionCopyright © 2003–2020 eXo Platform SAS. All rights reserved.