com.atlassian.crowd.search.query.entity.restriction.constants
Class UserTermKeys
java.lang.Object
com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
public class UserTermKeys
- extends java.lang.Object
Attributes of a user.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 © 2013 Atlassian. All Rights Reserved.