eXo JCR :: Ext :: Services 1.16.7-RC01

org.exoplatform.services.jcr.ext.audit
Class RemoveAuditableVisitor

java.lang.Object
  extended by javax.jcr.util.TraversingItemVisitor
      extended by org.exoplatform.services.jcr.ext.audit.RemoveAuditableVisitor
All Implemented Interfaces:
javax.jcr.ItemVisitor

public class RemoveAuditableVisitor
extends javax.jcr.util.TraversingItemVisitor

Created by The eXo Platform SAS.

Version:
$Id: $
Author:
Sergey Kabashnyuk

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.jcr.util.TraversingItemVisitor
javax.jcr.util.TraversingItemVisitor.Default
 
Field Summary
 
Fields inherited from class javax.jcr.util.TraversingItemVisitor
breadthFirst, maxLevel
 
Constructor Summary
RemoveAuditableVisitor(AuditService auditService)
           
 
Method Summary
protected  void entering(javax.jcr.Node node, int arg1)
           
protected  void entering(javax.jcr.Property arg0, int arg1)
           
protected  void leaving(javax.jcr.Node arg0, int arg1)
           
protected  void leaving(javax.jcr.Property arg0, int arg1)
           
 
Methods inherited from class javax.jcr.util.TraversingItemVisitor
visit, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveAuditableVisitor

public RemoveAuditableVisitor(AuditService auditService)
Method Detail

entering

protected void entering(javax.jcr.Node node,
                        int arg1)
                 throws javax.jcr.RepositoryException
Specified by:
entering in class javax.jcr.util.TraversingItemVisitor
Throws:
javax.jcr.RepositoryException

entering

protected void entering(javax.jcr.Property arg0,
                        int arg1)
                 throws javax.jcr.RepositoryException
Specified by:
entering in class javax.jcr.util.TraversingItemVisitor
Throws:
javax.jcr.RepositoryException

leaving

protected void leaving(javax.jcr.Node arg0,
                       int arg1)
                throws javax.jcr.RepositoryException
Specified by:
leaving in class javax.jcr.util.TraversingItemVisitor
Throws:
javax.jcr.RepositoryException

leaving

protected void leaving(javax.jcr.Property arg0,
                       int arg1)
                throws javax.jcr.RepositoryException
Specified by:
leaving in class javax.jcr.util.TraversingItemVisitor
Throws:
javax.jcr.RepositoryException

eXo JCR :: Ext :: Services 1.16.7-RC01

Copyright © 2016 eXo Platform SAS. All Rights Reserved.