Class EventMatchers

java.lang.Object
io.dialob.session.engine.session.command.EventMatchers

@Enclosing public final class EventMatchers extends Object
  • 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

      public static EventMatcher whenActiveUpdated(@NonNull ItemId itemId)
    • whenValueUpdated

      public static EventMatcher whenValueUpdated(@NonNull ItemId itemId)
    • whenRequiredUpdated

      public static EventMatcher whenRequiredUpdated(@NonNull ItemId itemId)
    • whenDisabledUpdatedEvent

      public static EventMatcher whenDisabledUpdatedEvent(@NonNull ItemId itemId)
    • whenRowsCanBeAddedUpdatedEvent

      public static EventMatcher whenRowsCanBeAddedUpdatedEvent(@NonNull ItemId itemId)
    • whenRowCanBeRemovedUpdatedEvent

      public static EventMatcher whenRowCanBeRemovedUpdatedEvent(@NonNull ItemId itemId)
    • whenValidUpdated

      public static EventMatcher whenValidUpdated(@NonNull ItemId itemId)
    • whenAnyInvalidAnswersUpdated

      public static EventMatcher whenAnyInvalidAnswersUpdated()
    • whenActivePageUpdated

      public static EventMatcher whenActivePageUpdated()
    • whenAvailableItemsUpdated

      public static EventMatcher whenAvailableItemsUpdated()
    • whenAnsweredUpdated

      public static EventMatcher whenAnsweredUpdated(@NonNull ItemId itemId)
    • whenItemsChanged

      public static EventMatcher whenItemsChanged(@NonNull ItemId groupId)
    • whenItemAdded

      public static EventMatcher whenItemAdded(@NonNull ItemId prototypeId)
    • whenItemRemoved

      public static EventMatcher whenItemRemoved(@NonNull ItemId prototypeId)
    • whenRowGroupItemsInit

      public static EventMatcher whenRowGroupItemsInit(@NonNull ItemId prototypeId)
    • errorActivity

      public static EventMatcher errorActivity(@NonNull io.dialob.session.engine.session.command.EventMatchers.ErrorEventMatcher errorEventMatcher)
    • whenValueSetUpdated

      public static EventMatcher whenValueSetUpdated(@NonNull ValueSetId valueSetId)
    • whenSessionLocaleUpdated

      public static EventMatcher whenSessionLocaleUpdated()