org.exoplatform.wiki.service.listener
Class PageWikiListener

java.lang.Object
  extended by org.exoplatform.container.component.BaseComponentPlugin
      extended by org.exoplatform.wiki.service.listener.PageWikiListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public abstract class PageWikiListener
extends org.exoplatform.container.component.BaseComponentPlugin


Field Summary
 
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
 
Constructor Summary
PageWikiListener()
           
 
Method Summary
abstract  void postAddPage(String wikiType, String wikiOwner, String pageId, Page page)
           
abstract  void postDeletePage(String wikiType, String wikiOwner, String pageId, Page page)
           
abstract  void postUpdatePage(String wikiType, String wikiOwner, String pageId, Page page)
           
 
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageWikiListener

public PageWikiListener()
Method Detail

postAddPage

public abstract void postAddPage(String wikiType,
                                 String wikiOwner,
                                 String pageId,
                                 Page page)
                          throws Exception
Throws:
Exception

postUpdatePage

public abstract void postUpdatePage(String wikiType,
                                    String wikiOwner,
                                    String pageId,
                                    Page page)
                             throws Exception
Throws:
Exception

postDeletePage

public abstract void postDeletePage(String wikiType,
                                    String wikiOwner,
                                    String pageId,
                                    Page page)
                             throws Exception
Throws:
Exception


Copyright © 2013 eXo Platform SAS. All Rights Reserved.