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.BaseComponentPlugin
Created by The eXo Platform SAS
Author : Thibault Clement
tclement@exoplatform.com
11/19/15
Listener to trigger action on attachment operations
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidaddAttachment(Attachment attachment, Page page) abstract voiddeleteAttachment(String attachmentName, Page page) Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Constructor Details
-
AttachmentWikiListener
public AttachmentWikiListener()
-
-
Method Details
-
addAttachment
- Throws:
WikiException
-
deleteAttachment
- Throws:
WikiException
-