|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.audit.DisableAuditableBehaviourInterceptor
public class DisableAuditableBehaviourInterceptor
An interceptor that disables and then enables ASPECT_AUDITABLE behaviours around method calls.
DisableAuditableBehaviourInterceptor.setMethodNames(List)
).DisableAuditableBehaviourInterceptor.setArgumentValues(List)
. The second argument must be
a QName. If a list is not supplied the second argument is not checked.DisableAuditableBehaviourInterceptor.setBehaviourFilter(BehaviourFilter)
).
Constructor Summary | |
---|---|
DisableAuditableBehaviourInterceptor()
|
Method Summary | |
---|---|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
|
void |
setArgumentValues(java.util.List argumentValues)
|
void |
setBehaviourFilter(BehaviourFilter behaviourFilter)
|
void |
setMethodNames(java.util.List methodNames)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisableAuditableBehaviourInterceptor()
Method Detail |
---|
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) throws java.lang.Throwable
invoke
in interface org.aopalliance.intercept.MethodInterceptor
java.lang.Throwable
public void setBehaviourFilter(BehaviourFilter behaviourFilter)
public void setMethodNames(java.util.List methodNames)
public void setArgumentValues(java.util.List argumentValues)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |