Package com.atlassian.crowd.dao.audit.processor
package com.atlassian.crowd.dao.audit.processor
The audit processors are meant to be called from within other DAOs, to facilitate auditing either single or bulk
operations.
The singular auditFoo() methods expect to be called within the same transaction context as the audited operation.
The bulkFoo() methods produce a
BulkAuditMapper
that
allows generating audit entries for items processed by a BatchProcessor
and should be passed to it's execute method.-
Interfaces