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