public interface SearchFilter extends Expandable<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.
|
default SearchFilter |
expand()
Expands this filter into a composite filter (that composes other filters).
|
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 filterdefault SearchFilter expand()
expand
in interface Expandable<SearchFilter>
Copyright © 2003–2017 Atlassian. All rights reserved.