Uses of Class
org.camunda.bpm.engine.impl.telemetry.dto.LicenseKeyData
-
Packages that use LicenseKeyData Package Description org.camunda.bpm.engine.impl.telemetry org.camunda.bpm.engine.impl.telemetry.dto org.camunda.bpm.engine.impl.util org.camunda.bpm.engine.rest.util -
-
Uses of LicenseKeyData in org.camunda.bpm.engine.impl.telemetry
Fields in org.camunda.bpm.engine.impl.telemetry declared as LicenseKeyData Modifier and Type Field Description protected LicenseKeyDataTelemetryRegistry. licenseKeyMethods in org.camunda.bpm.engine.impl.telemetry that return LicenseKeyData Modifier and Type Method Description LicenseKeyDataTelemetryRegistry. getLicenseKey()Methods in org.camunda.bpm.engine.impl.telemetry with parameters of type LicenseKeyData Modifier and Type Method Description voidTelemetryRegistry. setLicenseKey(LicenseKeyData licenseKey) -
Uses of LicenseKeyData in org.camunda.bpm.engine.impl.telemetry.dto
Fields in org.camunda.bpm.engine.impl.telemetry.dto declared as LicenseKeyData Modifier and Type Field Description protected LicenseKeyDataInternals. licenseKeyMethods in org.camunda.bpm.engine.impl.telemetry.dto that return LicenseKeyData Modifier and Type Method Description LicenseKeyDataInternals. getLicenseKey()Methods in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type LicenseKeyData Modifier and Type Method Description voidInternals. setLicenseKey(LicenseKeyData licenseKey)Constructors in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type LicenseKeyData Constructor Description Internals(Database database, ApplicationServer server, LicenseKeyData licenseKey, Jdk jdk) -
Uses of LicenseKeyData in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util that return LicenseKeyData Modifier and Type Method Description static LicenseKeyDataLicenseKeyUtil. getLicenseKeyData(String licenseKey) -
Uses of LicenseKeyData in org.camunda.bpm.engine.rest.util
Methods in org.camunda.bpm.engine.rest.util with parameters of type LicenseKeyData Modifier and Type Method Description static voidWebApplicationUtil. setLicenseKey(LicenseKeyData licenseKeyData)
-