org.activiti.engine.impl
类 JobQueryProperty

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

public class JobQueryProperty
extends Object
implements QueryProperty

Contains the possible properties that can be used in a JobQuery.

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

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

字段详细信息

JOB_ID

public static final JobQueryProperty JOB_ID

PROCESS_INSTANCE_ID

public static final JobQueryProperty PROCESS_INSTANCE_ID

EXECUTION_ID

public static final JobQueryProperty EXECUTION_ID

DUEDATE

public static final JobQueryProperty DUEDATE

RETRIES

public static final JobQueryProperty RETRIES
构造方法详细信息

JobQueryProperty

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

getName

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

findByName

public static JobQueryProperty findByName(String propertyName)


Copyright © 2013 Alfresco. All rights reserved.