org.activiti.engine.impl
类 HistoricTaskInstanceQueryProperty

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

public class HistoricTaskInstanceQueryProperty
extends Object
implements QueryProperty

作者:
Tom Baeyens
另请参见:
序列化表格

字段摘要
static HistoricTaskInstanceQueryProperty DELETE_REASON
           
static HistoricTaskInstanceQueryProperty DURATION
           
static HistoricTaskInstanceQueryProperty END
           
static HistoricTaskInstanceQueryProperty EXECUTION_ID
           
static HistoricTaskInstanceQueryProperty HISTORIC_TASK_INSTANCE_ID
           
static HistoricTaskInstanceQueryProperty PROCESS_DEFINITION_ID
           
static HistoricTaskInstanceQueryProperty PROCESS_INSTANCE_ID
           
static HistoricTaskInstanceQueryProperty START
           
static HistoricTaskInstanceQueryProperty TASK_ASSIGNEE
           
static HistoricTaskInstanceQueryProperty TASK_DEFINITION_KEY
           
static HistoricTaskInstanceQueryProperty TASK_DESCRIPTION
           
static HistoricTaskInstanceQueryProperty TASK_DUE_DATE
           
static HistoricTaskInstanceQueryProperty TASK_NAME
           
static HistoricTaskInstanceQueryProperty TASK_OWNER
           
static HistoricTaskInstanceQueryProperty TASK_PRIORITY
           
 
构造方法摘要
HistoricTaskInstanceQueryProperty(String name)
           
 
方法摘要
static HistoricTaskInstanceQueryProperty findByName(String propertyName)
           
 String getName()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

HISTORIC_TASK_INSTANCE_ID

public static final HistoricTaskInstanceQueryProperty HISTORIC_TASK_INSTANCE_ID

PROCESS_DEFINITION_ID

public static final HistoricTaskInstanceQueryProperty PROCESS_DEFINITION_ID

PROCESS_INSTANCE_ID

public static final HistoricTaskInstanceQueryProperty PROCESS_INSTANCE_ID

EXECUTION_ID

public static final HistoricTaskInstanceQueryProperty EXECUTION_ID

TASK_NAME

public static final HistoricTaskInstanceQueryProperty TASK_NAME

TASK_DESCRIPTION

public static final HistoricTaskInstanceQueryProperty TASK_DESCRIPTION

TASK_ASSIGNEE

public static final HistoricTaskInstanceQueryProperty TASK_ASSIGNEE

TASK_OWNER

public static final HistoricTaskInstanceQueryProperty TASK_OWNER

TASK_DEFINITION_KEY

public static final HistoricTaskInstanceQueryProperty TASK_DEFINITION_KEY

DELETE_REASON

public static final HistoricTaskInstanceQueryProperty DELETE_REASON

START

public static final HistoricTaskInstanceQueryProperty START

END

public static final HistoricTaskInstanceQueryProperty END

DURATION

public static final HistoricTaskInstanceQueryProperty DURATION

TASK_PRIORITY

public static final HistoricTaskInstanceQueryProperty TASK_PRIORITY

TASK_DUE_DATE

public static final HistoricTaskInstanceQueryProperty TASK_DUE_DATE
构造方法详细信息

HistoricTaskInstanceQueryProperty

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

getName

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

findByName

public static HistoricTaskInstanceQueryProperty findByName(String propertyName)


Copyright © 2013 Alfresco. All rights reserved.