Class DocumentUpdateActivityListener
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<org.apache.commons.chain.Context,String>
org.exoplatform.wcm.ext.component.activity.listener.FileUpdateActivityListener
org.exoplatform.wcm.ext.component.activity.listener.DocumentUpdateActivityListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.exoplatform.services.cms.documents.DocumentServiceFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new document update activity listener. -
Method Summary
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
documentService
protected final org.exoplatform.services.cms.documents.DocumentService documentService
-
-
Constructor Details
-
DocumentUpdateActivityListener
public DocumentUpdateActivityListener()Instantiates a new document update activity listener.
-
-
Method Details
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event<org.apache.commons.chain.Context, String> event) throws Exception- Overrides:
onEventin classFileUpdateActivityListener- Throws:
Exception
-