Class ActivatedLicenseState
java.lang.Object
com.inductiveautomation.ignition.common.licensing.ActivatedLicenseState
- All Implemented Interfaces:
- LicenseState,- Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionActivatedLicenseState(LicenseDetails platformLicense, LicenseDetails moduleLicense) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanThe Date at which this demo's trial period will expire, or expired at if already expired.booleanWhether or not this demo's trial period has expired.toString()
- 
Constructor Details- 
ActivatedLicenseState
 
- 
- 
Method Details- 
getLicenseMode- Specified by:
- getLicenseModein interface- LicenseState
- Returns:
- the LicenseModefor this given LicenseState.
 
- 
getModuleLicense- Specified by:
- getModuleLicensein interface- LicenseState
- Returns:
- the LicenseDetails in effect for this LicenseState for this particular module. If the LicenseMode is not Activated this can be null.
 
- 
getPlatformLicense- Specified by:
- getPlatformLicensein interface- LicenseState
- Returns:
- the PlatformLicense in effect for this LicenseState. If the LicenseMode is not Activated this can be null.
 
- 
isTrialExpiredpublic boolean isTrialExpired()Description copied from interface:LicenseStateWhether or not this demo's trial period has expired. Only relevant when the LicenseMode is Trial.- Specified by:
- isTrialExpiredin interface- LicenseState
- Returns:
- true if the demo's trial has expired
 
- 
getTrialExpirationDateDescription copied from interface:LicenseStateThe Date at which this demo's trial period will expire, or expired at if already expired. Not relevant unless the LicenseMode is Demo.- Specified by:
- getTrialExpirationDatein interface- LicenseState
 
- 
toString
- 
equals
 
-