Class RemoveAuditableVisitor
- java.lang.Object
-
- javax.jcr.util.TraversingItemVisitor
-
- org.exoplatform.services.jcr.ext.audit.RemoveAuditableVisitor
-
- All Implemented Interfaces:
javax.jcr.ItemVisitor
public class RemoveAuditableVisitor extends javax.jcr.util.TraversingItemVisitorCreated by The eXo Platform SAS.- Version:
- $Id: $
- Author:
- Sergey Kabashnyuk
-
-
Constructor Summary
Constructors Constructor Description RemoveAuditableVisitor(AuditService auditService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidentering(javax.jcr.Node node, int arg1)protected voidentering(javax.jcr.Property arg0, int arg1)protected voidleaving(javax.jcr.Node arg0, int arg1)protected voidleaving(javax.jcr.Property arg0, int arg1)
-
-
-
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:
enteringin classjavax.jcr.util.TraversingItemVisitor- Throws:
javax.jcr.RepositoryException
-
entering
protected void entering(javax.jcr.Property arg0, int arg1) throws javax.jcr.RepositoryException- Specified by:
enteringin classjavax.jcr.util.TraversingItemVisitor- Throws:
javax.jcr.RepositoryException
-
leaving
protected void leaving(javax.jcr.Node arg0, int arg1) throws javax.jcr.RepositoryException- Specified by:
leavingin classjavax.jcr.util.TraversingItemVisitor- Throws:
javax.jcr.RepositoryException
-
leaving
protected void leaving(javax.jcr.Property arg0, int arg1) throws javax.jcr.RepositoryException- Specified by:
leavingin classjavax.jcr.util.TraversingItemVisitor- Throws:
javax.jcr.RepositoryException
-
-