Uses of Interface
io.camunda.zeebe.client.api.command.SetVariablesCommandStep1.SetVariablesCommandStep2
-
Packages that use SetVariablesCommandStep1.SetVariablesCommandStep2 Package Description io.camunda.zeebe.client.api.command io.camunda.zeebe.client.impl.command -
-
Uses of SetVariablesCommandStep1.SetVariablesCommandStep2 in io.camunda.zeebe.client.api.command
Methods in io.camunda.zeebe.client.api.command that return SetVariablesCommandStep1.SetVariablesCommandStep2 Modifier and Type Method Description SetVariablesCommandStep1.SetVariablesCommandStep2SetVariablesCommandStep1.SetVariablesCommandStep2. local(boolean local)If true, the variables will be merged strictly into the local scope (as indicated by elementInstanceKey); this means the variables is not propagated to upper scopes.SetVariablesCommandStep1.SetVariablesCommandStep2SetVariablesCommandStep1. variables(InputStream variables)Sets the variables document from a JSON stream.SetVariablesCommandStep1.SetVariablesCommandStep2SetVariablesCommandStep1. variables(Object variables)Sets the variables document from an object, which will be serialized into a JSON document.SetVariablesCommandStep1.SetVariablesCommandStep2SetVariablesCommandStep1. variables(String variables)Sets the variables document from a JSON string.SetVariablesCommandStep1.SetVariablesCommandStep2SetVariablesCommandStep1. variables(Map<String,Object> variables)Sets the variables document from a map. -
Uses of SetVariablesCommandStep1.SetVariablesCommandStep2 in io.camunda.zeebe.client.impl.command
Classes in io.camunda.zeebe.client.impl.command that implement SetVariablesCommandStep1.SetVariablesCommandStep2 Modifier and Type Class Description classSetVariablesCommandImplMethods in io.camunda.zeebe.client.impl.command that return SetVariablesCommandStep1.SetVariablesCommandStep2 Modifier and Type Method Description SetVariablesCommandStep1.SetVariablesCommandStep2SetVariablesCommandImpl. local(boolean local)SetVariablesCommandStep1.SetVariablesCommandStep2SetVariablesCommandImpl. variables(InputStream variables)SetVariablesCommandStep1.SetVariablesCommandStep2SetVariablesCommandImpl. variables(Object variables)SetVariablesCommandStep1.SetVariablesCommandStep2SetVariablesCommandImpl. variables(String variables)SetVariablesCommandStep1.SetVariablesCommandStep2SetVariablesCommandImpl. variables(Map<String,Object> variables)
-