Uses of Interface
io.dialob.session.engine.session.command.EventMatcher
Packages that use EventMatcher
Package
Description
-
Uses of EventMatcher in io.dialob.session.engine.program.expr
Methods in io.dialob.session.engine.program.expr that return types with arguments of type EventMatcherModifier and TypeMethodDescriptiondefault Set<EventMatcher> ExpressionList.getEvalRequiredConditions()default Set<EventMatcher> NotOnPageExpression.getEvalRequiredConditions() -
Uses of EventMatcher in io.dialob.session.engine.program.expr.arith
Fields in io.dialob.session.engine.program.expr.arith with type parameters of type EventMatcherModifier and TypeFieldDescriptionstatic final Set<EventMatcher> IsAnyInvalidAnswersOperator.ANY_ERRORstatic final Set<EventMatcher> IsInvalidAnswersOnActivePage.ANY_ERRORMethods in io.dialob.session.engine.program.expr.arith that return types with arguments of type EventMatcherModifier and TypeMethodDescriptiondefault Set<EventMatcher> ArrayReducerOperator.getEvalRequiredConditions()default Set<EventMatcher> BinaryOperator.getEvalRequiredConditions()default Set<EventMatcher> CanAddRowsOperator.getEvalRequiredConditions()default Set<EventMatcher> CanRemoveRowOperator.getEvalRequiredConditions()default Set<EventMatcher> CoerceToDecimalOperator.getEvalRequiredConditions()default Set<EventMatcher> CollectRowFieldsOperator.getEvalRequiredConditions()default Set<EventMatcher> ConcatOperator.getEvalRequiredConditions()default Set<EventMatcher> ConditionalListOperator.getEvalRequiredConditions()default Set<EventMatcher> ContextVariableReference.getEvalRequiredConditions()default Set<EventMatcher> CountArrayLengthOperator.getEvalRequiredConditions()default Set<EventMatcher> FormatOperator.getEvalRequiredConditions()default Set<EventMatcher> FunctionCallOperator.getEvalRequiredConditions()com.google.common.collect.ImmutableSet<EventMatcher> ImmutableStringTemplateOperator.getEvalRequiredConditions()default Set<EventMatcher> InfixOperator.getEvalRequiredConditions()default Set<EventMatcher> IsActiveOperator.getEvalRequiredConditions()default Set<EventMatcher> IsAnsweredOperator.getEvalRequiredConditions()default Set<EventMatcher> IsAnyInvalidAnswersOperator.getEvalRequiredConditions()default Set<EventMatcher> IsBlankOperator.getEvalRequiredConditions()default Set<EventMatcher> IsDisabledOperator.getEvalRequiredConditions()default Set<EventMatcher> IsInactiveOrNullOperator.getEvalRequiredConditions()default Set<EventMatcher> IsInvalidAnswersOnActivePage.getEvalRequiredConditions()default Set<EventMatcher> IsNullOperator.getEvalRequiredConditions()default Set<EventMatcher> IsOnFirstPage.getEvalRequiredConditions()default Set<EventMatcher> IsOnLastPage.getEvalRequiredConditions()default Set<EventMatcher> IsRequiredOperator.getEvalRequiredConditions()default Set<EventMatcher> IsValidOperator.getEvalRequiredConditions()KeyValueOperator.getEvalRequiredConditions()default Set<EventMatcher> LanguageExpression.getEvalRequiredConditions()default Set<EventMatcher> LocalizedLabelOperator.getEvalRequiredConditions()ObjectOperator.getEvalRequiredConditions()StringTemplateOperator.getEvalRequiredConditions()default Set<EventMatcher> ToLowerCaseOperator.getEvalRequiredConditions()default Set<EventMatcher> ToStringOperator.getEvalRequiredConditions()default Set<EventMatcher> ToUpperCaseOperator.getEvalRequiredConditions()default Set<EventMatcher> UnaryOperator.getEvalRequiredConditions()default Set<EventMatcher> ValueSetEntryToStringOperator.getEvalRequiredConditions()default Set<EventMatcher> ValueSetToListOperator.getEvalRequiredConditions()default Set<EventMatcher> VariableReference.getEvalRequiredConditions()Methods in io.dialob.session.engine.program.expr.arith with parameters of type EventMatcherModifier and TypeMethodDescriptionImmutableStringTemplateOperator.Builder.addEvalRequiredConditions(EventMatcher element) Adds one element toevalRequiredConditionsset.ImmutableStringTemplateOperator.Builder.addEvalRequiredConditions(EventMatcher... elements) Adds elements toevalRequiredConditionsset.ImmutableStringTemplateOperator.withEvalRequiredConditions(EventMatcher... elements) Copy the current immutable object with elements that replace the content ofevalRequiredConditions.Method parameters in io.dialob.session.engine.program.expr.arith with type arguments of type EventMatcherModifier and TypeMethodDescriptionImmutableStringTemplateOperator.Builder.addAllEvalRequiredConditions(Iterable<? extends EventMatcher> elements) Adds elements toevalRequiredConditionsset.ImmutableStringTemplateOperator.Builder.evalRequiredConditions(Iterable<? extends EventMatcher> elements) Sets or replaces all elements forevalRequiredConditionsset.ImmutableStringTemplateOperator.withEvalRequiredConditions(Iterable<? extends EventMatcher> elements) Copy the current immutable object with elements that replace the content ofevalRequiredConditions. -
Uses of EventMatcher in io.dialob.session.engine.program.model
Methods in io.dialob.session.engine.program.model that return types with arguments of type EventMatcherModifier and TypeMethodDescriptiondefault Set<EventMatcher> Expression.getEvalRequiredConditions() -
Uses of EventMatcher in io.dialob.session.engine.session.command
Subinterfaces of EventMatcher in io.dialob.session.engine.session.commandClasses in io.dialob.session.engine.session.command that implement EventMatcherModifier and TypeClassDescriptionstatic final classImmutable implementation ofEventMatchers.TargetIdEventMatcher.Methods in io.dialob.session.engine.session.command that return EventMatcherModifier and TypeMethodDescriptionstatic EventMatcherEventMatchers.errorActivity(io.dialob.session.engine.session.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.whenRowCanBeRemovedUpdatedEvent(ItemId itemId) static EventMatcherEventMatchers.whenRowGroupItemsInit(ItemId prototypeId) static EventMatcherEventMatchers.whenRowsCanBeAddedUpdatedEvent(ItemId itemId) static EventMatcherEventMatchers.whenSessionLocaleUpdated()static EventMatcherEventMatchers.whenValidUpdated(ItemId itemId) static EventMatcherEventMatchers.whenValueSetUpdated(ValueSetId valueSetId) static EventMatcherEventMatchers.whenValueUpdated(ItemId itemId) Methods in io.dialob.session.engine.session.command that return types with arguments of type EventMatcherModifier and TypeMethodDescriptiondefault 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()