|
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
public abstract class BaseCriteria
Base class for all criteria types
| Constructor Summary | |
|---|---|
BaseCriteria()
|
|
| Method Summary | |
|---|---|
Criteria |
and(Criteria other)
Produce a criteria that is the boolean "and" of this and the given other criteria |
abstract Set<Attribute<?>> |
getAttributes()
Returns all search attributes referenced by this instance |
static AttributeExtractor |
getExtractor(String attrName,
Map<String,AttributeExtractor> knownExtractors)
For given attribute name, return its corresponding extractors from supplied map. |
Criteria |
not()
Produce a criteria that is the boolean "not" of this |
Criteria |
or(Criteria other)
Produce a criteria that is the boolean "or" of this and the given other criteria |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.ehcache.search.expression.Criteria |
|---|
execute |
| Constructor Detail |
|---|
public BaseCriteria()
| Method Detail |
|---|
public Criteria and(Criteria other)
and in interface Criteriapublic Criteria not()
not in interface Criteriapublic Criteria or(Criteria other)
or in interface Criteria
public static AttributeExtractor getExtractor(String attrName,
Map<String,AttributeExtractor> knownExtractors)
attrName - knownExtractors -
public abstract Set<Attribute<?>> getAttributes()
|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||