Uses of Interface
com.atlassian.sal.api.license.RawProductLicense
Packages that use RawProductLicense
-
Uses of RawProductLicense in com.atlassian.sal.api.license
Method parameters in com.atlassian.sal.api.license with type arguments of type RawProductLicenseModifier and TypeMethodDescriptionvoidLicenseHandler.addProductLicenses(Set<RawProductLicense> rawProductLicenses) The addProductLicenses is similar toLicenseHandler.addProductLicense(String, String)except that it able to verify and add multiple products in the same request.LicenseHandler.validateMultipleProductLicenses(Set<RawProductLicense> rawProductLicenses, Locale locale) Validates that the given licenses are valid to add for the given product.