Class 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
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.springframework.extensions.webscripts.AbstractWebScript

        org.springframework.extensions.webscripts.AbstractWebScript.ScriptDetails
    • 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 org.alfresco.service.cmr.repository.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
    • Constructor Detail

      • AuditLogStatusGet

        public AuditLogStatusGet()
    • 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 class org.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 org.alfresco.service.cmr.repository.NodeRef getDefaultFilePlan()
        Helper method to get default file plan.
        Returns:
        NodeRef default file plan