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 LifecycleTagPredicate
s.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)
LifecycleFilterPredicate
LifecyclePredicateVisitor
and invokes the most applicable visit method in the visitor.accept
in class LifecycleFilterPredicate
public List<LifecycleFilterPredicate> getOperands()
Copyright © 2017. All rights reserved.