All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
EventDrivenTransformationRuleFactory.EventDrivenTransformationRuleBuilder<Match,Matcher> |
action(java.util.function.Consumer<Match> action) |
EventDrivenTransformationRuleFactory.EventDrivenTransformationRuleBuilder<Match,Matcher> |
action(CRUDActivationStateEnum state,
java.util.function.Consumer<Match> action) |
EventDrivenTransformationRuleFactory.EventDrivenTransformationRuleBuilder<Match,Matcher> |
addLifeCycle(ActivationLifeCycle lifeCycle) |
EventDrivenTransformationRule<Match,Matcher> |
build() |
EventDrivenTransformationRuleFactory.EventDrivenTransformationRuleBuilder<Match,Matcher> |
filter(EventFilter<? super Match> filter) |
EventDrivenTransformationRuleFactory.EventDrivenTransformationRuleBuilder<Match,Matcher> |
filter(java.util.Map.Entry<java.lang.String,java.lang.Object>... parameters) |
EventDrivenTransformationRuleFactory.EventDrivenTransformationRuleBuilder<Match,Matcher> |
name(java.lang.String name) |
EventDrivenTransformationRuleFactory.EventDrivenTransformationRuleBuilder<Match,Matcher> |
precondition(IQuerySpecification<Matcher> precondition) |