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
另请参见:
序列化表格

字段摘要
static UserQueryProperty EMAIL
           
static UserQueryProperty FIRST_NAME
           
static UserQueryProperty LAST_NAME
           
static UserQueryProperty USER_ID
           
 
构造方法摘要
UserQueryProperty(String name)
           
 
方法摘要
static UserQueryProperty findByName(String propertyName)
           
 String getName()
           
 
从类 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.