Uses of Class
org.bonitasoft.web.client.model.ProcessInstanceVariable
-
Packages that use ProcessInstanceVariable Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of ProcessInstanceVariable in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProcessInstanceVariable Modifier and Type Method Description ProcessInstanceVariableProcessInstanceVariableApi. getVariableByProcessInstanceId(String id, String variableName)Finds the Variable by ProcessInstance ID Returns the single Variable for the given ProcessInstance IDMethods in org.bonitasoft.web.client.api that return types with arguments of type ProcessInstanceVariable Modifier and Type Method Description List<ProcessInstanceVariable>ProcessInstanceVariableApi. searchProcessInstanceVariables(Integer p, Integer c, List<String> f, String o)Finds ProcessInstance Variables Finds ProcessInstance Variables with pagination params and filtersList<ProcessInstanceVariable>ProcessInstanceVariableApi. searchProcessInstanceVariables(Map<String,Object> queryParams)Finds ProcessInstance Variables Finds ProcessInstance Variables with pagination params and filters Note, this is equivalent to the othersearchProcessInstanceVariablesmethod, but with the query parameters collected into a single Map parameter. -
Uses of ProcessInstanceVariable in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProcessInstanceVariable Modifier and Type Method Description ProcessInstanceVariableProcessInstanceVariable. caseId(String caseId)ProcessInstanceVariableProcessInstanceVariable. description(String description)ProcessInstanceVariableProcessInstanceVariable. name(String name)ProcessInstanceVariableProcessInstanceVariable. type(String type)ProcessInstanceVariableProcessInstanceVariable. value(String value)
-