Uses of Class
org.bonitasoft.web.client.model.ProcessInfoFlowNodeStatesCountersValue
-
Packages that use ProcessInfoFlowNodeStatesCountersValue Package Description org.bonitasoft.web.client.model -
-
Uses of ProcessInfoFlowNodeStatesCountersValue in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProcessInfoFlowNodeStatesCountersValue Modifier and Type Method Description ProcessInfoFlowNodeStatesCountersValueProcessInfoFlowNodeStatesCountersValue. completing(Long completing)ProcessInfoFlowNodeStatesCountersValueProcessInfoFlowNodeStatesCountersValue. executing(Long executing)ProcessInfoFlowNodeStatesCountersValueProcessInfoFlowNodeStatesCountersValue. failed(Long failed)ProcessInfoFlowNodeStatesCountersValueProcessInfoFlowNodeStatesCountersValue. initializing(Long initializing)ProcessInfoFlowNodeStatesCountersValueProcessInfoFlowNodeStatesCountersValue. ready(Long ready)ProcessInfoFlowNodeStatesCountersValueProcessInfoFlowNodeStatesCountersValue. waiting(Long waiting)Methods in org.bonitasoft.web.client.model that return types with arguments of type ProcessInfoFlowNodeStatesCountersValue Modifier and Type Method Description Map<String,ProcessInfoFlowNodeStatesCountersValue>ProcessInfo. getFlowNodeStatesCounters()flow nodes countersMethods in org.bonitasoft.web.client.model with parameters of type ProcessInfoFlowNodeStatesCountersValue Modifier and Type Method Description ProcessInfoProcessInfo. putFlowNodeStatesCountersItem(String key, ProcessInfoFlowNodeStatesCountersValue flowNodeStatesCountersItem)Method parameters in org.bonitasoft.web.client.model with type arguments of type ProcessInfoFlowNodeStatesCountersValue Modifier and Type Method Description ProcessInfoProcessInfo. flowNodeStatesCounters(Map<String,ProcessInfoFlowNodeStatesCountersValue> flowNodeStatesCounters)voidProcessInfo. setFlowNodeStatesCounters(Map<String,ProcessInfoFlowNodeStatesCountersValue> flowNodeStatesCounters)
-