Interface IAnalysisItemFile

    • Method Detail

      • setFilePath

        void setFilePath​(java.lang.String filePath)

        Sets the path of the file to be uploaded to the server on post operation.

        Parameters:
        filePath - Mandatory java.lang.String parameter.
      • download

        java.lang.String download()

        Downloads the file to the client machine and returns the downloaded file path.

        Returns:
        Returns a value of type java.lang.String