Interface UpdateIsInvalidAnswersCommand
- All Superinterfaces:
AbstractUpdateAttributeCommand<Boolean>,AbstractUpdateBooleanAttributeCommand,AbstractUpdateCommand<ItemId,,ItemState> Command<ItemState>,ItemUpdateCommand,Serializable,UpdateCommand<ItemId,ItemState>
- All Known Implementing Classes:
ImmutableUpdateIsInvalidAnswersCommand
@Immutable
public interface UpdateIsInvalidAnswersCommand
extends AbstractUpdateBooleanAttributeCommand
-
Method Summary
Modifier and TypeMethodDescriptiondefault BooleanevalExpression(EvalContext context) default ItemStateupdate(EvalContext context, ItemState itemState) Methods inherited from interface io.dialob.session.engine.session.command.AbstractUpdateAttributeCommand
getEventMatchers, getExpressionMethods inherited from interface io.dialob.session.engine.session.command.Command
getTriggersMethods inherited from interface io.dialob.session.engine.session.command.UpdateCommand
getTargetId, withTargetId
-
Method Details
-
update
-
evalExpression
- Specified by:
evalExpressionin interfaceAbstractUpdateAttributeCommand<Boolean>- Specified by:
evalExpressionin interfaceAbstractUpdateBooleanAttributeCommand
-