Uses of Class
io.camunda.client.protocol.rest.VariableSearchResult
Packages that use VariableSearchResult
-
Uses of VariableSearchResult in io.camunda.client.impl.search.response
Constructors in io.camunda.client.impl.search.response with parameters of type VariableSearchResult -
Uses of VariableSearchResult in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return VariableSearchResultModifier and TypeMethodDescriptionVariableSearchResult.isTruncated(Boolean isTruncated) VariableSearchResult.processInstanceKey(String processInstanceKey) VariableSearchResult.variableKey(String variableKey) Methods in io.camunda.client.protocol.rest that return types with arguments of type VariableSearchResultMethods in io.camunda.client.protocol.rest with parameters of type VariableSearchResultModifier and TypeMethodDescriptionVariableSearchQueryResult.addItemsItem(VariableSearchResult itemsItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type VariableSearchResultModifier and TypeMethodDescriptionVariableSearchQueryResult.items(List<VariableSearchResult> items) voidVariableSearchQueryResult.setItems(List<VariableSearchResult> items)