public interface FolderAuditService extends AuditService
AuditService.AuditEvents
AUDIT_DATE, AUDIT_EVENT, AUDIT_ID, AUDIT_REMARK, AUDIT_TIME, AUDIT_USER, REQUIRED_COLUMNS
Modifier and Type | Method and Description |
---|---|
void |
audit(String id,
String ddcName,
AuditService.AuditEvents event,
String remarks,
Map<String,com.lexmark.saperion.PropertyType> rowData)
Log an audit event for a given ddc.
|
void audit(String id, String ddcName, AuditService.AuditEvents event, String remarks, Map<String,com.lexmark.saperion.PropertyType> rowData) throws com.lexmark.saperion.exceptions.EcmException
id
- System row id of folder 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.com.lexmark.saperion.exceptions.EcmException
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.