Class 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
    • Constructor Detail

      • ImportPost

        public ImportPost()
    • Method Detail

      • 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