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, or
public 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 BaseCriteria
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.