org.activiti.engine.impl
类 DeploymentQueryProperty

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

public class DeploymentQueryProperty
extends Object
implements QueryProperty

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

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

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

字段详细信息

DEPLOYMENT_ID

public static final DeploymentQueryProperty DEPLOYMENT_ID

DEPLOYMENT_NAME

public static final DeploymentQueryProperty DEPLOYMENT_NAME

DEPLOY_TIME

public static final DeploymentQueryProperty DEPLOY_TIME
构造方法详细信息

DeploymentQueryProperty

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

getName

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

findByName

public static DeploymentQueryProperty findByName(String propertyName)


Copyright © 2013 Alfresco. All rights reserved.