Skip navigation links

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.

See: Description

Package com.atlassian.crowd.dao.audit.processor Description

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.
Skip navigation links

Copyright © 2024 Atlassian. All rights reserved.