Uses of Class
io.camunda.client.protocol.rest.ClusterVariableSearchResult
Packages that use ClusterVariableSearchResult
-
Uses of ClusterVariableSearchResult in io.camunda.client.impl.search.response
Constructors in io.camunda.client.impl.search.response with parameters of type ClusterVariableSearchResultModifierConstructorDescriptionClusterVariableImpl(ClusterVariableSearchResult clusterVariableSearchResult) -
Uses of ClusterVariableSearchResult in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return ClusterVariableSearchResultModifier and TypeMethodDescriptionClusterVariableSearchResult.isTruncated(Boolean isTruncated) ClusterVariableSearchResult.kind(ClusterVariableKindEnum kind) ClusterVariableSearchResult.putMetadataItem(String key, Object metadataItem) ClusterVariableSearchResult.scope(ClusterVariableScopeEnum scope) Methods in io.camunda.client.protocol.rest that return types with arguments of type ClusterVariableSearchResultModifier and TypeMethodDescriptionClusterVariableSearchQueryResult.getItems()The matching cluster variables.Methods in io.camunda.client.protocol.rest with parameters of type ClusterVariableSearchResultModifier and TypeMethodDescriptionClusterVariableSearchQueryResult.addItemsItem(ClusterVariableSearchResult itemsItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type ClusterVariableSearchResultModifier and TypeMethodDescriptionClusterVariableSearchQueryResult.items(List<ClusterVariableSearchResult> items) voidClusterVariableSearchQueryResult.setItems(List<ClusterVariableSearchResult> items)