Uses of Interface
io.zeebe.client.api.command.SetVariablesCommandStep1
-
Packages that use SetVariablesCommandStep1 Package Description io.zeebe.client io.zeebe.client.impl io.zeebe.client.impl.command -
-
Uses of SetVariablesCommandStep1 in io.zeebe.client
Methods in io.zeebe.client that return SetVariablesCommandStep1 Modifier and Type Method Description SetVariablesCommandStep1
ZeebeClient. newSetVariablesCommand(long elementInstanceKey)
Command to set and/or update the variables of a given flow element (e.g. -
Uses of SetVariablesCommandStep1 in io.zeebe.client.impl
Methods in io.zeebe.client.impl that return SetVariablesCommandStep1 Modifier and Type Method Description SetVariablesCommandStep1
ZeebeClientImpl. newSetVariablesCommand(long elementInstanceKey)
-
Uses of SetVariablesCommandStep1 in io.zeebe.client.impl.command
Classes in io.zeebe.client.impl.command that implement SetVariablesCommandStep1 Modifier and Type Class Description class
SetVariablesCommandImpl
-