Uses of Class
io.camunda.tasklist.generated.model.IncludeVariable
Packages that use IncludeVariable
-
Uses of IncludeVariable in io.camunda.tasklist.generated.model
Methods in io.camunda.tasklist.generated.model that return IncludeVariableModifier and TypeMethodDescriptionIncludeVariable.alwaysReturnFullValue(Boolean alwaysReturnFullValue) Methods in io.camunda.tasklist.generated.model that return types with arguments of type IncludeVariableModifier and TypeMethodDescriptionTaskSearchRequest.getIncludeVariables()An array used to specify a list of variable names that should be included in the response when querying tasks.<br>This field allows users to selectively retrieve specific variables associated with the tasks returned in the search results.VariablesSearchRequest.getIncludeVariables()An array of variable names that should be included in the response.Methods in io.camunda.tasklist.generated.model with parameters of type IncludeVariableModifier and TypeMethodDescriptionTaskSearchRequest.addIncludeVariablesItem(IncludeVariable includeVariablesItem) VariablesSearchRequest.addIncludeVariablesItem(IncludeVariable includeVariablesItem) Method parameters in io.camunda.tasklist.generated.model with type arguments of type IncludeVariableModifier and TypeMethodDescriptionTaskSearchRequest.includeVariables(List<IncludeVariable> includeVariables) VariablesSearchRequest.includeVariables(List<IncludeVariable> includeVariables) voidTaskSearchRequest.setIncludeVariables(List<IncludeVariable> includeVariables) voidVariablesSearchRequest.setIncludeVariables(List<IncludeVariable> includeVariables)