Package io.dialob.executor.command
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
All Methods Instance Methods Default Methods Modifier and Type Method Description default BooleanevalExpression(EvalContext context)default ItemStateupdate(EvalContext context, ItemState itemState)-
Methods inherited from interface io.dialob.executor.command.AbstractUpdateAttributeCommand
getEventMatchers, getExpression
-
Methods inherited from interface io.dialob.executor.command.Command
getTriggers
-
Methods inherited from interface io.dialob.executor.command.UpdateCommand
getTargetId, withTargetId
-
-
-
-
Method Detail
-
update
@Nonnull default ItemState update(@Nonnull EvalContext context, @Nonnull ItemState itemState)
-
evalExpression
default Boolean evalExpression(EvalContext context)
- Specified by:
evalExpressionin interfaceAbstractUpdateAttributeCommand<Boolean>- Specified by:
evalExpressionin interfaceAbstractUpdateBooleanAttributeCommand
-
-