com.atlassian.crowd.search.builder
Class Restriction.RestrictionWithProperty<T>
java.lang.Object
com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty<T>
- Enclosing class:
- Restriction
public static class Restriction.RestrictionWithProperty<T>
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Restriction.RestrictionWithProperty
public Restriction.RestrictionWithProperty(Property<T> property)
exactlyMatching
public PropertyRestriction<T> exactlyMatching(T value)
startingWith
public PropertyRestriction<T> startingWith(T value)
containing
public PropertyRestriction<T> containing(T value)
lessThan
public PropertyRestriction<T> lessThan(T value)
greaterThan
public PropertyRestriction<T> greaterThan(T value)
isNull
public PropertyRestriction<T> isNull()
Copyright © 2010 Atlassian. All Rights Reserved.