Uses of Class
io.camunda.tasklist.generated.model.VariableSearchResponse
Packages that use VariableSearchResponse
-
Uses of VariableSearchResponse in io.camunda.tasklist.generated.api
Methods in io.camunda.tasklist.generated.api that return types with arguments of type VariableSearchResponseModifier and TypeMethodDescriptionTaskApi.searchTaskVariables(String taskId, VariablesSearchRequest variablesSearchRequest) Search task variables This method returns a list of task variables for the specified `taskId` and `variableName`.<br>If the request body is not provided or if the `variableNames` parameter in the request is empty, all variables associated with the task will be returned.TaskApi.searchTaskVariables(String taskId, VariablesSearchRequest variablesSearchRequest, Map<String, String> additionalHeaders) Search task variables This method returns a list of task variables for the specified `taskId` and `variableName`.<br>If the request body is not provided or if the `variableNames` parameter in the request is empty, all variables associated with the task will be returned. -
Uses of VariableSearchResponse in io.camunda.tasklist.generated.model
Methods in io.camunda.tasklist.generated.model that return VariableSearchResponseModifier and TypeMethodDescriptionVariableSearchResponse.draft(DraftSearchVariableValue draft) VariableSearchResponse.isValueTruncated(Boolean isValueTruncated) VariableSearchResponse.previewValue(String previewValue) Methods in io.camunda.tasklist.generated.model that return types with arguments of type VariableSearchResponseModifier and TypeMethodDescriptionTaskSearchResponse.getVariables()An array of the task's variables.Methods in io.camunda.tasklist.generated.model with parameters of type VariableSearchResponseModifier and TypeMethodDescriptionTaskSearchResponse.addVariablesItem(VariableSearchResponse variablesItem) Method parameters in io.camunda.tasklist.generated.model with type arguments of type VariableSearchResponseModifier and TypeMethodDescriptionvoidTaskSearchResponse.setVariables(List<VariableSearchResponse> variables) TaskSearchResponse.variables(List<VariableSearchResponse> variables)