Interface DocumentAuditService

    • Method Detail

      • audit

        void audit​(java.lang.String id,
                   java.lang.String ddcName,
                   AuditService.AuditEvents event,
                   java.lang.String remarks,
                   java.util.Map<java.lang.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