Package io.dialob.executor.command
Interface UpdateCommand<I extends ItemId,T>
-
- Type Parameters:
I- target identifier typeT-
- All Superinterfaces:
Command<T>,Serializable
- All Known Subinterfaces:
io.dialob.executor.command.AbstractPageCommand,AbstractUpdateAttributeCommand<T>,AbstractUpdateBooleanAttributeCommand,AbstractUpdateCommand<I,T>,AddRow,Complete,CreateRowGroupItemsFromPrototypeCommand,DeleteRow,ErrorLabelUpdateCommand,ErrorUpdateCommand,GotoPage,InitGroupItems,InitRowGroupItemsCommand,ItemInitCommand,ItemUpdateCommand,NextPage,NopCommand,PrevPage,RemoveRowItemsCommand,SetAnswer,SetLocale,SetRows,SetVariableFailed,SetVariablePending,SetVariableValue,UpdateActivityCommand,UpdateAllowedActionsCommand,UpdateAvailableItemsCommand,UpdateClassNames,UpdateDescriptionCommand,UpdateDisabledCommand,UpdateGroupItems,UpdateIsInvalidAnswersCommand,UpdateLabelCommand,UpdateRequiredCommand,UpdateValidationCommand,UpdateValueSetCommand,ValidationDisabledUpdateCommand,VariableUpdateCommand
- All Known Implementing Classes:
ImmutableAddRow,ImmutableComplete,ImmutableCreateRowGroupItemsFromPrototypeCommand,ImmutableDeleteRow,ImmutableErrorLabelUpdateCommand,ImmutableGotoPage,ImmutableInitGroupItems,ImmutableInitRowGroupItemsCommand,ImmutableNextPage,ImmutableNopCommand,ImmutablePrevPage,ImmutableRemoveRowItemsCommand,ImmutableSetAnswer,ImmutableSetLocale,ImmutableSetRows,ImmutableSetVariableFailed,ImmutableSetVariablePending,ImmutableSetVariableValue,ImmutableUpdateActivityCommand,ImmutableUpdateAllowedActionsCommand,ImmutableUpdateAvailableItemsCommand,ImmutableUpdateClassNames,ImmutableUpdateDescriptionCommand,ImmutableUpdateDisabledCommand,ImmutableUpdateGroupItems,ImmutableUpdateIsInvalidAnswersCommand,ImmutableUpdateLabelCommand,ImmutableUpdateRequiredCommand,ImmutableUpdateValidationCommand,ImmutableUpdateValueSetCommand,ImmutableValidationDisabledUpdateCommand,ImmutableVariableUpdateCommand
public interface UpdateCommand<I extends ItemId,T> extends Command<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IgetTargetId()UpdateCommand<I,T>withTargetId(I targetId)-
Methods inherited from interface io.dialob.executor.command.Command
getEventMatchers, getTriggers, update
-
-
-
-
Method Detail
-
getTargetId
@Nonnull @Parameter(order=0) I getTargetId()
-
withTargetId
UpdateCommand<I,T> withTargetId(I targetId)
-
-