| Package | Description |
|---|---|
| com.atlassian.crowd.search | |
| com.atlassian.crowd.search.builder | |
| com.atlassian.crowd.search.query.entity.restriction |
| Modifier and Type | Method and Description |
|---|---|
protected abstract SearchRestriction |
SearchRestrictionVisitor.visitPropertyRestriction(PropertyRestriction restriction) |
| Modifier and Type | Method and Description |
|---|---|
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.endingWith(T value)
Returns a property restriction that is only satisfied if the value of the property ends with 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.greaterThanOrEqual(T value)
Returns a property restriction that is only satisfied if the value of the property is greater than or equal
to 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.lessThanOrEqual(T value)
Returns a property restriction that is only satisfied if the value of the property is less than or equal to
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TermRestriction<T> |
Copyright © 2023 Atlassian. All rights reserved.