Package org.flowable.idm.api
Class UserQueryProperty
- java.lang.Object
-
- org.flowable.idm.api.UserQueryProperty
-
- All Implemented Interfaces:
Serializable,QueryProperty
public class UserQueryProperty extends Object implements QueryProperty
Contains the possible properties that can be used by theUserQuery.- Author:
- Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static UserQueryPropertyDISPLAY_NAMEstatic UserQueryPropertyEMAILstatic UserQueryPropertyFIRST_NAMEstatic UserQueryPropertyLAST_NAMEstatic UserQueryPropertyUSER_ID
-
Constructor Summary
Constructors Constructor Description UserQueryProperty(String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserQueryPropertyfindByName(String propertyName)StringgetName()
-
-
-
Field Detail
-
USER_ID
public static final UserQueryProperty USER_ID
-
FIRST_NAME
public static final UserQueryProperty FIRST_NAME
-
LAST_NAME
public static final UserQueryProperty LAST_NAME
-
DISPLAY_NAME
public static final UserQueryProperty DISPLAY_NAME
-
EMAIL
public static final UserQueryProperty EMAIL
-
-
Constructor Detail
-
UserQueryProperty
public UserQueryProperty(String name)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceQueryProperty
-
findByName
public static UserQueryProperty findByName(String propertyName)
-
-