org.activiti.engine.impl
类 GroupQueryProperty

java.lang.Object
  继承者 org.activiti.engine.impl.GroupQueryProperty
所有已实现的接口:
Serializable, QueryProperty

public class GroupQueryProperty
extends Object
implements QueryProperty

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

作者:
Joram Barrez
另请参见:
序列化表格

字段摘要
static GroupQueryProperty GROUP_ID
           
static GroupQueryProperty NAME
           
static GroupQueryProperty TYPE
           
 
构造方法摘要
GroupQueryProperty(String name)
           
 
方法摘要
static GroupQueryProperty findByName(String propertyName)
           
 String getName()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

GROUP_ID

public static final GroupQueryProperty GROUP_ID

NAME

public static final GroupQueryProperty NAME

TYPE

public static final GroupQueryProperty TYPE
构造方法详细信息

GroupQueryProperty

public GroupQueryProperty(String name)
方法详细信息

getName

public String getName()
指定者:
接口 QueryProperty 中的 getName

findByName

public static GroupQueryProperty findByName(String propertyName)


Copyright © 2013 Alfresco. All rights reserved.