Interface AbstractUpdateCommand<I extends ItemId,T>

Type Parameters:
I - target identifier type
T -
All Superinterfaces:
Command<T>, Serializable, UpdateCommand<I,T>
All Known Subinterfaces:
io.dialob.session.engine.session.command.AbstractPageCommand, AbstractUpdateAttributeCommand<T>, AbstractUpdateBooleanAttributeCommand, AddRow, Complete, DeleteRow, GotoPage, InitGroupItems, InitRowGroupItemsCommand, NextPage, NopCommand, PrevPage, RemoveRowItemsCommand, SetAnswer, SetLocale, SetRows, SetVariableFailed, SetVariablePending, SetVariableValue, UpdateActivityCommand, UpdateAllowedActionsCommand, UpdateAvailableItemsCommand, UpdateClassNames, UpdateDescriptionCommand, UpdateDisabledCommand, UpdateGroupItems, UpdateIsInvalidAnswersCommand, UpdateLabelCommand, UpdateRequiredCommand, UpdateRowCanBeRemovedCommand, UpdateRowsCanBeAddedCommand, VariableUpdateCommand
All Known Implementing Classes:
ImmutableAddRow, ImmutableComplete, ImmutableDeleteRow, ImmutableGotoPage, ImmutableInitGroupItems, ImmutableInitRowGroupItemsCommand, ImmutableNextPage, ImmutableNopCommand, ImmutablePrevPage, ImmutableRemoveRowItemsCommand, ImmutableSetAnswer, ImmutableSetLocale, ImmutableSetRows, ImmutableSetVariableFailed, ImmutableSetVariablePending, ImmutableSetVariableValue, ImmutableUpdateActivityCommand, ImmutableUpdateAllowedActionsCommand, ImmutableUpdateAvailableItemsCommand, ImmutableUpdateClassNames, ImmutableUpdateDescriptionCommand, ImmutableUpdateDisabledCommand, ImmutableUpdateGroupItems, ImmutableUpdateIsInvalidAnswersCommand, ImmutableUpdateLabelCommand, ImmutableUpdateRequiredCommand, ImmutableUpdateRowCanBeRemovedCommand, ImmutableUpdateRowsCanBeAddedCommand, ImmutableVariableUpdateCommand

public interface AbstractUpdateCommand<I extends ItemId,T> extends UpdateCommand<I,T>