Uses of Class
org.alfresco.module.org_alfresco_module_rm.audit.RecordsManagementAuditEntry
Packages that use RecordsManagementAuditEntry
-
Uses of RecordsManagementAuditEntry in org.alfresco.module.org_alfresco_module_rm.audit
Methods in org.alfresco.module.org_alfresco_module_rm.audit that return types with arguments of type RecordsManagementAuditEntryModifier and TypeMethodDescriptionRecordsManagementAuditService.getAuditTrail
(RecordsManagementAuditQueryParameters params) Retrieves a list of audit log entries using the provided parameters represented by the RecordsManagementAuditQueryParameters instance.RecordsManagementAuditServiceImpl.getAuditTrail
(RecordsManagementAuditQueryParameters params) Retrieves a list of audit log entries using the provided parameters represented by the RecordsManagementAuditQueryParameters instance.Method parameters in org.alfresco.module.org_alfresco_module_rm.audit with type arguments of type RecordsManagementAuditEntryModifier and TypeMethodDescriptionprotected void
RecordsManagementAuditServiceImpl.getAuditTrailImpl
(RecordsManagementAuditQueryParameters params, List<RecordsManagementAuditEntry> results, Writer writer, RecordsManagementAuditService.ReportFormat reportFormat) Get the audit trail, optionally dumping the results the the given writer dumping to a list.