Package io.dialob.executor.command
Interface ItemUpdateCommand
-
- All Superinterfaces:
Command<ItemState>,Serializable,UpdateCommand<ItemId,ItemState>
- All Known Subinterfaces:
io.dialob.executor.command.AbstractPageCommand,AbstractUpdateAttributeCommand<T>,AbstractUpdateBooleanAttributeCommand,AddRow,Complete,DeleteRow,GotoPage,InitGroupItems,InitRowGroupItemsCommand,ItemInitCommand,NextPage,NopCommand,PrevPage,RemoveRowItemsCommand,SetAnswer,SetLocale,SetRows,SetVariableFailed,SetVariablePending,SetVariableValue,UpdateActivityCommand,UpdateAllowedActionsCommand,UpdateAvailableItemsCommand,UpdateClassNames,UpdateDescriptionCommand,UpdateDisabledCommand,UpdateGroupItems,UpdateIsInvalidAnswersCommand,UpdateLabelCommand,UpdateRequiredCommand,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,ImmutableVariableUpdateCommand
public interface ItemUpdateCommand extends UpdateCommand<ItemId,ItemState>
-
-
Method Summary
-
Methods inherited from interface io.dialob.executor.command.Command
getEventMatchers, getTriggers, update
-
Methods inherited from interface io.dialob.executor.command.UpdateCommand
getTargetId, withTargetId
-
-