mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-581 (A user will receive notification of rejected records)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@46140 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -34,3 +34,4 @@ rm.audit.trail-file-fail=Failed to generate audit trail file.
|
||||
rm.audit.audit-report=Audit Report
|
||||
rm.audit.create-disposition-schedule=Create Disposition Schedule
|
||||
rm.audit.unfreeze=Unfreeze
|
||||
rm.audit.reject-record=Reject Record
|
@@ -129,6 +129,7 @@ public class RecordsManagementAuditServiceImpl
|
||||
private static final String MSG_AUDIT_REPORT = "rm.audit.audit-report";
|
||||
private static final String MSG_CREATE_DISPOSITION_SCHEDULE = "rm.audit.create-disposition-schedule";
|
||||
private static final String MSG_UNFREEZE = "rm.audit.unfreeze";
|
||||
private static final String MSG_REJECT_RECORD = "rm.audit.reject-record";
|
||||
|
||||
/** Logger */
|
||||
private static Log logger = LogFactory.getLog(RecordsManagementAuditServiceImpl.class);
|
||||
@@ -319,6 +320,8 @@ public class RecordsManagementAuditServiceImpl
|
||||
new AuditEvent("createDispositionSchedule", MSG_CREATE_DISPOSITION_SCHEDULE));
|
||||
this.auditEvents.put("unfreeze",
|
||||
new AuditEvent("unfreeze", MSG_UNFREEZE));
|
||||
this.auditEvents.put("reject",
|
||||
new AuditEvent("reject", MSG_REJECT_RECORD));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user