Uses of Class
org.camunda.bpm.engine.rest.dto.telemetry.CommandDto
-
Packages that use CommandDto Package Description org.camunda.bpm.engine.rest.dto.telemetry -
-
Uses of CommandDto in org.camunda.bpm.engine.rest.dto.telemetry
Fields in org.camunda.bpm.engine.rest.dto.telemetry with type parameters of type CommandDto Modifier and Type Field Description protected Map<String,CommandDto>
InternalsDto. commands
Methods in org.camunda.bpm.engine.rest.dto.telemetry that return types with arguments of type CommandDto Modifier and Type Method Description Map<String,CommandDto>
InternalsDto. getCommands()
Method parameters in org.camunda.bpm.engine.rest.dto.telemetry with type arguments of type CommandDto Modifier and Type Method Description void
InternalsDto. setCommands(Map<String,CommandDto> commands)
-