Package com.evolveum.midpoint.audit.api
Interface AuditResultHandler
-
public interface AuditResultHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getProgress()
boolean
handle(AuditEventRecord auditRecord)
-
-
-
Method Detail
-
handle
boolean handle(AuditEventRecord auditRecord)
-
getProgress
int getProgress()
-
-