org.exoplatform.wiki.service.listener
Class PageWikiListener
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.wiki.service.listener.PageWikiListener
- All Implemented Interfaces:
- org.exoplatform.container.component.ComponentPlugin
public abstract class PageWikiListener
- extends org.exoplatform.container.component.BaseComponentPlugin
| Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin |
desc, name |
| 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 |
PageWikiListener
public PageWikiListener()
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.