Class JCRNodeListener

java.lang.Object
org.exoplatform.ecms.listener.analytics.JCRNodeListener
All Implemented Interfaces:
org.apache.commons.chain.Command, org.exoplatform.services.command.action.Action

public class JCRNodeListener extends Object implements org.exoplatform.services.command.action.Action
  • Field Summary

    Fields inherited from interface org.apache.commons.chain.Command

    CONTINUE_PROCESSING, PROCESSING_COMPLETE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(org.apache.commons.chain.Context context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JCRNodeListener

      public JCRNodeListener()
  • Method Details

    • execute

      public boolean execute(org.apache.commons.chain.Context context) throws Exception
      Specified by:
      execute in interface org.apache.commons.chain.Command
      Throws:
      Exception