Skip to content

Commit

Permalink
AuditService: class javadoc + @experimental added to new audit(AERType)
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Dec 10, 2021
1 parent 9a655d7 commit 1c62733
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
import com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationAuditType;

/**
* @author semancik
* Service contract for audit - this can actually represent multiple audit services.
* This is implementation independent, but some features may not be supported by all implementations.
* For instance, {@link #supportsRetrieval()} indicates whether audit supports searching, or just storing.
*/
public interface AuditService {

Expand Down Expand Up @@ -54,6 +56,7 @@ public interface AuditService {
* Used for audit import functionality.
* This is a low-level audit method that does not process provided record at all.
*/
@Experimental
void audit(AuditEventRecordType record, OperationResult parentResult);

/**
Expand Down

0 comments on commit 1c62733

Please sign in to comment.