Uses of Interface
io.dialob.executor.command.VariableUpdateCommand
-
Packages that use VariableUpdateCommand Package Description io.dialob.executor.command -
-
Uses of VariableUpdateCommand in io.dialob.executor.command
Classes in io.dialob.executor.command that implement VariableUpdateCommand Modifier and Type Class Description classImmutableVariableUpdateCommandImmutable implementation ofVariableUpdateCommand.Methods in io.dialob.executor.command that return VariableUpdateCommand Modifier and Type Method Description static VariableUpdateCommandCommandFactory. variableUpdateCommand(ItemId targetId, Expression expression)Methods in io.dialob.executor.command with parameters of type VariableUpdateCommand Modifier and Type Method Description static ImmutableVariableUpdateCommandImmutableVariableUpdateCommand. copyOf(VariableUpdateCommand instance)Creates an immutable copy of aVariableUpdateCommandvalue.ImmutableVariableUpdateCommand.BuilderImmutableVariableUpdateCommand.Builder. from(VariableUpdateCommand instance)Fill a builder with attribute values from the providedVariableUpdateCommandinstance.
-