|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.base.license.LicenseUtils
com.jivesoftware.forum.ForumsLicenseUtils
public class ForumsLicenseUtils
Subclass of product manager that provides helper methods for forums specific functionality
Nested Class Summary | |
---|---|
static class |
ForumsLicenseUtils.Editions
Possible forums addition constants |
Field Summary | |
---|---|
static java.lang.String |
PRODUCT
The name of the forums product |
Constructor Summary | |
---|---|
ForumsLicenseUtils()
|
Method Summary | |
---|---|
static com.jivesoftware.base.license.Edition |
getEdition()
Returns the edition object for forums |
static com.jivesoftware.base.license.Product |
getProduct()
Returns the correct project object for forums |
static boolean |
isGold()
Returns true if the exact version is Gold |
static boolean |
isGoldOrGreater()
Returns true if the edition is gold edition or a greater version |
static boolean |
isProfessional()
Returns true if the professional version is gold |
static boolean |
isProfessionalOrGreater()
Returns true if the edition is professional edition or a greater version |
static boolean |
isSilver()
Returns true if the exact version is silver |
static boolean |
isSilverOrGreater()
Returns true if the edition is silver edition or a greater version (ie gold) |
Methods inherited from class com.jivesoftware.base.license.LicenseUtils |
---|
getEditionDisplayName, getNumClusterMembers, getProductDisplayName, getPropertyDisplayName, getSeatStatus, getSeatStatus, isLicensed, isProductInstalled, isSeatStatusBlocked, isSeatStatusExceeded, isSeatStatusOK, isSeatStatusWarning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PRODUCT
Constructor Detail |
---|
public ForumsLicenseUtils()
Method Detail |
---|
public static boolean isSilverOrGreater()
public static boolean isSilver()
public static boolean isGoldOrGreater()
public static boolean isGold()
public static boolean isProfessionalOrGreater()
public static boolean isProfessional()
public static com.jivesoftware.base.license.Product getProduct()
public static com.jivesoftware.base.license.Edition getEdition()
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |