Package io.dialob.executor.command
Interface AbstractUpdateCommand<I extends ItemId,T>
-
- Type Parameters:
I- target identifier typeT-
- All Superinterfaces:
Command<T>,Serializable,UpdateCommand<I,T>
- All Known Subinterfaces:
io.dialob.executor.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,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 AbstractUpdateCommand<I extends ItemId,T> extends UpdateCommand<I,T>
-
-
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
-
-