Class AttachmentWikiListener
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.wiki.service.listener.AttachmentWikiListener
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public abstract class AttachmentWikiListener extends org.exoplatform.container.component.BaseComponentPluginCreated by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 11/19/15 Listener to trigger action on attachment operations
-
-
Constructor Summary
Constructors Constructor Description AttachmentWikiListener()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidaddAttachment(Attachment attachment, Page page)abstract voiddeleteAttachment(String attachmentName, Page page)
-
-
-
Method Detail
-
addAttachment
public abstract void addAttachment(Attachment attachment, Page page) throws WikiException
- Throws:
WikiException
-
deleteAttachment
public abstract void deleteAttachment(String attachmentName, Page page) throws WikiException
- Throws:
WikiException
-
-