Package org.camunda.bpm.engine.impl
Interface UserQueryProperty
-
public interface UserQueryProperty
Contains the possible properties that can be used by theUserQuery
.- Author:
- Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description static QueryProperty
EMAIL
static QueryProperty
FIRST_NAME
static QueryProperty
LAST_NAME
static QueryProperty
USER_ID
-
-
-
Field Detail
-
USER_ID
static final QueryProperty USER_ID
-
FIRST_NAME
static final QueryProperty FIRST_NAME
-
LAST_NAME
static final QueryProperty LAST_NAME
-
EMAIL
static final QueryProperty EMAIL
-
-