Uses of Class
org.alfresco.module.org_alfresco_module_rm.audit.RecordsManagementAuditService.ReportFormat
-
Packages that use RecordsManagementAuditService.ReportFormat Package Description org.alfresco.module.org_alfresco_module_rm.audit org.alfresco.module.org_alfresco_module_rm.script -
-
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.ReportFormat Modifier and Type Method Description static RecordsManagementAuditService.ReportFormat
RecordsManagementAuditService.ReportFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static RecordsManagementAuditService.ReportFormat[]
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.ReportFormat Modifier and Type Method Description NodeRef
RecordsManagementAuditService. 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.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.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. -
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.ReportFormat Modifier and Type Method Description protected RecordsManagementAuditService.ReportFormat
BaseAuditRetrievalWebScript. parseReportFormat(org.springframework.extensions.webscripts.WebScriptRequest req)
Parses the given request for the format the audit report should be returned in
-