org.activiti.engine.impl
类 DeploymentQueryImpl

java.lang.Object
  继承者 org.activiti.engine.impl.db.ListQueryParameterObject
      继承者 org.activiti.engine.impl.AbstractQuery<DeploymentQuery,Deployment>
          继承者 org.activiti.engine.impl.DeploymentQueryImpl
所有已实现的接口:
Serializable, Command<Object>, Query<DeploymentQuery,Deployment>, DeploymentQuery

public class DeploymentQueryImpl
extends AbstractQuery<DeploymentQuery,Deployment>
implements DeploymentQuery, Serializable

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

字段摘要
protected  String category
           
protected  String categoryNotEquals
           
protected  String deploymentId
           
protected  String name
           
protected  String nameLike
           
protected  String processDefinitionKey
           
protected  String processDefinitionKeyLike
           
 
从类 org.activiti.engine.impl.AbstractQuery 继承的字段
commandContext, commandExecutor, orderBy, orderProperty, resultType, SORTORDER_ASC, SORTORDER_DESC
 
从类 org.activiti.engine.impl.db.ListQueryParameterObject 继承的字段
databaseType, firstResult, maxResults, parameter
 
构造方法摘要
DeploymentQueryImpl()
           
DeploymentQueryImpl(CommandContext commandContext)
           
DeploymentQueryImpl(CommandExecutor commandExecutor)
           
 
方法摘要
 DeploymentQueryImpl deploymentCategory(String deploymentCategory)
          Only select deployments with the given category.
 DeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
          Only select deployments that have a different category then the given one.
 DeploymentQueryImpl deploymentId(String deploymentId)
          Only select deployments with the given deployment id.
 DeploymentQueryImpl deploymentName(String deploymentName)
          Only select deployments with the given name.
 DeploymentQueryImpl deploymentNameLike(String nameLike)
          Only select deployments with a name like the given string.
 long executeCount(CommandContext commandContext)
           
 List<Deployment> executeList(CommandContext commandContext, Page page)
          Executes the actual query to retrieve the list of results.
 String getCategory()
           
 String getCategoryNotEquals()
           
 String getDeploymentId()
           
 String getName()
           
 String getNameLike()
           
 DeploymentQuery orderByDeploymentId()
          Order by deployment id (needs to be followed by Query.asc() or Query.desc()).
 DeploymentQuery orderByDeploymenTime()
          Order by deployment time (needs to be followed by Query.asc() or Query.desc()).
 DeploymentQuery orderByDeploymentName()
          Order by deployment name (needs to be followed by Query.asc() or Query.desc()).
 DeploymentQueryImpl processDefinitionKey(String key)
          Only select deployments with the given process definition key.
 DeploymentQueryImpl processDefinitionKeyLike(String keyLike)
          Only select deployments with a process definition key like the given string.
 
从类 org.activiti.engine.impl.AbstractQuery 继承的方法
addOrder, asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, getOrderBy, list, listPage, orderBy, setCommandExecutor, singleResult
 
从类 org.activiti.engine.impl.db.ListQueryParameterObject 继承的方法
getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setDatabaseType, setFirstResult, setMaxResults, setParameter
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 org.activiti.engine.query.Query 继承的方法
asc, count, desc, list, listPage, singleResult
 

字段详细信息

deploymentId

protected String deploymentId

name

protected String name

nameLike

protected String nameLike

category

protected String category

categoryNotEquals

protected String categoryNotEquals

processDefinitionKey

protected String processDefinitionKey

processDefinitionKeyLike

protected String processDefinitionKeyLike
构造方法详细信息

DeploymentQueryImpl

public DeploymentQueryImpl()

DeploymentQueryImpl

public DeploymentQueryImpl(CommandContext commandContext)

DeploymentQueryImpl

public DeploymentQueryImpl(CommandExecutor commandExecutor)
方法详细信息

deploymentId

public DeploymentQueryImpl deploymentId(String deploymentId)
从接口 DeploymentQuery 复制的描述
Only select deployments with the given deployment id.

指定者:
接口 DeploymentQuery 中的 deploymentId

deploymentName

public DeploymentQueryImpl deploymentName(String deploymentName)
从接口 DeploymentQuery 复制的描述
Only select deployments with the given name.

指定者:
接口 DeploymentQuery 中的 deploymentName

deploymentNameLike

public DeploymentQueryImpl deploymentNameLike(String nameLike)
从接口 DeploymentQuery 复制的描述
Only select deployments with a name like the given string.

指定者:
接口 DeploymentQuery 中的 deploymentNameLike

deploymentCategory

public DeploymentQueryImpl deploymentCategory(String deploymentCategory)
从接口 DeploymentQuery 复制的描述
Only select deployments with the given category.

指定者:
接口 DeploymentQuery 中的 deploymentCategory
另请参见:
DeploymentBuilder.category(String)

deploymentCategoryNotEquals

public DeploymentQueryImpl deploymentCategoryNotEquals(String deploymentCategoryNotEquals)
从接口 DeploymentQuery 复制的描述
Only select deployments that have a different category then the given one.

指定者:
接口 DeploymentQuery 中的 deploymentCategoryNotEquals
另请参见:
DeploymentBuilder.category(String)

processDefinitionKey

public DeploymentQueryImpl processDefinitionKey(String key)
从接口 DeploymentQuery 复制的描述
Only select deployments with the given process definition key.

指定者:
接口 DeploymentQuery 中的 processDefinitionKey

processDefinitionKeyLike

public DeploymentQueryImpl processDefinitionKeyLike(String keyLike)
从接口 DeploymentQuery 复制的描述
Only select deployments with a process definition key like the given string.

指定者:
接口 DeploymentQuery 中的 processDefinitionKeyLike

orderByDeploymentId

public DeploymentQuery orderByDeploymentId()
从接口 DeploymentQuery 复制的描述
Order by deployment id (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 DeploymentQuery 中的 orderByDeploymentId

orderByDeploymenTime

public DeploymentQuery orderByDeploymenTime()
从接口 DeploymentQuery 复制的描述
Order by deployment time (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 DeploymentQuery 中的 orderByDeploymenTime

orderByDeploymentName

public DeploymentQuery orderByDeploymentName()
从接口 DeploymentQuery 复制的描述
Order by deployment name (needs to be followed by Query.asc() or Query.desc()).

指定者:
接口 DeploymentQuery 中的 orderByDeploymentName

executeCount

public long executeCount(CommandContext commandContext)
指定者:
AbstractQuery<DeploymentQuery,Deployment> 中的 executeCount

executeList

public List<Deployment> executeList(CommandContext commandContext,
                                    Page page)
从类 AbstractQuery 复制的描述
Executes the actual query to retrieve the list of results.

指定者:
AbstractQuery<DeploymentQuery,Deployment> 中的 executeList
page - used if the results must be paged. If null, no paging will be applied.

getDeploymentId

public String getDeploymentId()

getName

public String getName()

getNameLike

public String getNameLike()

getCategory

public String getCategory()

getCategoryNotEquals

public String getCategoryNotEquals()


Copyright © 2013 Alfresco. All rights reserved.