|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyRestriction | |
|---|---|
| com.atlassian.crowd.search.builder | |
| com.atlassian.crowd.search.query.entity.restriction | |
| Uses of PropertyRestriction in com.atlassian.crowd.search.builder |
|---|
| Methods in com.atlassian.crowd.search.builder that return PropertyRestriction | |
|---|---|
PropertyRestriction<T> |
Restriction.RestrictionWithProperty.containing(T value)
Returns a property restriction that is only satisfied if the value of the property contains the given value. |
PropertyRestriction<T> |
Restriction.RestrictionWithProperty.exactlyMatching(T value)
Returns a property restriction that is only satisfied if the value of the property exactly matches the given value. |
PropertyRestriction<T> |
Restriction.RestrictionWithProperty.greaterThan(T value)
Returns a property restriction that is only satisfied if the value of the property is greater than the given value. |
PropertyRestriction<T> |
Restriction.RestrictionWithProperty.isNull()
Returns a property restriction that is only satisfied if the value of the property is null. |
PropertyRestriction<T> |
Restriction.RestrictionWithProperty.lessThan(T value)
Returns a property restriction that is only satisfied if the value of the property is less than the given value. |
PropertyRestriction<T> |
Restriction.RestrictionWithProperty.startingWith(T value)
Returns a property restriction that is only satisfied if the value of the property starts with the given value. |
| Uses of PropertyRestriction in com.atlassian.crowd.search.query.entity.restriction |
|---|
| Classes in com.atlassian.crowd.search.query.entity.restriction that implement PropertyRestriction | |
|---|---|
class |
TermRestriction<T>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||