public interface BooleanRestriction extends SearchRestriction
getRestrictions() using the boolean logic returned by getBooleanLogic() are returned.| Modifier and Type | Interface and Description |
|---|---|
static class |
BooleanRestriction.BooleanLogic |
| Modifier and Type | Method and Description |
|---|---|
BooleanRestriction.BooleanLogic |
getBooleanLogic()
Returns the boolean logic used against the collection of SearchRestriction returned by
getRestrictions()
to determine if an item should be included in a search result. |
Collection<SearchRestriction> |
getRestrictions()
Returns a collection of restrictions.
|
Collection<SearchRestriction> getRestrictions()
to implement no restrictions.BooleanRestriction.BooleanLogic getBooleanLogic()
getRestrictions()
to determine if an item should be included in a search result.Copyright © 2017 Atlassian. All rights reserved.