Package com.lexmark.saperion
Interface DocumentAuditService
- All Superinterfaces:
AuditService
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.lexmark.saperion.AuditService
AuditService.AuditEvents
-
Field Summary
Fields inherited from interface com.lexmark.saperion.AuditService
AUDIT_DATE, AUDIT_EVENT, AUDIT_ID, AUDIT_REMARK, AUDIT_TIME, AUDIT_USER, REQUIRED_COLUMNS
-
Method Summary
-
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.EcmExceptionLog 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 remarksrowData
- Data for the affected row in the ddc.- Throws:
com.lexmark.saperion.exceptions.EcmException
-