Interface Limits

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getDiskSpaceLimit()
      Returns the disk space limit of the affected user type.
      int getMaxFiles()
      Returns the maximum number of files for the affected user type.
      int getUploadLimit()
      Returns the upload limit of the affected user type.
      boolean hasLimits()
      Returns true, if usage limits exist for the user type.
      void setDiskSpaceLimit​(int diskSpaceLimit)
      Sets the disk space limit of the affected user type.
      void setMaxFiles​(int maxFiles)
      Sets the maximum number of files for the affected user type.
      void setUploadLimit​(int uploadLimit)
      Sets the upload limit of the affected user type.
    • Method Detail

      • getUploadLimit

        int getUploadLimit()
        Returns the upload limit of the affected user type.
        Returns:
        The upload limit of the affected user type.
      • setUploadLimit

        void setUploadLimit​(int uploadLimit)
        Sets the upload limit of the affected user type.
        Parameters:
        uploadLimit - The upload limit of the affected user type.
      • getMaxFiles

        int getMaxFiles()
        Returns the maximum number of files for the affected user type.
        Returns:
        The maximum number of files for the affected user type.
      • setMaxFiles

        void setMaxFiles​(int maxFiles)
        Sets the maximum number of files for the affected user type.
        Parameters:
        maxFiles - The maximum number of files for the affected user type.
      • getDiskSpaceLimit

        int getDiskSpaceLimit()
        Returns the disk space limit of the affected user type.
        Returns:
        The disk space limit of the affected user type.
      • setDiskSpaceLimit

        void setDiskSpaceLimit​(int diskSpaceLimit)
        Sets the disk space limit of the affected user type.
        Parameters:
        diskSpaceLimit - The disk space limit of the affected user type.
      • hasLimits

        boolean hasLimits()
        Returns true, if usage limits exist for the user type.
        Returns:
        true, if limits have been set for the affected user type.