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:
-
BaseLicenseDetailsImpl
SingleProductLicenseDetailsView
-
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, 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
Methods 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:
getProductKey
in interfacecom.atlassian.sal.api.license.ProductLicense
-
isUnlimitedNumberOfUsers
public boolean isUnlimitedNumberOfUsers()- Specified by:
isUnlimitedNumberOfUsers
in interfacecom.atlassian.sal.api.license.ProductLicense
-
getNumberOfUsers
public int getNumberOfUsers()- Specified by:
getNumberOfUsers
in interfacecom.atlassian.sal.api.license.ProductLicense
-
getProductDisplayName
- Specified by:
getProductDisplayName
in interfacecom.atlassian.sal.api.license.ProductLicense
-