Uses of Class
com.atlassian.sal.api.i18n.InvalidOperationException
Packages that use InvalidOperationException
-
Uses of InvalidOperationException in com.atlassian.sal.api.license
Methods in com.atlassian.sal.api.license that throw InvalidOperationExceptionModifier and TypeMethodDescriptionvoidLicenseHandler.addProductLicense(String productKey, String license) Adds the given product license to the host application.voidLicenseHandler.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.voidLicenseHandler.removeProductLicense(String productKey) Removes the product license for the given productKey.