| Package | Description |
|---|---|
| com.atlassian.crowd.search.query.entity.restriction |
| Modifier and Type | Method and Description |
|---|---|
BooleanRestriction.BooleanLogic |
BooleanRestrictionImpl.getBooleanLogic() |
BooleanRestriction.BooleanLogic |
BooleanRestriction.getBooleanLogic()
Returns the boolean logic used against the collection of SearchRestriction returned by
BooleanRestriction.getRestrictions()
to determine if an item should be included in a search result. |
static BooleanRestriction.BooleanLogic |
BooleanRestriction.BooleanLogic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BooleanRestriction.BooleanLogic[] |
BooleanRestriction.BooleanLogic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BooleanRestrictionImpl(BooleanRestriction.BooleanLogic booleanLogic,
Collection<SearchRestriction> restrictions) |
BooleanRestrictionImpl(BooleanRestriction.BooleanLogic booleanLogic,
SearchRestriction... restrictions) |
Copyright © 2020 Atlassian. All rights reserved.