public interface SearchFilter
Search filters consist of a key (a unique string, usually a plugin module complete key, to identify the type of search filter being performed).
| Modifier and Type | Method and Description |
|---|---|
SearchFilter |
and(SearchFilter other)
Combines this filter with the one specified, returning a new filter.
|
String |
getKey() |
SearchFilter |
or(SearchFilter other)
Combines this filter with the one specified, returning a new filter.
|
String getKey()
SearchFilter and(SearchFilter other)
other - the other filter.SearchFilter or(SearchFilter other)
other - the other filterCopyright © 2003–2016 Atlassian. All rights reserved.