public class BaseAuditRetrievalWebScript
extends org.alfresco.repo.web.scripts.content.StreamContent
| Modifier and Type | Field and Description |
|---|---|
protected org.alfresco.service.namespace.NamespaceService |
namespaceService |
protected RecordsManagementAuditService |
rmAuditService |
| Constructor and Description |
|---|
BaseAuditRetrievalWebScript() |
| Modifier and Type | Method and Description |
|---|---|
protected RecordsManagementAuditQueryParameters |
parseQueryParameters(org.springframework.extensions.webscripts.WebScriptRequest req)
Parses the given request and builds an instance of
RecordsManagementAuditQueryParameters to retrieve the relevant audit entries
|
protected RecordsManagementAuditService.ReportFormat |
parseReportFormat(org.springframework.extensions.webscripts.WebScriptRequest req)
Parses the given request for the format the audit report
should be returned in
|
void |
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
Sets the NamespaceService instance
|
void |
setRecordsManagementAuditService(RecordsManagementAuditService rmAuditService)
Sets the RecordsManagementAuditService instance
|
createObjectReferenceFromUrl, execute, executeImpl, executeImpl, executeImpl, renderFormatTemplate, setAttachment, setDelegate, setMimetypeService, setNodeService, setPermissionService, setRepository, streamContent, streamContent, streamContent, streamContentImpladdModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toStringprotected RecordsManagementAuditService rmAuditService
protected org.alfresco.service.namespace.NamespaceService namespaceService
public void setRecordsManagementAuditService(RecordsManagementAuditService rmAuditService)
auditService - The RecordsManagementAuditService instancepublic void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
namespaceService - The NamespaceService instanceprotected RecordsManagementAuditQueryParameters parseQueryParameters(org.springframework.extensions.webscripts.WebScriptRequest req)
req - The requestprotected RecordsManagementAuditService.ReportFormat parseReportFormat(org.springframework.extensions.webscripts.WebScriptRequest req)
req - The requestCopyright © 2005–2017 Alfresco Software. All rights reserved.