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 LicenceInformationLicenceManager. getLicenceInformation()Gets the licence information that applies to the server and all of its services as well as the clients.LicenceInformationLicenceManager. 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 booleanLicenceConstants. 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 LicenceInformationTransformation. toIlm(LicenceInformation licInf)
-