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, waitgetKeypublic SearchFilter and(SearchFilter other)
SearchFilterand in interface SearchFilterother - the other filter.public SearchFilter or(SearchFilter other)
SearchFilteror in interface SearchFilterother - the other filterCopyright © 2003–2015 Atlassian. All rights reserved.