Package io.dialob.executor.command
Class EventMatchers
- java.lang.Object
-
- io.dialob.executor.command.EventMatchers
-
@Enclosing public final class EventMatchers extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEventMatchers.TargetIdEventMatcher
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.dialob.executor.command.EventMatchers.ErrorEventMatcheranyError()static io.dialob.executor.command.EventMatchers.ErrorEventMatchererror(ErrorId errorId)static EventMatchererrorActivity(io.dialob.executor.command.EventMatchers.ErrorEventMatcher errorEventMatcher)static io.dialob.executor.command.EventMatchers.ErrorEventMatchertargetError(ItemId itemId)static EventMatcherwhenActivePageUpdated()static EventMatcherwhenActiveUpdated(ItemId itemId)static EventMatcherwhenAnsweredUpdated(ItemId itemId)static EventMatcherwhenAnyInvalidAnswersUpdated()static EventMatcherwhenAvailableItemsUpdated()static EventMatcherwhenDisabledUpdatedEvent(ItemId itemId)static EventMatcherwhenItemAdded(ItemId prototypeId)static EventMatcherwhenItemRemoved(ItemId prototypeId)static EventMatcherwhenItemsChanged(ItemId groupId)static EventMatcherwhenRequiredUpdated(ItemId itemId)static EventMatcherwhenRowGroupItemsInit(ItemId prototypeId)static EventMatcherwhenSessionLocaleUpdated()static EventMatcherwhenValidUpdated(ItemId itemId)static EventMatcherwhenValueUpdated(ItemId itemId)
-
-
-
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()
-
-