org.camunda.bpm.engine.impl
Interface UserQueryProperty


public interface UserQueryProperty

Contains the possible properties that can be used by the UserQuery.

Author:
Joram Barrez

Field Summary
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


Copyright © 2016 camunda services GmbH. All rights reserved.