Uses of Class
org.bonitasoft.web.client.model.ProcessInstanceInfoFlowNodeStatesCountersValue
-
Packages that use ProcessInstanceInfoFlowNodeStatesCountersValue Package Description org.bonitasoft.web.client.model -
-
Uses of ProcessInstanceInfoFlowNodeStatesCountersValue in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProcessInstanceInfoFlowNodeStatesCountersValue Modifier and Type Method Description ProcessInstanceInfoFlowNodeStatesCountersValueProcessInstanceInfoFlowNodeStatesCountersValue. aborted(Long aborted)ProcessInstanceInfoFlowNodeStatesCountersValueProcessInstanceInfoFlowNodeStatesCountersValue. cancelled(Long cancelled)ProcessInstanceInfoFlowNodeStatesCountersValueProcessInstanceInfoFlowNodeStatesCountersValue. completed(Long completed)ProcessInstanceInfoFlowNodeStatesCountersValueProcessInstanceInfoFlowNodeStatesCountersValue. completing(Long completing)ProcessInstanceInfoFlowNodeStatesCountersValueProcessInstanceInfoFlowNodeStatesCountersValue. executing(Long executing)ProcessInstanceInfoFlowNodeStatesCountersValueProcessInstanceInfoFlowNodeStatesCountersValue. failed(Long failed)ProcessInstanceInfoFlowNodeStatesCountersValueProcessInstanceInfoFlowNodeStatesCountersValue. initializing(Long initializing)ProcessInstanceInfoFlowNodeStatesCountersValueProcessInstanceInfoFlowNodeStatesCountersValue. ready(Long ready)ProcessInstanceInfoFlowNodeStatesCountersValueProcessInstanceInfoFlowNodeStatesCountersValue. skipped(Long skipped)ProcessInstanceInfoFlowNodeStatesCountersValueProcessInstanceInfoFlowNodeStatesCountersValue. waiting(Long waiting)Methods in org.bonitasoft.web.client.model that return types with arguments of type ProcessInstanceInfoFlowNodeStatesCountersValue Modifier and Type Method Description Map<String,ProcessInstanceInfoFlowNodeStatesCountersValue>ProcessInstanceInfo. getFlowNodeStatesCounters()flow nodes countersMethods in org.bonitasoft.web.client.model with parameters of type ProcessInstanceInfoFlowNodeStatesCountersValue Modifier and Type Method Description ProcessInstanceInfoProcessInstanceInfo. putFlowNodeStatesCountersItem(String key, ProcessInstanceInfoFlowNodeStatesCountersValue flowNodeStatesCountersItem)Method parameters in org.bonitasoft.web.client.model with type arguments of type ProcessInstanceInfoFlowNodeStatesCountersValue Modifier and Type Method Description ProcessInstanceInfoProcessInstanceInfo. flowNodeStatesCounters(Map<String,ProcessInstanceInfoFlowNodeStatesCountersValue> flowNodeStatesCounters)voidProcessInstanceInfo. setFlowNodeStatesCounters(Map<String,ProcessInstanceInfoFlowNodeStatesCountersValue> flowNodeStatesCounters)
-