public class UserQueryProperty extends Object implements QueryProperty
UserQuery.| Modifier and Type | Field and Description |
|---|---|
static UserQueryProperty |
EMAIL |
static UserQueryProperty |
FIRST_NAME |
static UserQueryProperty |
LAST_NAME |
static UserQueryProperty |
USER_ID |
| Constructor and Description |
|---|
UserQueryProperty(String name) |
| Modifier and Type | Method and Description |
|---|---|
static UserQueryProperty |
findByName(String propertyName) |
String |
getName() |
public static final UserQueryProperty USER_ID
public static final UserQueryProperty FIRST_NAME
public static final UserQueryProperty LAST_NAME
public static final UserQueryProperty EMAIL
public UserQueryProperty(String name)
public String getName()
getName in interface QueryPropertypublic static UserQueryProperty findByName(String propertyName)
Copyright © 2016 Alfresco. All rights reserved.