Package | Description |
---|---|
com.atlassian.crowd.search.query.entity.restriction |
Modifier and Type | Method and Description |
---|---|
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. |
BooleanRestriction.BooleanLogic |
BooleanRestrictionImpl.getBooleanLogic() |
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<? extends SearchRestriction> restrictions) |
BooleanRestrictionImpl(BooleanRestriction.BooleanLogic booleanLogic,
SearchRestriction... restrictions) |
Copyright © 2021 Atlassian. All rights reserved.