Uses of Class
org.bonitasoft.web.client.model.ProcessInfo
Packages that use ProcessInfo
-
Uses of ProcessInfo in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProcessInfoModifier and TypeMethodDescriptionProcessInfoApi.getProcessInfoById(String id) Finds the ProcessInfo by ID Since 2022.2 !Methods in org.bonitasoft.web.client.api that return types with arguments of type ProcessInfoModifier and TypeMethodDescriptionProcessInfoApi.getProcessInfoByIdWithHttpInfo(String id) Finds the ProcessInfo by ID Similar togetProcessInfoByIdbut it also returns the http response headers . -
Uses of ProcessInfo in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProcessInfoModifier and TypeMethodDescriptionProcessInfo.flowNodeStatesCounters(Map<String, ProcessInfoFlowNodeStatesCountersValue> flowNodeStatesCounters) ProcessInfo.processDefinitionId(String processDefinitionId) ProcessInfo.putFlowNodeStatesCountersItem(String key, ProcessInfoFlowNodeStatesCountersValue flowNodeStatesCountersItem)