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 ApplicationServerDtoInternalsDto. applicationServerMethods in org.camunda.bpm.engine.rest.dto.telemetry that return ApplicationServerDto Modifier and Type Method Description static ApplicationServerDtoApplicationServerDto. fromEngineDto(ApplicationServer other)ApplicationServerDtoInternalsDto. getApplicationServer()Methods in org.camunda.bpm.engine.rest.dto.telemetry with parameters of type ApplicationServerDto Modifier and Type Method Description voidInternalsDto. 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)
-