Uses of Class
org.camunda.bpm.engine.impl.telemetry.dto.LicenseKeyDataImpl
-
Packages that use LicenseKeyDataImpl Package Description org.camunda.bpm.engine.impl.telemetry org.camunda.bpm.engine.impl.telemetry.dto org.camunda.bpm.engine.impl.util -
-
Uses of LicenseKeyDataImpl in org.camunda.bpm.engine.impl.telemetry
Fields in org.camunda.bpm.engine.impl.telemetry declared as LicenseKeyDataImpl Modifier and Type Field Description protected LicenseKeyDataImplTelemetryRegistry. licenseKeyMethods in org.camunda.bpm.engine.impl.telemetry that return LicenseKeyDataImpl Modifier and Type Method Description LicenseKeyDataImplTelemetryRegistry. getLicenseKey()Methods in org.camunda.bpm.engine.impl.telemetry with parameters of type LicenseKeyDataImpl Modifier and Type Method Description voidTelemetryRegistry. setLicenseKey(LicenseKeyDataImpl licenseKey) -
Uses of LicenseKeyDataImpl in org.camunda.bpm.engine.impl.telemetry.dto
Fields in org.camunda.bpm.engine.impl.telemetry.dto declared as LicenseKeyDataImpl Modifier and Type Field Description protected LicenseKeyDataImplInternalsImpl. licenseKeyMethods in org.camunda.bpm.engine.impl.telemetry.dto that return LicenseKeyDataImpl Modifier and Type Method Description LicenseKeyDataImplInternalsImpl. getLicenseKey()Methods in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type LicenseKeyDataImpl Modifier and Type Method Description voidInternalsImpl. setLicenseKey(LicenseKeyDataImpl licenseKey)Constructors in org.camunda.bpm.engine.impl.telemetry.dto with parameters of type LicenseKeyDataImpl Constructor Description InternalsImpl(DatabaseImpl database, ApplicationServerImpl server, LicenseKeyDataImpl licenseKey, JdkImpl jdk) -
Uses of LicenseKeyDataImpl in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util that return LicenseKeyDataImpl Modifier and Type Method Description static LicenseKeyDataImplLicenseKeyUtil. getLicenseKeyData(String licenseKey)
-