org.activiti.engine.impl
类 ProcessDefinitionQueryProperty

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

public class ProcessDefinitionQueryProperty
extends Object
implements QueryProperty

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

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

字段摘要
static ProcessDefinitionQueryProperty DEPLOYMENT_ID
           
static ProcessDefinitionQueryProperty PROCESS_DEFINITION_CATEGORY
           
static ProcessDefinitionQueryProperty PROCESS_DEFINITION_ID
           
static ProcessDefinitionQueryProperty PROCESS_DEFINITION_KEY
           
static ProcessDefinitionQueryProperty PROCESS_DEFINITION_NAME
           
static ProcessDefinitionQueryProperty PROCESS_DEFINITION_VERSION
           
 
构造方法摘要
ProcessDefinitionQueryProperty(String name)
           
 
方法摘要
static ProcessDefinitionQueryProperty findByName(String propertyName)
           
 String getName()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

PROCESS_DEFINITION_KEY

public static final ProcessDefinitionQueryProperty PROCESS_DEFINITION_KEY

PROCESS_DEFINITION_CATEGORY

public static final ProcessDefinitionQueryProperty PROCESS_DEFINITION_CATEGORY

PROCESS_DEFINITION_ID

public static final ProcessDefinitionQueryProperty PROCESS_DEFINITION_ID

PROCESS_DEFINITION_VERSION

public static final ProcessDefinitionQueryProperty PROCESS_DEFINITION_VERSION

PROCESS_DEFINITION_NAME

public static final ProcessDefinitionQueryProperty PROCESS_DEFINITION_NAME

DEPLOYMENT_ID

public static final ProcessDefinitionQueryProperty DEPLOYMENT_ID
构造方法详细信息

ProcessDefinitionQueryProperty

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

getName

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

findByName

public static ProcessDefinitionQueryProperty findByName(String propertyName)


Copyright © 2013 Alfresco. All rights reserved.