com.atlassian.crowd.search.builder
Class Restriction.RestrictionWithProperty<T>

java.lang.Object
  extended by com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty<T>
Enclosing class:
Restriction

public static class Restriction.RestrictionWithProperty<T>
extends java.lang.Object


Constructor Summary
Restriction.RestrictionWithProperty(Property<T> property)
           
 
Method Summary
 PropertyRestriction<T> containing(T value)
           
 PropertyRestriction<T> exactlyMatching(T value)
           
 PropertyRestriction<T> greaterThan(T value)
           
 PropertyRestriction<T> isNull()
           
 PropertyRestriction<T> lessThan(T value)
           
 PropertyRestriction<T> startingWith(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Restriction.RestrictionWithProperty

public Restriction.RestrictionWithProperty(Property<T> property)
Method Detail

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.