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 int
getComplianceCategory()
Returns the license compliance category, fromEnumDSSXMLLicenseComplianceCategory
.int
getComplianceLevel()
Returns the compliance level of the license.int
getLicenseType()
Returns the license type.int
getOutOfComplianceDays()
Returns the out of compliance days for the license.int
getRemainingDaysAtThisLevel()
Returns the remaining days to reach the next level of out of compliance.boolean
isMstrAppLicensed()
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:
true
if MicroStrategy Application is licensed, otherwisefalse
-
-