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 of
ConfluenceLicense with some additions- Since:
- 5.9.1
- See Also:
-
BaseLicenseDetailsImplSingleProductLicenseDetailsView
-
Field Summary
Fields inherited from interface com.atlassian.sal.api.license.ProductLicense
UNLIMITED_USER_COUNT -
Constructor Summary
ConstructorsConstructorDescriptionSingleProductDetailsViewImpl(@NonNull com.atlassian.extras.api.confluence.ConfluenceLicense confluenceLicense) -
Method Summary
Methods inherited from class com.atlassian.sal.confluence.license.BaseLicenseDetailsImpl
getConfluenceLicense, getDescription, getLicenseExpiryDate, getLicenseTypeName, getMaintenanceExpiryDate, getOrganisationName, getProperty, getServerId, getSupportEntitlementNumber, isDataCenter, isEnterpriseLicensingAgreement, isEvaluationLicense, isPerpetualLicenseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.sal.api.license.BaseLicenseDetails
getDescription, getLicenseExpiryDate, getLicenseTypeName, getMaintenanceExpiryDate, getOrganisationName, getProperty, getServerId, getSupportEntitlementNumber, isDataCenter, isEnterpriseLicensingAgreement, isEvaluationLicense, isPerpetualLicenseMethods inherited from interface com.atlassian.sal.api.license.ProductLicense
getProperty
-
Constructor Details
-
SingleProductDetailsViewImpl
public SingleProductDetailsViewImpl(@NonNull com.atlassian.extras.api.confluence.ConfluenceLicense confluenceLicense)
-
-
Method Details
-
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
- Specified by:
getProductDisplayNamein interfacecom.atlassian.sal.api.license.ProductLicense
-