Uses of Interface
com.atlassian.crowd.search.query.entity.restriction.BooleanRestriction
Package
Description
-
Uses of BooleanRestriction in com.atlassian.crowd.integration.rest.util
Modifier and TypeMethodDescriptionstatic BooleanRestriction
SearchRestrictionEntityTranslator.toBooleanRestriction
(BooleanRestrictionEntity booleanRestrictionEntity) Converts from a BooleanRestrictionEntity to a BooleanRestriction.Modifier and TypeMethodDescriptionstatic BooleanRestrictionEntity
SearchRestrictionEntityTranslator.toBooleanRestrictionEntity
(BooleanRestriction booleanRestriction) Converts from a BooleanRestriction to a BooleanRestrictionEntity. -
Uses of BooleanRestriction in com.atlassian.crowd.plugin.rest.util
Modifier and TypeMethodDescriptionstatic BooleanRestriction
SearchRestrictionEntityTranslator.toBooleanRestriction
(BooleanRestrictionEntity booleanRestrictionEntity) Converts from a BooleanRestrictionEntity to a BooleanRestriction.Modifier and TypeMethodDescriptionstatic BooleanRestrictionEntity
SearchRestrictionEntityTranslator.toBooleanRestrictionEntity
(BooleanRestriction booleanRestriction) Converts from a BooleanRestriction to a BooleanRestrictionEntity. -
Uses of BooleanRestriction in com.atlassian.crowd.search.builder
Modifier and TypeMethodDescriptionstatic BooleanRestriction
Combine.allOf
(SearchRestriction... restrictions) Returns anAND
boolean search restriction where all of the search restrictions have to be satisfied.static BooleanRestriction
Combine.allOf
(Collection<? extends SearchRestriction> restrictions) Returns anAND
boolean search restriction where all of the search restrictions have to be satisfied.static BooleanRestriction
Combine.anyOf
(SearchRestriction... restrictions) Returns anOR
boolean search restriction where only one or more of the search restrictions have to be satisfied.static BooleanRestriction
Combine.anyOf
(Collection<? extends SearchRestriction> restrictions) Returns anOR
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 providedsearchText
is a substring of any name related field or an email field. -
Uses of BooleanRestriction in com.atlassian.crowd.search.hibernate
Modifier and TypeMethodDescriptionprotected void
HQLQueryTranslater.appendMultiTermRestrictionAsHQL
(HQLQuery hql, Entity entityType, BooleanRestriction booleanRestriction) -
Uses of BooleanRestriction in com.atlassian.crowd.search.query.entity.restriction