public interface LicenseState
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
LicenseMode |
getLicenseMode() |
ModuleLicense |
getModuleLicense() |
LicenseDetails |
getPlatformLicense() |
java.util.Date |
getTrialExpirationDate()
The Date at which this demo's trial period will expire, or expired at if already expired.
|
boolean |
isTrialExpired()
Whether or not this demo's trial period has expired.
|
LicenseMode getLicenseMode()
LicenseMode
for this given LicenseState.boolean isTrialExpired()
java.util.Date getTrialExpirationDate()
LicenseDetails getPlatformLicense()
ModuleLicense getModuleLicense()