|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty<T>
public static class Restriction.RestrictionWithProperty<T>
| Constructor Summary | |
|---|---|
Restriction.RestrictionWithProperty(Property<T> property)
|
|
| Method Summary | |
|---|---|
PropertyRestriction<T> |
containing(T value)
Returns a property restriction that is only satisfied if the value of the property contains the given value. |
PropertyRestriction<T> |
exactlyMatching(T value)
Returns a property restriction that is only satisfied if the value of the property exactly matches the given value. |
PropertyRestriction<T> |
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> |
isNull()
Returns a property restriction that is only satisfied if the value of the property is null. |
PropertyRestriction<T> |
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> |
startingWith(T value)
Returns a property restriction that is only satisfied if the value of the property starts with the given value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Restriction.RestrictionWithProperty(Property<T> property)
| Method Detail |
|---|
public PropertyRestriction<T> exactlyMatching(T value)
value - value to exactly match
public PropertyRestriction<T> startingWith(T value)
value - prefix value
public PropertyRestriction<T> containing(T value)
value - value to contain
public PropertyRestriction<T> lessThan(T value)
value - value to be less than
public PropertyRestriction<T> greaterThan(T value)
value - value to be greater than
public PropertyRestriction<T> isNull()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||