public class AuditLogGet extends BaseAuditRetrievalWebScript
| Modifier and Type | Field and Description |
|---|---|
protected CapabilityService |
capabilityService
Capability service
|
protected org.alfresco.repo.web.scripts.content.ContentStreamer |
contentStreamer
Content Streamer
|
protected FilePlanService |
filePlanService
File plan service
|
namespaceService, rmAuditService| Constructor and Description |
|---|
AuditLogGet() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.WebScriptResponse res) |
void |
setCapabilityService(CapabilityService capabilityService) |
void |
setContentStreamer(org.alfresco.repo.web.scripts.content.ContentStreamer contentStreamer) |
void |
setFilePlanService(FilePlanService filePlanService) |
void |
setViewLogMaxSize(int viewLogMaxSize) |
parseQueryParameters, parseReportFormat, setNamespaceService, setRecordsManagementAuditServicecreateObjectReferenceFromUrl, 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 org.alfresco.repo.web.scripts.content.ContentStreamer contentStreamer
protected CapabilityService capabilityService
protected FilePlanService filePlanService
public void setContentStreamer(org.alfresco.repo.web.scripts.content.ContentStreamer contentStreamer)
contentStreamer - public void setCapabilityService(CapabilityService capabilityService)
capabilityService - Capability Servicepublic void setFilePlanService(FilePlanService filePlanService)
filePlanService - File Plan Servicepublic void setViewLogMaxSize(int viewLogMaxSize)
viewLogMaxSize - Maximum number of entries to be displayed in View Audit Logpublic void execute(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.WebScriptResponse res)
throws IOException
execute in interface org.springframework.extensions.webscripts.WebScriptexecute in class org.alfresco.repo.web.scripts.content.StreamContentIOExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.