Uses of Class
org.bonitasoft.web.client.model.ProcessInfo
-
Packages that use ProcessInfo Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of ProcessInfo in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProcessInfo Modifier and Type Method Description ProcessInfoProcessInfoApi. getProcessInfoById(String id)Finds the ProcessInfo by ID Since 2022.2  Returns the single ProcessInfo for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type ProcessInfo Modifier and Type Method Description ApiResponse<ProcessInfo>ProcessInfoApi. 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 ProcessInfo Modifier and Type Method Description ProcessInfoProcessInfo. flowNodeStatesCounters(Map<String,ProcessInfoFlowNodeStatesCountersValue> flowNodeStatesCounters)ProcessInfoProcessInfo. processDefinitionId(String processDefinitionId)ProcessInfoProcessInfo. putFlowNodeStatesCountersItem(String key, ProcessInfoFlowNodeStatesCountersValue flowNodeStatesCountersItem)
-