|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ehcache.search.expression.BaseCriteria
net.sf.ehcache.search.expression.Not
public class Not
A search criteria composed of the logical "not" (ie. negation) of another criteria
| Constructor Summary | |
|---|---|
Not(Criteria c)
Construct a "not" criteria of the given criteria |
|
| Method Summary | |
|---|---|
boolean |
execute(Element e,
java.util.Map<java.lang.String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element |
Criteria |
getCriteria()
|
| Methods inherited from class net.sf.ehcache.search.expression.BaseCriteria |
|---|
and, not, or |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Not(Criteria c)
c - the criteria to "not"| Method Detail |
|---|
public Criteria getCriteria()
public boolean execute(Element e,
java.util.Map<java.lang.String,AttributeExtractor> attributeExtractors)
e - cache elementattributeExtractors - map of attribute extractors to attribute value names
|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||