|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.search.v2.AbstractChainableSearchFilter
public abstract class AbstractChainableSearchFilter
A super class that defines standard AND and OR chaining behaviour.
Constructor Summary | |
---|---|
AbstractChainableSearchFilter()
|
Method Summary | |
---|---|
SearchFilter |
and(SearchFilter other)
Combines this filter with the one specified, returning a new filter. |
SearchFilter |
or(SearchFilter other)
Combines this filter with the one specified, returning a new filter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.confluence.search.v2.SearchFilter |
---|
getKey |
Constructor Detail |
---|
public AbstractChainableSearchFilter()
Method Detail |
---|
public SearchFilter and(SearchFilter other)
SearchFilter
and
in interface SearchFilter
other
- the other filter.
public SearchFilter or(SearchFilter other)
SearchFilter
or
in interface SearchFilter
other
- the other filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |