Uses of Class
org.alfresco.module.org_alfresco_module_rm.audit.RecordsManagementAuditEntry
-
Packages that use RecordsManagementAuditEntry Package Description org.alfresco.module.org_alfresco_module_rm.audit -
-
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 RecordsManagementAuditEntry Modifier and Type Method Description List<RecordsManagementAuditEntry>
RecordsManagementAuditService. getAuditTrail(RecordsManagementAuditQueryParameters params)
Retrieves a list of audit log entries using the provided parameters represented by the RecordsManagementAuditQueryParameters instance.List<RecordsManagementAuditEntry>
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 RecordsManagementAuditEntry Modifier and Type Method Description protected 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.
-