Uses of Enum
io.camunda.client.api.search.enums.ClusterVariableScope
Packages that use ClusterVariableScope
Package
Description
-
Uses of ClusterVariableScope in io.camunda.client.api.response
Methods in io.camunda.client.api.response that return ClusterVariableScope -
Uses of ClusterVariableScope in io.camunda.client.api.search.enums
Methods in io.camunda.client.api.search.enums that return ClusterVariableScopeModifier and TypeMethodDescriptionstatic ClusterVariableScopeReturns the enum constant of this type with the specified name.static ClusterVariableScope[]ClusterVariableScope.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ClusterVariableScope in io.camunda.client.api.search.filter
Methods in io.camunda.client.api.search.filter with parameters of type ClusterVariableScopeModifier and TypeMethodDescriptionClusterVariableFilter.scope(ClusterVariableScope scope) Filters cluster variables by the specified scope. -
Uses of ClusterVariableScope in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response that return ClusterVariableScope -
Uses of ClusterVariableScope in io.camunda.client.impl.response
Methods in io.camunda.client.impl.response that return ClusterVariableScope -
Uses of ClusterVariableScope in io.camunda.client.impl.search.filter
Methods in io.camunda.client.impl.search.filter with parameters of type ClusterVariableScope -
Uses of ClusterVariableScope in io.camunda.client.impl.search.filter.builder
Methods in io.camunda.client.impl.search.filter.builder with parameters of type ClusterVariableScopeModifier and TypeMethodDescriptionClusterVariableScopePropertyImpl.eq(ClusterVariableScope value) ClusterVariableScopePropertyImpl.in(ClusterVariableScope... values) ClusterVariableScopePropertyImpl.neq(ClusterVariableScope value) Method parameters in io.camunda.client.impl.search.filter.builder with type arguments of type ClusterVariableScopeModifier and TypeMethodDescriptionClusterVariableScopePropertyImpl.in(List<ClusterVariableScope> value) -
Uses of ClusterVariableScope in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response that return ClusterVariableScope