Class EventMatchers
java.lang.Object
io.dialob.session.engine.session.command.EventMatchers
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic io.dialob.session.engine.session.command.EventMatchers.ErrorEventMatcheranyError()static io.dialob.session.engine.session.command.EventMatchers.ErrorEventMatcherstatic EventMatchererrorActivity(io.dialob.session.engine.session.command.EventMatchers.ErrorEventMatcher errorEventMatcher) static io.dialob.session.engine.session.command.EventMatchers.ErrorEventMatchertargetError(ItemId itemId) static EventMatcherstatic EventMatcherwhenActiveUpdated(ItemId itemId) static EventMatcherwhenAnsweredUpdated(ItemId itemId) static EventMatcherstatic EventMatcherstatic EventMatcherwhenDisabledUpdatedEvent(ItemId itemId) static EventMatcherwhenItemAdded(ItemId prototypeId) static EventMatcherwhenItemRemoved(ItemId prototypeId) static EventMatcherwhenItemsChanged(ItemId groupId) static EventMatcherwhenRequiredUpdated(ItemId itemId) static EventMatcherstatic EventMatcherwhenRowGroupItemsInit(ItemId prototypeId) static EventMatcherwhenRowsCanBeAddedUpdatedEvent(ItemId itemId) static EventMatcherstatic EventMatcherwhenValidUpdated(ItemId itemId) static EventMatcherwhenValueSetUpdated(ValueSetId valueSetId) static EventMatcherwhenValueUpdated(ItemId itemId)
-
Method Details
-
anyError
public static io.dialob.session.engine.session.command.EventMatchers.ErrorEventMatcher anyError() -
error
public static io.dialob.session.engine.session.command.EventMatchers.ErrorEventMatcher error(@NonNull ErrorId errorId) -
targetError
public static io.dialob.session.engine.session.command.EventMatchers.ErrorEventMatcher targetError(@NonNull ItemId itemId) -
whenActiveUpdated
-
whenValueUpdated
-
whenRequiredUpdated
-
whenDisabledUpdatedEvent
-
whenRowsCanBeAddedUpdatedEvent
-
whenRowCanBeRemovedUpdatedEvent
-
whenValidUpdated
-
whenAnyInvalidAnswersUpdated
-
whenActivePageUpdated
-
whenAvailableItemsUpdated
-
whenAnsweredUpdated
-
whenItemsChanged
-
whenItemAdded
-
whenItemRemoved
-
whenRowGroupItemsInit
-
errorActivity
public static EventMatcher errorActivity(@NonNull io.dialob.session.engine.session.command.EventMatchers.ErrorEventMatcher errorEventMatcher) -
whenValueSetUpdated
-
whenSessionLocaleUpdated
-