Class EventMatchers


  • @Enclosing
    public final class EventMatchers
    extends Object
    • Method Detail

      • anyError

        public static io.dialob.executor.command.EventMatchers.ErrorEventMatcher anyError()
      • error

        public static io.dialob.executor.command.EventMatchers.ErrorEventMatcher error​(@Nonnull
                                                                                       ErrorId errorId)
      • targetError

        public static io.dialob.executor.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)
      • 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.executor.command.EventMatchers.ErrorEventMatcher errorEventMatcher)
      • whenSessionLocaleUpdated

        public static EventMatcher whenSessionLocaleUpdated()