org.activiti.engine.impl
类 HistoricVariableInstanceQueryProperty

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

public class HistoricVariableInstanceQueryProperty
extends Object
implements QueryProperty

Contains the possible properties which can be used in a HistoricVariableInstanceQuery.

作者:
Christian Lipphardt (camunda)
另请参见:
序列化表格

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

字段详细信息

PROCESS_INSTANCE_ID

public static final HistoricVariableInstanceQueryProperty PROCESS_INSTANCE_ID

VARIABLE_NAME

public static final HistoricVariableInstanceQueryProperty VARIABLE_NAME
构造方法详细信息

HistoricVariableInstanceQueryProperty

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

getName

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

findByName

public static HistoricVariableInstanceQueryProperty findByName(String propertyName)


Copyright © 2013 Alfresco. All rights reserved.