Class AuditAction

java.lang.Object
org.exoplatform.services.jcr.ext.audit.AuditAction
All Implemented Interfaces:
org.apache.commons.chain.Command, org.exoplatform.services.command.action.Action

public class AuditAction extends Object implements org.exoplatform.services.command.action.Action
Version:
$Id: $
Author:
Sergey Kabashnyuk
  • 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 ctx)
     

    Methods inherited from class java.lang.Object

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

    • AuditAction

      public AuditAction()
  • Method Details

    • execute

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