Interface AbstractUpdateBooleanAttributeCommand
- All Superinterfaces:
AbstractUpdateAttributeCommand<Boolean>,AbstractUpdateCommand<ItemId,,ItemState> Command<ItemState>,ItemUpdateCommand,Serializable,UpdateCommand<ItemId,ItemState>
- All Known Subinterfaces:
UpdateActivityCommand,UpdateDisabledCommand,UpdateIsInvalidAnswersCommand,UpdateRequiredCommand,UpdateRowCanBeRemovedCommand,UpdateRowsCanBeAddedCommand
- All Known Implementing Classes:
ImmutableUpdateActivityCommand,ImmutableUpdateDisabledCommand,ImmutableUpdateIsInvalidAnswersCommand,ImmutableUpdateRequiredCommand,ImmutableUpdateRowCanBeRemovedCommand,ImmutableUpdateRowsCanBeAddedCommand
public interface AbstractUpdateBooleanAttributeCommand
extends AbstractUpdateAttributeCommand<Boolean>
-
Method Summary
Methods inherited from interface io.dialob.session.engine.session.command.AbstractUpdateAttributeCommand
getEventMatchers, getExpressionMethods inherited from interface io.dialob.session.engine.session.command.Command
getTriggers, updateMethods inherited from interface io.dialob.session.engine.session.command.UpdateCommand
getTargetId, withTargetId
-
Method Details
-
evalExpression
- Specified by:
evalExpressionin interfaceAbstractUpdateAttributeCommand<Boolean>
-