Uses of Class
org.camunda.bpm.engine.rest.dto.telemetry.ApplicationServerDto
Packages that use ApplicationServerDto
-
Uses of ApplicationServerDto in org.camunda.bpm.engine.rest.dto.telemetry
Fields in org.camunda.bpm.engine.rest.dto.telemetry declared as ApplicationServerDtoMethods in org.camunda.bpm.engine.rest.dto.telemetry that return ApplicationServerDtoModifier and TypeMethodDescriptionstatic ApplicationServerDto
ApplicationServerDto.fromEngineDto
(ApplicationServer other) InternalsDto.getApplicationServer()
Methods in org.camunda.bpm.engine.rest.dto.telemetry with parameters of type ApplicationServerDtoModifier and TypeMethodDescriptionvoid
InternalsDto.setApplicationServer
(ApplicationServerDto applicationServer) Constructors in org.camunda.bpm.engine.rest.dto.telemetry with parameters of type ApplicationServerDtoModifierConstructorDescriptionInternalsDto
(DatabaseDto database, ApplicationServerDto server, LicenseKeyDataDto licenseKey, JdkDto jdk)