|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationAuditModel
The audit model used for application level auditing.
Method Summary | |
---|---|
AuditMode |
afterExecution(AuditMode auditMode,
java.lang.String application,
java.lang.String description,
NodeRef key,
java.lang.Object[] args)
Report if audit behaviour can be determined after the method call |
AuditMode |
beforeExecution(AuditMode auditMode,
java.lang.String application,
java.lang.String description,
NodeRef key,
java.lang.Object[] args)
Report if audit behaviour can be determined before the method call |
RecordOptions |
getAuditRecordOptions(java.lang.String application)
Get the optional parameters that are to be recorded |
AuditMode |
onError(AuditMode auditMode,
java.lang.String application,
java.lang.String description,
NodeRef key,
java.lang.Object[] args)
Report if audit behaviour should be invoked on error. |
Method Detail |
---|
AuditMode beforeExecution(AuditMode auditMode, java.lang.String application, java.lang.String description, NodeRef key, java.lang.Object[] args)
auditMode
- application
- description
- key
- args
-
AuditMode afterExecution(AuditMode auditMode, java.lang.String application, java.lang.String description, NodeRef key, java.lang.Object[] args)
auditMode
- application
- description
- key
- args
-
AuditMode onError(AuditMode auditMode, java.lang.String application, java.lang.String description, NodeRef key, java.lang.Object[] args)
auditMode
- application
- description
- key
- args
-
RecordOptions getAuditRecordOptions(java.lang.String application)
application
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |