Interface DocumentAuditService

All Superinterfaces:
AuditService

public interface DocumentAuditService extends AuditService
  • Method Details

    • audit

      void audit(String id, String ddcName, AuditService.AuditEvents event, String remarks, Map<String,com.lexmark.saperion.PropertyType> rowData) throws com.lexmark.saperion.exceptions.EcmException
      Log an audit event for a given ddc.
      Parameters:
      id - revision id or system row id of document for which the audit log needs to be written.
      ddcName - Name of the ddc for which the audit log needs to be written.
      event - Audit event.
      remarks - Audit remarks
      rowData - Data for the affected row in the ddc.
      Throws:
      com.lexmark.saperion.exceptions.EcmException