Uses of Interface
io.camunda.client.api.search.response.Variable
Packages that use Variable
Package
Description
-
Uses of Variable in io.camunda.client.impl.fetch
Methods in io.camunda.client.impl.fetch that return types with arguments of type Variable -
Uses of Variable in io.camunda.client.impl.search.request
Methods in io.camunda.client.impl.search.request that return types with arguments of type VariableModifier and TypeMethodDescriptionUserTaskVariableSearchRequestImpl.requestTimeout(Duration requestTimeout) VariableSearchRequestImpl.requestTimeout(Duration requestTimeout) UserTaskVariableSearchRequestImpl.send()VariableSearchRequestImpl.send() -
Uses of Variable in io.camunda.client.impl.search.response
Classes in io.camunda.client.impl.search.response that implement VariableMethods in io.camunda.client.impl.search.response that return types with arguments of type VariableModifier and TypeMethodDescriptionstatic SearchResponse<Variable> SearchResponseMapper.toVariableSearchResponse(VariableSearchQueryResult response)