|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AtlassianLicense
This represent a license as distributed by Atlassian. Typically such a license can contain
licenses for more than one product.
| Method Summary | |
|---|---|
ProductLicense |
getProductLicense(Product product)
Retrieves the license for a given product. |
java.util.Collection<ProductLicense> |
getProductLicenses()
Retrieves all the product licenses associated with this license. |
| Method Detail |
|---|
java.util.Collection<ProductLicense> getProductLicenses()
product licenses associated with this license.
ProductLicense getProductLicense(Product product)
product - the license corresponding to the given Product
ProductLicense for the given product, null if not license was found
for this product
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||