org.alfresco.service.cmr.repository.NodeRef |
RecordsManagementAuditService.fileAuditTrailAsRecord(RecordsManagementAuditQueryParameters params,
org.alfresco.service.cmr.repository.NodeRef destination,
RecordsManagementAuditService.ReportFormat format) |
Retrieves a list of audit log entries using the provided parameters
represented by the RecordsManagementAuditQueryParameters instance and
then files the resulting log as an undeclared record in the record folder
represented by the given NodeRef.
|
org.alfresco.service.cmr.repository.NodeRef |
RecordsManagementAuditServiceImpl.fileAuditTrailAsRecord(RecordsManagementAuditQueryParameters params,
org.alfresco.service.cmr.repository.NodeRef destination,
RecordsManagementAuditService.ReportFormat format) |
Retrieves a list of audit log entries using the provided parameters
represented by the RecordsManagementAuditQueryParameters instance and
then files the resulting log as an undeclared record in the record folder
represented by the given NodeRef.
|
File |
RecordsManagementAuditService.getAuditTrailFile(RecordsManagementAuditQueryParameters params,
RecordsManagementAuditService.ReportFormat format) |
Retrieves a list of audit log entries using the provided parameters
represented by the RecordsManagementAuditQueryParameters instance.
|
File |
RecordsManagementAuditServiceImpl.getAuditTrailFile(RecordsManagementAuditQueryParameters params,
RecordsManagementAuditService.ReportFormat format) |
Retrieves a list of audit log entries using the provided parameters
represented by the RecordsManagementAuditQueryParameters instance.
|
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.
|