Uses of Interface
io.camunda.client.api.command.GloballyScopedClusterVariableCreationCommandStep1
Packages that use GloballyScopedClusterVariableCreationCommandStep1
Package
Description
-
Uses of GloballyScopedClusterVariableCreationCommandStep1 in io.camunda.client
Methods in io.camunda.client that return GloballyScopedClusterVariableCreationCommandStep1Modifier and TypeMethodDescriptionCamundaClient.newGloballyScopedClusterVariableCreateRequest()Creates a request to create a new globally-scoped cluster variable. -
Uses of GloballyScopedClusterVariableCreationCommandStep1 in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return GloballyScopedClusterVariableCreationCommandStep1Modifier and TypeMethodDescriptionSets the name and value of the cluster variable.GloballyScopedClusterVariableCreationCommandStep1.kind(ClusterVariableKind kind) Sets the kind of the cluster variable (optional, defaults to JSON).Sets the metadata bag of the cluster variable (optional). -
Uses of GloballyScopedClusterVariableCreationCommandStep1 in io.camunda.client.impl
Methods in io.camunda.client.impl that return GloballyScopedClusterVariableCreationCommandStep1Modifier and TypeMethodDescriptionCamundaClientImpl.newGloballyScopedClusterVariableCreateRequest() -
Uses of GloballyScopedClusterVariableCreationCommandStep1 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement GloballyScopedClusterVariableCreationCommandStep1Methods in io.camunda.client.impl.command that return GloballyScopedClusterVariableCreationCommandStep1Modifier and TypeMethodDescriptionGloballyScopedCreateClusterVariableImpl.kind(ClusterVariableKind kind) GloballyScopedCreateClusterVariableImpl.requestTimeout(Duration requestTimeout)