Interface I_CmsUploader

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void uploadFiles​(java.lang.String uploadUri, java.lang.String targetFolder, boolean isRootPath, java.lang.String postCreateHandler, java.util.List<CmsFileInfo> filesToUpload, java.util.List<java.lang.String> filesToUnzip, boolean keepFileNames, I_CmsUploadDialog dialog)
      Uploads the given files to the given URI.
    • Method Detail

      • uploadFiles

        void uploadFiles​(java.lang.String uploadUri,
                         java.lang.String targetFolder,
                         boolean isRootPath,
                         java.lang.String postCreateHandler,
                         java.util.List<CmsFileInfo> filesToUpload,
                         java.util.List<java.lang.String> filesToUnzip,
                         boolean keepFileNames,
                         I_CmsUploadDialog dialog)
        Uploads the given files to the given URI.

        Parameters:
        uploadUri - the upload URI
        targetFolder - the target folder
        isRootPath - true if the target folder is given as a root path
        postCreateHandler - the post-create handler class, with parameters
        filesToUpload - the files to upload
        filesToUnzip - the files to unzip
        keepFileNames - don't perform filename translation on the server if this is true
        dialog - the dialog instance