public final class LifecycleAndOperator extends LifecycleFilterPredicate
LifecycleFilterPredicate.
The Lifecycle Rule will apply to any object matching all of the predicates configured inside the And operator.
The LifecycleAndOperator can contain at most one LifecyclePrefixPredicate and any number of LifecycleTagPredicates.| Constructor and Description |
|---|
LifecycleAndOperator(List<LifecycleFilterPredicate> operands) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(LifecyclePredicateVisitor lifecyclePredicateVisitor)
Helper method that accepts an implemenation of
LifecyclePredicateVisitor
and invokes the most applicable visit method in the visitor. |
List<LifecycleFilterPredicate> |
getOperands() |
public LifecycleAndOperator(List<LifecycleFilterPredicate> operands)
public void accept(LifecyclePredicateVisitor lifecyclePredicateVisitor)
LifecycleFilterPredicateLifecyclePredicateVisitor
and invokes the most applicable visit method in the visitor.accept in class LifecycleFilterPredicatepublic List<LifecycleFilterPredicate> getOperands()
Copyright © 2025. All rights reserved.