Package org.flowable.idm.api
Class UserQueryProperty
java.lang.Object
org.flowable.idm.api.UserQueryProperty
- All Implemented Interfaces:
Serializable
,QueryProperty
Contains the possible properties that can be used by the
UserQuery
.- Author:
- Joram Barrez
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UserQueryProperty
static final UserQueryProperty
static final UserQueryProperty
static final UserQueryProperty
static final UserQueryProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UserQueryProperty
findByName
(String propertyName) getName()
-
Field Details
-
USER_ID
-
FIRST_NAME
-
LAST_NAME
-
DISPLAY_NAME
-
EMAIL
-
-
Constructor Details
-
UserQueryProperty
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceQueryProperty
-
findByName
-