org.activiti.engine.impl
类 HistoricProcessInstanceQueryProperty

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

public class HistoricProcessInstanceQueryProperty
extends Object
implements QueryProperty

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

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

字段摘要
static HistoricProcessInstanceQueryProperty BUSINESS_KEY
           
static HistoricProcessInstanceQueryProperty DURATION
           
static HistoricProcessInstanceQueryProperty END_TIME
           
static HistoricProcessInstanceQueryProperty PROCESS_DEFINITION_ID
           
static HistoricProcessInstanceQueryProperty PROCESS_INSTANCE_ID_
           
static HistoricProcessInstanceQueryProperty START_TIME
           
 
构造方法摘要
HistoricProcessInstanceQueryProperty(String name)
           
 
方法摘要
static HistoricProcessInstanceQueryProperty 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 HistoricProcessInstanceQueryProperty PROCESS_INSTANCE_ID_

PROCESS_DEFINITION_ID

public static final HistoricProcessInstanceQueryProperty PROCESS_DEFINITION_ID

BUSINESS_KEY

public static final HistoricProcessInstanceQueryProperty BUSINESS_KEY

START_TIME

public static final HistoricProcessInstanceQueryProperty START_TIME

END_TIME

public static final HistoricProcessInstanceQueryProperty END_TIME

DURATION

public static final HistoricProcessInstanceQueryProperty DURATION
构造方法详细信息

HistoricProcessInstanceQueryProperty

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

getName

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

findByName

public static HistoricProcessInstanceQueryProperty findByName(String propertyName)


Copyright © 2013 Alfresco. All rights reserved.