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

public class DocumentUpdateActivityListener extends FileUpdateActivityListener
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.exoplatform.services.cms.documents.DocumentService
     

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new document update activity listener.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(org.exoplatform.services.listener.Event<org.apache.commons.chain.Context,String> event)
     

    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
  • 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