public abstract class AbstractChainableSearchFilter extends Object implements SearchFilter
Constructor and Description |
---|
AbstractChainableSearchFilter() |
Modifier and Type | Method and Description |
---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
expand, getKey
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 filterCopyright © 2003–2017 Atlassian. All rights reserved.