Interface WebProductLicenseDetails

    • Method Detail

      • getStatus

        int getStatus()
        Returns the status of the product's license.
        Returns:
        int The status of the product's license, from EnumDSSXMLProductLicenseStatus.
      • getGracePeriodDays

        int getGracePeriodDays()
        Returns the total number of days in the grace period for the license.
        Returns:
        int The total number of days in the grace period for the license. The value differs based on the status returned by getStatus(). If the status is one of the NotActive values, this method returns the number of days in the activation grace period. If the status is one of the Evaluation values, this method returns the number of days in the grace period for the time-bound license. For the other statuses, the result of this method is undefined.