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
 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

Restriction.RestrictionWithProperty

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

exactlyMatching

public TermRestriction<T> exactlyMatching(T value)

startingWith

public TermRestriction<T> startingWith(T value)

containing

public TermRestriction<T> containing(T value)

lessThan

public TermRestriction<T> lessThan(T value)

greaterThan

public TermRestriction<T> greaterThan(T value)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.