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