com.microstrategy.web.objects.WebProductLicenseDetails |
This interface represents license details for the
DssXmlLicenseComplianceCategoryActivation
category. This category relates to the status of the product license
itself--whether it has been activated, whether the time-bound license (if
applicable) has expired, etc.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getGracePeriodDays()
Returns the total number of days in the grace period for the license.
| ||||||||||
abstract int |
getStatus()
Returns the status of the product's license.
|
[Expand]
Inherited Methods | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Returns the total number of days in the grace period for the license.
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.
Returns the status of the product's license.
EnumDSSXMLProductLicenseStatus
.