Uses of Enum
io.camunda.client.api.search.enums.ClusterVariableKind
Packages that use ClusterVariableKind
Package
Description
-
Uses of ClusterVariableKind in io.camunda.client.api.command
Methods in io.camunda.client.api.command with parameters of type ClusterVariableKindModifier and TypeMethodDescriptionGloballyScopedClusterVariableCreationCommandStep1.kind(ClusterVariableKind kind) Sets the kind of the cluster variable (optional, defaults to JSON).TenantScopedClusterVariableCreationCommandStep1.kind(ClusterVariableKind kind) Sets the kind of the cluster variable (optional, defaults to JSON). -
Uses of ClusterVariableKind in io.camunda.client.api.response
Methods in io.camunda.client.api.response that return ClusterVariableKind -
Uses of ClusterVariableKind in io.camunda.client.api.search.enums
Methods in io.camunda.client.api.search.enums that return ClusterVariableKindModifier and TypeMethodDescriptionstatic ClusterVariableKindReturns the enum constant of this type with the specified name.static ClusterVariableKind[]ClusterVariableKind.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ClusterVariableKind in io.camunda.client.api.search.filter
Methods in io.camunda.client.api.search.filter with parameters of type ClusterVariableKindModifier and TypeMethodDescriptionClusterVariableFilter.kind(ClusterVariableKind kind) Filters cluster variables by the specified kind. -
Uses of ClusterVariableKind in io.camunda.client.api.search.response
Methods in io.camunda.client.api.search.response that return ClusterVariableKind -
Uses of ClusterVariableKind in io.camunda.client.impl.command
Methods in io.camunda.client.impl.command with parameters of type ClusterVariableKindModifier and TypeMethodDescriptionGloballyScopedCreateClusterVariableImpl.kind(ClusterVariableKind kind) TenantScopedCreateClusterVariableImpl.kind(ClusterVariableKind kind) -
Uses of ClusterVariableKind in io.camunda.client.impl.response
Methods in io.camunda.client.impl.response that return ClusterVariableKind -
Uses of ClusterVariableKind in io.camunda.client.impl.search.filter
Methods in io.camunda.client.impl.search.filter with parameters of type ClusterVariableKind -
Uses of ClusterVariableKind in io.camunda.client.impl.search.filter.builder
Methods in io.camunda.client.impl.search.filter.builder with parameters of type ClusterVariableKindModifier and TypeMethodDescriptionClusterVariableKindPropertyImpl.eq(ClusterVariableKind value) ClusterVariableKindPropertyImpl.in(ClusterVariableKind... values) ClusterVariableKindPropertyImpl.neq(ClusterVariableKind value) Method parameters in io.camunda.client.impl.search.filter.builder with type arguments of type ClusterVariableKindModifier and TypeMethodDescriptionClusterVariableKindPropertyImpl.in(List<ClusterVariableKind> value) -
Uses of ClusterVariableKind in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response that return ClusterVariableKind