Uses of Interface
io.dialob.executor.command.EventMatcher
-
Packages that use EventMatcher Package Description io.dialob.executor.command io.dialob.program io.dialob.program.expr io.dialob.program.expr.arith io.dialob.program.model -
-
Uses of EventMatcher in io.dialob.executor.command
Subinterfaces of EventMatcher in io.dialob.executor.command Modifier and Type Interface Description static interfaceEventMatchers.TargetIdEventMatcherClasses in io.dialob.executor.command that implement EventMatcher Modifier and Type Class Description static classImmutableEventMatchers.TargetIdEventMatcherImmutable implementation ofEventMatchers.TargetIdEventMatcher.Methods in io.dialob.executor.command that return EventMatcher Modifier and Type Method Description static EventMatcherEventMatchers. errorActivity(io.dialob.executor.command.EventMatchers.ErrorEventMatcher errorEventMatcher)static EventMatcherEventMatchers. whenActivePageUpdated()static EventMatcherEventMatchers. whenActiveUpdated(ItemId itemId)static EventMatcherEventMatchers. whenAnsweredUpdated(ItemId itemId)static EventMatcherEventMatchers. whenAnyInvalidAnswersUpdated()static EventMatcherEventMatchers. whenAvailableItemsUpdated()static EventMatcherEventMatchers. whenDisabledUpdatedEvent(ItemId itemId)static EventMatcherEventMatchers. whenItemAdded(ItemId prototypeId)static EventMatcherEventMatchers. whenItemRemoved(ItemId prototypeId)static EventMatcherEventMatchers. whenItemsChanged(ItemId groupId)static EventMatcherEventMatchers. whenRequiredUpdated(ItemId itemId)static EventMatcherEventMatchers. whenRowGroupItemsInit(ItemId prototypeId)static EventMatcherEventMatchers. whenSessionLocaleUpdated()static EventMatcherEventMatchers. whenValidUpdated(ItemId itemId)static EventMatcherEventMatchers. whenValueUpdated(ItemId itemId)Methods in io.dialob.executor.command that return types with arguments of type EventMatcher Modifier and Type Method Description default Set<EventMatcher>AbstractUpdateAttributeCommand. getEventMatchers()default Set<EventMatcher>Command. getEventMatchers()default Set<EventMatcher>CreateRowGroupFromPrototypeCommand. getEventMatchers()default Set<EventMatcher>CreateRowGroupItemsFromPrototypeCommand. getEventMatchers()default Set<EventMatcher>ErrorLabelUpdateCommand. getEventMatchers()default Set<EventMatcher>ErrorUpdateCommand. getEventMatchers()default Set<EventMatcher>InitGroupItems. getEventMatchers()default Set<EventMatcher>InitRowGroupItemsCommand. getEventMatchers()default Set<EventMatcher>UpdateAllowedActionsCommand. getEventMatchers()default Set<EventMatcher>UpdateAvailableItemsCommand. getEventMatchers()default Set<EventMatcher>UpdateClassNames. getEventMatchers()default Set<EventMatcher>UpdateDescriptionCommand. getEventMatchers()default Set<EventMatcher>UpdateGroupItems. getEventMatchers()default Set<EventMatcher>UpdateLabelCommand. getEventMatchers()default Set<EventMatcher>UpdateValueSetCommand. getEventMatchers()default Set<EventMatcher>VariableUpdateCommand. getEventMatchers() -
Uses of EventMatcher in io.dialob.program
Methods in io.dialob.program that return types with arguments of type EventMatcher Modifier and Type Method Description Map<EventMatcher,List<Command<?>>>DependencyResolverVisitor. getInputUpdates() -
Uses of EventMatcher in io.dialob.program.expr
Methods in io.dialob.program.expr that return types with arguments of type EventMatcher Modifier and Type Method Description default Set<EventMatcher>ExpressionList. getEvalRequiredConditions()default Set<EventMatcher>NotOnPageExpression. getEvalRequiredConditions() -
Uses of EventMatcher in io.dialob.program.expr.arith
Fields in io.dialob.program.expr.arith with type parameters of type EventMatcher Modifier and Type Field Description static Set<EventMatcher>IsAnyInvalidAnswersOperator. ANY_ERRORstatic Set<EventMatcher>IsInvalidAnswersOnActivePage. ANY_ERRORMethods in io.dialob.program.expr.arith with parameters of type EventMatcher Modifier and Type Method Description ImmutableStringTemplateOperator.BuilderImmutableStringTemplateOperator.Builder. addEvalRequiredConditions(EventMatcher element)Adds one element toevalRequiredConditionsset.ImmutableStringTemplateOperator.BuilderImmutableStringTemplateOperator.Builder. addEvalRequiredConditions(EventMatcher... elements)Adds elements toevalRequiredConditionsset.ImmutableStringTemplateOperatorImmutableStringTemplateOperator. withEvalRequiredConditions(EventMatcher... elements)Copy the current immutable object with elements that replace the content ofevalRequiredConditions.Method parameters in io.dialob.program.expr.arith with type arguments of type EventMatcher Modifier and Type Method Description ImmutableStringTemplateOperator.BuilderImmutableStringTemplateOperator.Builder. addAllEvalRequiredConditions(Iterable<? extends EventMatcher> elements)Adds elements toevalRequiredConditionsset.ImmutableStringTemplateOperator.BuilderImmutableStringTemplateOperator.Builder. evalRequiredConditions(Iterable<? extends EventMatcher> elements)Sets or replaces all elements forevalRequiredConditionsset.ImmutableStringTemplateOperatorImmutableStringTemplateOperator. withEvalRequiredConditions(Iterable<? extends EventMatcher> elements)Copy the current immutable object with elements that replace the content ofevalRequiredConditions. -
Uses of EventMatcher in io.dialob.program.model
Methods in io.dialob.program.model that return types with arguments of type EventMatcher Modifier and Type Method Description default Set<EventMatcher>Expression. getEvalRequiredConditions()
-