Package org.camunda.bpm.engine.impl
Interface UserQueryProperty
- 
public interface UserQueryPropertyContains the possible properties that can be used by theUserQuery.- Author:
 - Joram Barrez
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static QueryPropertyEMAILstatic QueryPropertyFIRST_NAMEstatic QueryPropertyLAST_NAMEstatic QueryPropertyUSER_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
 
 - 
 
 -