Uses of Interface
io.dialob.session.engine.session.command.UpdateRowsCanBeAddedCommand
-
Packages that use UpdateRowsCanBeAddedCommand Package Description io.dialob.session.engine.session.command -
-
Uses of UpdateRowsCanBeAddedCommand in io.dialob.session.engine.session.command
Classes in io.dialob.session.engine.session.command that implement UpdateRowsCanBeAddedCommand Modifier and Type Class Description classImmutableUpdateRowsCanBeAddedCommandImmutable implementation ofUpdateRowsCanBeAddedCommand.Methods in io.dialob.session.engine.session.command that return UpdateRowsCanBeAddedCommand Modifier and Type Method Description static UpdateRowsCanBeAddedCommandCommandFactory. rowsCanBeAddedUpdate(ItemId targetId, Expression expression)Methods in io.dialob.session.engine.session.command with parameters of type UpdateRowsCanBeAddedCommand Modifier and Type Method Description static ImmutableUpdateRowsCanBeAddedCommandImmutableUpdateRowsCanBeAddedCommand. copyOf(UpdateRowsCanBeAddedCommand instance)Creates an immutable copy of aUpdateRowsCanBeAddedCommandvalue.ImmutableUpdateRowsCanBeAddedCommand.BuilderImmutableUpdateRowsCanBeAddedCommand.Builder. from(UpdateRowsCanBeAddedCommand instance)Fill a builder with attribute values from the providedUpdateRowsCanBeAddedCommandinstance.
-