com.atlassian.crowd.search.query.entity.restriction.constants
Class UserTermKeys

java.lang.Object
  extended by com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys

public class UserTermKeys
extends java.lang.Object


Field Summary
static Property<java.lang.Boolean> ACTIVE
           
static Property<java.lang.String> DISPLAY_NAME
           
static Property<java.lang.String> EMAIL
           
static Property<java.lang.String> FIRST_NAME
           
static Property<java.lang.String> LAST_NAME
           
static Property<java.lang.String> USERNAME
           
 
Constructor Summary
UserTermKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USERNAME

public static final Property<java.lang.String> USERNAME

EMAIL

public static final Property<java.lang.String> EMAIL

FIRST_NAME

public static final Property<java.lang.String> FIRST_NAME

LAST_NAME

public static final Property<java.lang.String> LAST_NAME

DISPLAY_NAME

public static final Property<java.lang.String> DISPLAY_NAME

ACTIVE

public static final Property<java.lang.Boolean> ACTIVE
Constructor Detail

UserTermKeys

public UserTermKeys()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.