Class AuditLogStatusGet
- java.lang.Object
-
- org.springframework.extensions.webscripts.AbstractWebScript
-
- org.springframework.extensions.webscripts.DeclarativeWebScript
-
- org.alfresco.module.org_alfresco_module_rm.script.AuditLogStatusGet
-
- All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript
public class AuditLogStatusGet extends org.springframework.extensions.webscripts.DeclarativeWebScript
GET audit log status- Author:
- Roy Wetherall
-
-
Field Summary
Fields Modifier and Type Field Description protected FilePlanService
filePlanService
File plan serviceprotected RecordsManagementAuditService
rmAuditService
Records management audit service
-
Constructor Summary
Constructors Constructor Description AuditLogStatusGet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,Object>
executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
protected NodeRef
getDefaultFilePlan()
Helper method to get default file plan.void
setFilePlanService(FilePlanService filePlanService)
void
setRecordsManagementAuditService(RecordsManagementAuditService rmAuditService)
Sets the RecordsManagementAuditService instance-
Methods inherited from class org.springframework.extensions.webscripts.DeclarativeWebScript
execute, executeFinallyImpl, executeImpl, executeImpl, getTemplateModel, renderFormatTemplate
-
Methods inherited from class org.springframework.extensions.webscripts.AbstractWebScript
addModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString
-
-
-
-
Field Detail
-
rmAuditService
protected RecordsManagementAuditService rmAuditService
Records management audit service
-
filePlanService
protected FilePlanService filePlanService
File plan service
-
-
Method Detail
-
setRecordsManagementAuditService
public void setRecordsManagementAuditService(RecordsManagementAuditService rmAuditService)
Sets the RecordsManagementAuditService instance- Parameters:
rmAuditService
- The RecordsManagementAuditService instance
-
setFilePlanService
public void setFilePlanService(FilePlanService filePlanService)
- Parameters:
filePlanService
- file plan service
-
executeImpl
protected Map<String,Object> executeImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.Status status, org.springframework.extensions.webscripts.Cache cache)
- Overrides:
executeImpl
in classorg.springframework.extensions.webscripts.DeclarativeWebScript
- See Also:
StreamContent.executeImpl(org.springframework.extensions.webscripts.WebScriptRequest, org.springframework.extensions.webscripts.Status, org.springframework.extensions.webscripts.Cache)
-
getDefaultFilePlan
protected NodeRef getDefaultFilePlan()
Helper method to get default file plan.- Returns:
- NodeRef default file plan
-
-