Uses of Enum
org.alfresco.module.org_alfresco_module_rm.audit.RecordsManagementAuditService.ReportFormat
Packages that use RecordsManagementAuditService.ReportFormat
Package
Description
-
Uses of RecordsManagementAuditService.ReportFormat in org.alfresco.module.org_alfresco_module_rm.audit
Methods in org.alfresco.module.org_alfresco_module_rm.audit that return RecordsManagementAuditService.ReportFormatModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.RecordsManagementAuditService.ReportFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.module.org_alfresco_module_rm.audit with parameters of type RecordsManagementAuditService.ReportFormatModifier and TypeMethodDescriptionRecordsManagementAuditService.fileAuditTrailAsRecord
(RecordsManagementAuditQueryParameters params, 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.RecordsManagementAuditServiceImpl.fileAuditTrailAsRecord
(RecordsManagementAuditQueryParameters params, 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.RecordsManagementAuditService.getAuditTrailFile
(RecordsManagementAuditQueryParameters params, RecordsManagementAuditService.ReportFormat format) Retrieves a list of audit log entries using the provided parameters represented by the RecordsManagementAuditQueryParameters instance.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. -
Uses of RecordsManagementAuditService.ReportFormat in org.alfresco.module.org_alfresco_module_rm.script
Methods in org.alfresco.module.org_alfresco_module_rm.script that return RecordsManagementAuditService.ReportFormatModifier and TypeMethodDescriptionBaseAuditRetrievalWebScript.parseReportFormat
(org.springframework.extensions.webscripts.WebScriptRequest req) Parses the given request for the format the audit report should be returned in