org.camunda.bpm.engine.impl
Class UserQueryProperty

java.lang.Object
  extended by org.camunda.bpm.engine.impl.UserQueryProperty
All Implemented Interfaces:
Serializable, QueryProperty

public class UserQueryProperty
extends Object
implements QueryProperty

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

Author:
Joram Barrez
See Also:
Serialized Form

Field Summary
static UserQueryProperty EMAIL
           
static UserQueryProperty FIRST_NAME
           
static UserQueryProperty LAST_NAME
           
static UserQueryProperty USER_ID
           
 
Constructor Summary
UserQueryProperty(String name)
           
 
Method Summary
static UserQueryProperty findByName(String propertyName)
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

EMAIL

public static final UserQueryProperty EMAIL
Constructor Detail

UserQueryProperty

public UserQueryProperty(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface QueryProperty

findByName

public static UserQueryProperty findByName(String propertyName)


Copyright © 2014 camunda services GmbH. All rights reserved.