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 java.util.Map<java.lang.String,CommandDto>InternalsDto. commandsMethods in org.camunda.bpm.engine.rest.dto.telemetry that return types with arguments of type CommandDto Modifier and Type Method Description java.util.Map<java.lang.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 voidInternalsDto. setCommands(java.util.Map<java.lang.String,CommandDto> commands)
-