com.atlassian.crowd.search.builder
Class Restriction

java.lang.Object
  extended by com.atlassian.crowd.search.builder.Restriction

public class Restriction
extends java.lang.Object

Example usage: Restriction.on("color").exactlyMatching("black"); Restriction.on(UserTermKeys.USERNAME).startsWith("rob"); It is a good idea to add a static import to UserTermKeys in your class to make things even more convenient.


Nested Class Summary
static class Restriction.RestrictionWithProperty<T>
           
 
Constructor Summary
Restriction()
           
 
Method Summary
static
<T> Restriction.RestrictionWithProperty<T>
on(Property<T> propertyName)
           Restriction.on(UserTermKeys.USERNAME).startsWith("rob");
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Restriction

public Restriction()
Method Detail

on

public static <T> Restriction.RestrictionWithProperty<T> on(Property<T> propertyName)
Restriction.on(UserTermKeys.USERNAME).startsWith("rob");

Type Parameters:
T -
Parameters:
propertyName -
Returns:


Copyright © 2010 Atlassian. All Rights Reserved.