Uses of Class
org.camunda.bpm.engine.rest.dto.telemetry.ApplicationServerDto
-
Packages that use ApplicationServerDto Package Description org.camunda.bpm.engine.rest.dto.telemetry -
-
Uses of ApplicationServerDto in org.camunda.bpm.engine.rest.dto.telemetry
Fields in org.camunda.bpm.engine.rest.dto.telemetry declared as ApplicationServerDto Modifier and Type Field Description protected ApplicationServerDto
InternalsDto. applicationServer
Methods in org.camunda.bpm.engine.rest.dto.telemetry that return ApplicationServerDto Modifier and Type Method Description static ApplicationServerDto
ApplicationServerDto. fromEngineDto(ApplicationServer other)
ApplicationServerDto
InternalsDto. getApplicationServer()
Methods in org.camunda.bpm.engine.rest.dto.telemetry with parameters of type ApplicationServerDto Modifier and Type Method Description void
InternalsDto. setApplicationServer(ApplicationServerDto applicationServer)
Constructors in org.camunda.bpm.engine.rest.dto.telemetry with parameters of type ApplicationServerDto Constructor Description InternalsDto(DatabaseDto database, ApplicationServerDto server, LicenseKeyDataDto licenseKey, JdkDto jdk)
-