|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.repo.audit.model.AbstractAuditEntry
org.alfresco.repo.audit.model.AbstractNamedAuditEntry
org.alfresco.repo.audit.model.MethodAuditEntry
public class MethodAuditEntry
| Constructor Summary | |
|---|---|
MethodAuditEntry()
|
|
| Method Summary | |
|---|---|
AuditMode |
afterExecution(AuditMode auditMode,
org.aopalliance.intercept.MethodInvocation mi)
Report if audit behaviour can be determined after the method call |
AuditMode |
beforeExecution(AuditMode auditMode,
org.aopalliance.intercept.MethodInvocation mi)
Report if audit behaviour can be determined before the method call |
TrueFalseUnset |
getAuditInternalServiceMethods(org.aopalliance.intercept.MethodInvocation mi)
Deteine if internal calls to public service shoud be audited |
RecordOptions |
getAuditRecordOptions(org.aopalliance.intercept.MethodInvocation mi)
Get the optional parameters that are to be recorded |
AuditMode |
onError(AuditMode auditMode,
org.aopalliance.intercept.MethodInvocation mi)
Report if audit behaviour should be invoked on error. |
| Methods inherited from class org.alfresco.repo.audit.model.AbstractAuditEntry |
|---|
getEffectiveAuditInternal, getEffectiveAuditMode, getEffectiveRecordOptions, getEnabled, setPublicServiceIdentifier |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodAuditEntry()
| Method Detail |
|---|
public AuditMode beforeExecution(AuditMode auditMode,
org.aopalliance.intercept.MethodInvocation mi)
MethodAuditModel
beforeExecution in interface MethodAuditModel
public AuditMode afterExecution(AuditMode auditMode,
org.aopalliance.intercept.MethodInvocation mi)
MethodAuditModel
afterExecution in interface MethodAuditModel
public AuditMode onError(AuditMode auditMode,
org.aopalliance.intercept.MethodInvocation mi)
MethodAuditModel
onError in interface MethodAuditModelpublic RecordOptions getAuditRecordOptions(org.aopalliance.intercept.MethodInvocation mi)
MethodAuditModel
getAuditRecordOptions in interface MethodAuditModelpublic TrueFalseUnset getAuditInternalServiceMethods(org.aopalliance.intercept.MethodInvocation mi)
MethodAuditModel
getAuditInternalServiceMethods in interface MethodAuditModel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||