Uses of Class
org.bonitasoft.web.client.model.ProcessVariable
-
Packages that use ProcessVariable Package Description org.bonitasoft.web.client.model -
-
Uses of ProcessVariable in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProcessVariable Modifier and Type Method Description ProcessVariableProcessVariable. name(String name)Methods in org.bonitasoft.web.client.model that return types with arguments of type ProcessVariable Modifier and Type Method Description List<ProcessVariable>ProcessInstanceCreateRequest. getVariables()process variables initial valuesMethods in org.bonitasoft.web.client.model with parameters of type ProcessVariable Modifier and Type Method Description ProcessInstanceCreateRequestProcessInstanceCreateRequest. addVariablesItem(ProcessVariable variablesItem)Method parameters in org.bonitasoft.web.client.model with type arguments of type ProcessVariable Modifier and Type Method Description voidProcessInstanceCreateRequest. setVariables(List<ProcessVariable> variables)ProcessInstanceCreateRequestProcessInstanceCreateRequest. variables(List<ProcessVariable> variables)
-