public interface AuditManager
Modifier and Type | Method and Description |
---|---|
void |
audit(AfterHandlingEvent event)
Create audit entries according to the provided event.
|
void |
audit(String who,
AuditElements.EventCategoryType type,
String category,
String subcategory,
String event,
AuditElements.Result condition,
Object before,
Object output,
Object... input)
Create audit entries for each audit matching provided conditions.
|
boolean |
auditRequested(String who,
AuditElements.EventCategoryType type,
String category,
String subcategory,
String event)
Checks if audit is requested matching the provided conditions.
|
boolean auditRequested(String who, AuditElements.EventCategoryType type, String category, String subcategory, String event)
who
- user triggering the eventtype
- event category typecategory
- event categorysubcategory
- event subcategoryevent
- eventvoid audit(AfterHandlingEvent event)
event
- Spring event raised during Logic processingvoid audit(String who, AuditElements.EventCategoryType type, String category, String subcategory, String event, AuditElements.Result condition, Object before, Object output, Object... input)
who
- user triggering the eventtype
- event category typecategory
- event categorysubcategory
- event subcategoryevent
- eventcondition
- result value condition.before
- object(s) available before the eventoutput
- object(s) produced by the eventinput
- object(s) provided to the eventCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.