Uses of Interface
io.zeebe.client.api.command.SetVariablesCommandStep1.SetVariablesCommandStep2
-
Packages that use SetVariablesCommandStep1.SetVariablesCommandStep2 Package Description io.zeebe.client.api.command io.zeebe.client.impl.command -
-
Uses of SetVariablesCommandStep1.SetVariablesCommandStep2 in io.zeebe.client.api.command
Methods in io.zeebe.client.api.command that return SetVariablesCommandStep1.SetVariablesCommandStep2 Modifier and Type Method Description SetVariablesCommandStep1.SetVariablesCommandStep2
SetVariablesCommandStep1.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.SetVariablesCommandStep2
SetVariablesCommandStep1. variables(InputStream variables)
Sets the variables document from a JSON stream.SetVariablesCommandStep1.SetVariablesCommandStep2
SetVariablesCommandStep1. variables(Object variables)
Sets the variables document from an object, which will be serialized into a JSON document.SetVariablesCommandStep1.SetVariablesCommandStep2
SetVariablesCommandStep1. variables(String variables)
Sets the variables document from a JSON string.SetVariablesCommandStep1.SetVariablesCommandStep2
SetVariablesCommandStep1. variables(Map<String,Object> variables)
Sets the variables document from a map. -
Uses of SetVariablesCommandStep1.SetVariablesCommandStep2 in io.zeebe.client.impl.command
Classes in io.zeebe.client.impl.command that implement SetVariablesCommandStep1.SetVariablesCommandStep2 Modifier and Type Class Description class
SetVariablesCommandImpl
Methods in io.zeebe.client.impl.command that return SetVariablesCommandStep1.SetVariablesCommandStep2 Modifier and Type Method Description SetVariablesCommandStep1.SetVariablesCommandStep2
SetVariablesCommandImpl. local(boolean local)
SetVariablesCommandStep1.SetVariablesCommandStep2
SetVariablesCommandImpl. variables(InputStream variables)
SetVariablesCommandStep1.SetVariablesCommandStep2
SetVariablesCommandImpl. variables(Object variables)
SetVariablesCommandStep1.SetVariablesCommandStep2
SetVariablesCommandImpl. variables(String variables)
SetVariablesCommandStep1.SetVariablesCommandStep2
SetVariablesCommandImpl. variables(Map<String,Object> variables)
-