Package com.microstrategy.web.objects
Interface WebLicenseDetails
- 
- All Known Subinterfaces:
 WebProductLicenseDetails
public interface WebLicenseDetails- Since:
 - MicroStrategy Web 7.5.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetComplianceCategory()Returns the license compliance category, fromEnumDSSXMLLicenseComplianceCategory.intgetComplianceLevel()Returns the compliance level of the license.intgetLicenseType()Returns the license type.intgetOutOfComplianceDays()Returns the out of compliance days for the license.intgetRemainingDaysAtThisLevel()Returns the remaining days to reach the next level of out of compliance.booleanisMstrAppLicensed()Returns if MicroStrategy Application is licensed THIS METHOD IS NOT SUPPORTED FOR USE IN CUSTOM APPLICATION DEVELOPMENT. 
 - 
 
- 
- 
Method Detail
- 
getOutOfComplianceDays
int getOutOfComplianceDays()
Returns the out of compliance days for the license.- Returns:
 - out-of-compliance days.
 
 
- 
getRemainingDaysAtThisLevel
int getRemainingDaysAtThisLevel()
Returns the remaining days to reach the next level of out of compliance.- Returns:
 - int remaining days.
 - Since:
 - MicroStrategy Web 8.0.0
 
 
- 
getComplianceLevel
int getComplianceLevel()
Returns the compliance level of the license.- Returns:
 - compliance level.
 
 
- 
getLicenseType
int getLicenseType()
Returns the license type.- Returns:
 - license type.
 
 
- 
getComplianceCategory
int getComplianceCategory()
Returns the license compliance category, fromEnumDSSXMLLicenseComplianceCategory.- Returns:
 - The license compliance category.
 - Since:
 - MicroStrategy Web 8.0.2
 
 
- 
isMstrAppLicensed
boolean isMstrAppLicensed()
Returns if MicroStrategy Application is licensed THIS METHOD IS NOT SUPPORTED FOR USE IN CUSTOM APPLICATION DEVELOPMENT. THE METHOD IS SUBJECT TO CHANGE IN FUTURE RELEASES AND SOME METHODS AND PROPERTIES MAY NOT BE SUITABLE FOR CUSTOM DEVELOPMENT.- Returns:
 trueif MicroStrategy Application is licensed, otherwisefalse
 
 - 
 
 -