public class Not extends BaseCriteria
| Constructor and Description |
|---|
Not(Criteria c)
Construct a "not" criteria of the given criteria
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(Element e,
Map<String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element
|
Set<Attribute<?>> |
getAttributes()
Returns all search attributes referenced by this instance
|
Criteria |
getCriteria() |
and, getExtractor, not, orpublic Not(Criteria c)
c - the criteria to "not"public Criteria getCriteria()
public boolean execute(Element e, Map<String,AttributeExtractor> attributeExtractors)
e - cache elementattributeExtractors - map of attribute extractors to attribute value namespublic Set<Attribute<?>> getAttributes()
getAttributes in class BaseCriteriaCopyright 2001-2021, Terracotta, Inc.