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 Object

Attributes of a user.


Field Summary
static Property<Boolean> ACTIVE
           
static Iterable<Property<?>> ALL_USER_PROPERTIES
           
static Property<Date> CREATED_DATE
           
static Property<String> DISPLAY_NAME
           
static Property<String> EMAIL
           
static Property<String> FIRST_NAME
           
static Property<String> LAST_NAME
           
static Property<Date> UPDATED_DATE
           
static Property<String> USERNAME
           
 
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<String> USERNAME

EMAIL

public static final Property<String> EMAIL

FIRST_NAME

public static final Property<String> FIRST_NAME

LAST_NAME

public static final Property<String> LAST_NAME

DISPLAY_NAME

public static final Property<String> DISPLAY_NAME

ACTIVE

public static final Property<Boolean> ACTIVE

CREATED_DATE

public static final Property<Date> CREATED_DATE

UPDATED_DATE

public static final Property<Date> UPDATED_DATE

ALL_USER_PROPERTIES

public static final Iterable<Property<?>> ALL_USER_PROPERTIES


Copyright © 2012 Atlassian. All Rights Reserved.