Class SingleProductDetailsViewImpl
- java.lang.Object
-
- com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
-
- com.atlassian.sal.confluence.license.SingleProductDetailsViewImpl
-
- All Implemented Interfaces:
com.atlassian.sal.api.license.BaseLicenseDetails,com.atlassian.sal.api.license.ProductLicense,com.atlassian.sal.api.license.SingleProductLicenseDetailsView
public class SingleProductDetailsViewImpl extends BaseLicenseDetailsImpl implements com.atlassian.sal.api.license.SingleProductLicenseDetailsView
This class is a wrapper on top ofConfluenceLicensewith some additions- Since:
- 5.9.1
- See Also:
BaseLicenseDetailsImpl,SingleProductLicenseDetailsView
-
-
Constructor Summary
Constructors Constructor Description SingleProductDetailsViewImpl(@NonNull com.atlassian.extras.api.confluence.ConfluenceLicense confluenceLicense)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumberOfUsers()@NonNull StringgetProductDisplayName()@NonNull StringgetProductKey()booleanisUnlimitedNumberOfUsers()-
Methods inherited from class com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
getConfluenceLicense, getDescription, getLicenseExpiryDate, getLicenseTypeName, getMaintenanceExpiryDate, getOrganisationName, getProperty, getServerId, getSupportEntitlementNumber, isDataCenter, isEnterpriseLicensingAgreement, isEvaluationLicense, isPerpetualLicense
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.sal.api.license.BaseLicenseDetails
getDescription, getLicenseExpiryDate, getLicenseTypeName, getMaintenanceExpiryDate, getOrganisationName, getProperty, getServerId, getSupportEntitlementNumber, isDataCenter, isEnterpriseLicensingAgreement, isEvaluationLicense, isPerpetualLicense
-
-
-
-
Method Detail
-
getProductKey
public @NonNull String getProductKey()
- Specified by:
getProductKeyin interfacecom.atlassian.sal.api.license.ProductLicense
-
isUnlimitedNumberOfUsers
public boolean isUnlimitedNumberOfUsers()
- Specified by:
isUnlimitedNumberOfUsersin interfacecom.atlassian.sal.api.license.ProductLicense
-
getNumberOfUsers
public int getNumberOfUsers()
- Specified by:
getNumberOfUsersin interfacecom.atlassian.sal.api.license.ProductLicense
-
getProductDisplayName
public @NonNull String getProductDisplayName()
- Specified by:
getProductDisplayNamein interfacecom.atlassian.sal.api.license.ProductLicense
-
-