public class Or extends BaseCriteria
Constructor and Description |
---|
Or(Criteria lhs,
Criteria rhs)
Simple constructor for two 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[] |
getCriterion()
Return criteria
|
Criteria |
or(Criteria other)
Produce a criteria that is the boolean "or" of this and the given other criteria
|
and, getExtractor, not
public Criteria or(Criteria other)
or
in interface Criteria
or
in class BaseCriteria
public Criteria[] getCriterion()
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.