Uses of Class
org.bonitasoft.web.client.model.ProcessInstanceInfo
-
Packages that use ProcessInstanceInfo Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of ProcessInstanceInfo in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProcessInstanceInfo Modifier and Type Method Description ProcessInstanceInfoProcessInstanceInfoApi. getProcessInstanceInfoById(String id)Finds the ProcessInstanceInfo by ID Returns the single ProcessInstanceInfo for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type ProcessInstanceInfo Modifier and Type Method Description ApiResponse<ProcessInstanceInfo>ProcessInstanceInfoApi. getProcessInstanceInfoByIdWithHttpInfo(String id)Finds the ProcessInstanceInfo by ID Similar togetProcessInstanceInfoByIdbut it also returns the http response headers . -
Uses of ProcessInstanceInfo in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProcessInstanceInfo Modifier and Type Method Description ProcessInstanceInfoProcessInstanceInfo. flowNodeStatesCounters(Map<String,ProcessInstanceInfoFlowNodeStatesCounters> flowNodeStatesCounters)ProcessInstanceInfoProcessInstanceInfo. id(String id)ProcessInstanceInfoProcessInstanceInfo. putFlowNodeStatesCountersItem(String key, ProcessInstanceInfoFlowNodeStatesCounters flowNodeStatesCountersItem)
-