Modifier and Type | Method and Description |
---|---|
static BooleanRestriction |
SearchRestrictionEntityTranslator.toBooleanRestriction(BooleanRestrictionEntity booleanRestrictionEntity)
Converts from a BooleanRestrictionEntity to a BooleanRestriction.
|
Modifier and Type | Method and Description |
---|---|
static BooleanRestrictionEntity |
SearchRestrictionEntityTranslator.toBooleanRestrictionEntity(BooleanRestriction booleanRestriction)
Converts from a BooleanRestriction to a BooleanRestrictionEntity.
|
Modifier and Type | Method and Description |
---|---|
static BooleanRestriction |
SearchRestrictionEntityTranslator.toBooleanRestriction(BooleanRestrictionEntity booleanRestrictionEntity)
Converts from a BooleanRestrictionEntity to a BooleanRestriction.
|
Modifier and Type | Method and Description |
---|---|
static BooleanRestrictionEntity |
SearchRestrictionEntityTranslator.toBooleanRestrictionEntity(BooleanRestriction booleanRestriction)
Converts from a BooleanRestriction to a BooleanRestrictionEntity.
|
Modifier and Type | Method and Description |
---|---|
static BooleanRestriction |
Combine.allOf(Collection<? extends SearchRestriction> restrictions)
Returns an AND boolean search restriction where all of the search restrictions have to be satisfied.
|
static BooleanRestriction |
Combine.allOf(SearchRestriction... restrictions)
Returns an AND boolean search restriction where all of the search restrictions have to be satisfied.
|
static BooleanRestriction |
Combine.anyOf(Collection<? extends SearchRestriction> restrictions)
Returns an OR boolean search restriction where only one or more of the search restrictions have to be
satisfied.
|
static BooleanRestriction |
Combine.anyOf(SearchRestriction... restrictions)
Returns an OR boolean search restriction where only one or more of the search restrictions have to be
satisfied.
|
static BooleanRestriction |
Restrictions.userSearchRestriction(String searchText)
Returns a condition that matches a user iff the provided
searchText is a substring of any name related
field or an email field. |
Modifier and Type | Method and Description |
---|---|
protected void |
HQLQueryTranslater.appendMultiTermRestrictionAsHQL(HQLQuery hql,
Entity entityType,
BooleanRestriction booleanRestriction) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanRestrictionImpl |
Copyright © 2021 Atlassian. All rights reserved.