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