org.camunda.bpm.engine.impl
Class UserQueryProperty
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
UserQueryProperty
public UserQueryProperty(String name)
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.