Interface PrevPage
- All Superinterfaces:
AbstractUpdateCommand<ItemId,,ItemState> Command<ItemState>,ItemUpdateCommand,Serializable,UpdateCommand<ItemId,ItemState>
- All Known Implementing Classes:
ImmutablePrevPage
@Immutable
public interface PrevPage
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleananyErrors(EvalContext context) default ItemIddefault ItemStategotoPage(EvalContext context, ItemState itemState, ItemId page) default booleanpageIsInactive(EvalContext context, ItemId page) default ItemStateupdate(EvalContext context, ItemState itemState) Methods inherited from interface io.dialob.session.engine.session.command.Command
getEventMatchers, getTriggersMethods inherited from interface io.dialob.session.engine.session.command.UpdateCommand
withTargetId
-
Method Details
-
update
-
getTargetId
- Specified by:
getTargetIdin interfaceUpdateCommand<ItemId,ItemState>
-
pageIsInactive
-
anyErrors
-
gotoPage
-