Uses of Class
io.camunda.client.protocol.rest.ProcessElementStatisticsResult
Packages that use ProcessElementStatisticsResult
-
Uses of ProcessElementStatisticsResult in io.camunda.client.impl.statistics.response
Constructors in io.camunda.client.impl.statistics.response with parameters of type ProcessElementStatisticsResultModifierConstructorDescription -
Uses of ProcessElementStatisticsResult in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return ProcessElementStatisticsResultModifier and TypeMethodDescriptionMethods in io.camunda.client.protocol.rest that return types with arguments of type ProcessElementStatisticsResultModifier and TypeMethodDescriptionProcessDefinitionElementStatisticsQueryResult.getItems()The element statistics.ProcessInstanceElementStatisticsQueryResult.getItems()The element statistics.Methods in io.camunda.client.protocol.rest with parameters of type ProcessElementStatisticsResultModifier and TypeMethodDescriptionProcessDefinitionElementStatisticsQueryResult.addItemsItem(ProcessElementStatisticsResult itemsItem) ProcessInstanceElementStatisticsQueryResult.addItemsItem(ProcessElementStatisticsResult itemsItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type ProcessElementStatisticsResultModifier and TypeMethodDescriptionProcessDefinitionElementStatisticsQueryResult.items(List<ProcessElementStatisticsResult> items) ProcessInstanceElementStatisticsQueryResult.items(List<ProcessElementStatisticsResult> items) voidProcessDefinitionElementStatisticsQueryResult.setItems(List<ProcessElementStatisticsResult> items) voidProcessInstanceElementStatisticsQueryResult.setItems(List<ProcessElementStatisticsResult> items)