java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
org.springframework.extensions.webscripts.DeclarativeWebScript
org.alfresco.module.org_alfresco_module_rm.script.ImportPost
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class ImportPost extends org.springframework.extensions.webscripts.DeclarativeWebScript
Imports an ACP file into a records management container.
Author:
Gavin Cornwell
  • Field Details

  • Constructor Details

    • ImportPost

      public ImportPost()
  • Method Details

    • setNodeService

      public void setNodeService(NodeService nodeService)
      Parameters:
      nodeService -
    • setDictionaryService

      public void setDictionaryService(DictionaryService dictionaryService)
      Sets the data dictionary service
      Parameters:
      dictionaryService - The DictionaryService instance
    • setImporterService

      public void setImporterService(ImporterService importerService)
      Sets the ImporterService to use
      Parameters:
      importerService - The ImporterService
    • setFilePlanRoleService

      public void setFilePlanRoleService(FilePlanRoleService filePlanRoleService)
      Parameters:
      filePlanRoleService - file plan role service
    • 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