org.activiti.engine.impl
类 UserQueryProperty
java.lang.Object
org.activiti.engine.impl.UserQueryProperty
- 所有已实现的接口:
- Serializable, QueryProperty
public class UserQueryProperty
- extends Object
- implements QueryProperty
Contains the possible properties that can be used by the UserQuery
.
- 作者:
- Joram Barrez
- 另请参见:
- 序列化表格
从类 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()
- 指定者:
- 接口
QueryProperty
中的 getName
findByName
public static UserQueryProperty findByName(String propertyName)
Copyright © 2013 Alfresco. All rights reserved.