Uses of Interface
de.aristaflow.adept2.model.common.LicenceInformation
-
Packages that use LicenceInformation Package Description de.aristaflow.adept2.base.licensing de.aristaflow.adept2.model.common de.aristaflow.ilm.model.common -
-
Uses of LicenceInformation in de.aristaflow.adept2.base.licensing
Methods in de.aristaflow.adept2.base.licensing that return LicenceInformation Modifier and Type Method Description LicenceInformation
LicenceManager. getLicenceInformation()
Gets the licence information that applies to the server and all of its services as well as the clients.LicenceInformation
LicenceManager. getLicenceInformation(SessionToken session)
Deprecated.UseLicenceManager.getLicenceInformation()
instead. -
Uses of LicenceInformation in de.aristaflow.adept2.model.common
Methods in de.aristaflow.adept2.model.common with parameters of type LicenceInformation Modifier and Type Method Description protected static Collection<String>
LicenceConstants. getLicensedFeatures(LicenceInformation licInf)
Gets all features for the designated licence, this includes the default features of the corresponding edition as well as the features that are additionally licensed.static boolean
LicenceConstants. isLicensed(String feature, LicenceInformation licInf)
Gets whether the designated feature is included in the designated licence. -
Uses of LicenceInformation in de.aristaflow.ilm.model.common
Methods in de.aristaflow.ilm.model.common with parameters of type LicenceInformation Modifier and Type Method Description static LicenceInformation
Transformation. toIlm(LicenceInformation licInf)
-