Uses of Class
org.bonitasoft.web.client.model.License
-
Packages that use License Package Description org.bonitasoft.web.client.model org.bonitasoft.web.client.services org.bonitasoft.web.client.services.impl.base -
-
Uses of License in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return License Modifier and Type Method Description LicenseLicense. edition(String edition)LicenseLicense. expirationDate(Long expirationDate)LicenseLicense. nbCpuCores(String nbCpuCores)LicenseLicense. owner(String owner) -
Uses of License in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services that return License Modifier and Type Method Description LicenseSystemService. getLicense() -
Uses of License in org.bonitasoft.web.client.services.impl.base
Fields in org.bonitasoft.web.client.services.impl.base declared as License Modifier and Type Field Description static LicenseAbstractService. COMMUNITY_LICENCEMethods in org.bonitasoft.web.client.services.impl.base that return License Modifier and Type Method Description LicenseAbstractService. getLicense()LicenseCachingClientContext. getLicense()LicenseCachingClientContext. getLicense(Function<String,Object> value)LicenseClientContext. getLicense()LicenseClientContext. getLicense(Function<String,Object> value)Methods in org.bonitasoft.web.client.services.impl.base with parameters of type License Modifier and Type Method Description voidCachingClientContext. setLicense(License license)voidClientContext. setLicense(License license)
-