|
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.EqualTo
net.sf.ehcache.search.expression.NotEqualTo
public class NotEqualTo
Criteria for plain "not equals to" condition
| Constructor Summary | |
|---|---|
NotEqualTo(java.lang.String attributeName,
java.lang.Object value)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
execute(Element e,
java.util.Map<java.lang.String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element |
| Methods inherited from class net.sf.ehcache.search.expression.EqualTo |
|---|
getAttributeName, getType, getValue |
| 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 NotEqualTo(java.lang.String attributeName,
java.lang.Object value)
attributeName - attribute namevalue - | Method Detail |
|---|
public boolean execute(Element e,
java.util.Map<java.lang.String,AttributeExtractor> attributeExtractors)
execute in interface Criteriaexecute in class EqualToe - 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 | |||||||||