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

Attributes of a user.


Field Summary
static Property<java.lang.Boolean> ACTIVE
           
static java.lang.Iterable<Property<?>> ALL_USER_PROPERTIES
           
static Property<java.util.Date> CREATED_DATE
           
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.util.Date> UPDATED_DATE
           
static Property<java.lang.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<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

CREATED_DATE

public static final Property<java.util.Date> CREATED_DATE

UPDATED_DATE

public static final Property<java.util.Date> UPDATED_DATE

ALL_USER_PROPERTIES

public static final java.lang.Iterable<Property<?>> ALL_USER_PROPERTIES


Copyright © 2012 Atlassian. All Rights Reserved.