Interface WebSubscriptionDeliveryModeFileProperties

    • Method Detail

      • getFileName

        java.lang.String getFileName()
        Retrieves the name of the file that is set using setFileName(String)
        Returns:
        the file name
      • setFileName

        void setFileName​(java.lang.String name)
        Sets the name of the file that should be created when this subscription gets triggered
        Parameters:
        name - name of the file
      • isCompressed

        boolean isCompressed()
        Returns whether the content that is delivered is compressed or not
        Since:
        MicroStrategy Web 9.0.0
      • setCompression

        void setCompression​(boolean isCompressed)
        Sets whether the content that is delivered is compressed or not
        Parameters:
        isCompressed -
        Since:
        MicroStrategy Web 9.0.0
      • setZipFilePassword

        void setZipFilePassword​(java.lang.String p)
        Sets the password of the compressed file.
        Parameters:
        p -
        Since:
        MicroStrategy Web 9.0.0
      • getZipFileName

        java.lang.String getZipFileName()
        Sets the name of the compressed file associated with this subscription
        Since:
        MicroStrategy Web 9.0.0
      • setZipFileName

        void setZipFileName​(java.lang.String fileName)
        Returns the name of the compressed file saved in the subscrription
        Parameters:
        fileName -
        Since:
        MicroStrategy Web 9.0.0
      • getZipFilePassword

        java.lang.String getZipFilePassword()
        Returns the password of the compressed file.
        Since:
        MicroStrategy Web 9.0.0
      • setProtectZipFile

        void setProtectZipFile​(boolean isProtected)
        Sets whether the compressed file is password protected.
        Parameters:
        isProtected -
        Since:
        MicroStrategy Web 9.0.0
      • isZipFileProtected

        boolean isZipFileProtected()
        Returns whether the compressed file is password protected
        Since:
        MicroStrategy Web 9.0.0
      • getSpaceDelimiter

        java.lang.String getSpaceDelimiter()
        Returns the space delimiter
      • setSpaceDelimiter

        void setSpaceDelimiter​(java.lang.String spaceDelimiter)
        Sets the space delimiter
      • getBurstSubFolder

        java.lang.String getBurstSubFolder()
        Returns the burst sub folder
        Since:
        MicroStrategy Web Polaris
      • setBurstSubFolder

        void setBurstSubFolder​(java.lang.String burstSubFolder)
        Sets the burst sub folder
        Since:
        MicroStrategy Web Polaris