|
||||||||||
| 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 | |
|---|---|
TermRestriction<T> |
containing(T value)
|
TermRestriction<T> |
exactlyMatching(T value)
|
TermRestriction<T> |
greaterThan(T value)
|
TermRestriction<T> |
lessThan(T value)
|
TermRestriction<T> |
startingWith(T 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 TermRestriction<T> exactlyMatching(T value)
public TermRestriction<T> startingWith(T value)
public TermRestriction<T> containing(T value)
public TermRestriction<T> lessThan(T value)
public TermRestriction<T> greaterThan(T value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||