接口 org.activiti.engine.repository.DeploymentQuery
的使用

使用 DeploymentQuery 的软件包
org.activiti.engine Public API of the Activiti engine. 
org.activiti.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.activiti.engine.repository Classes related to the RepositoryService
 

org.activiti.engineDeploymentQuery 的使用
 

返回 DeploymentQueryorg.activiti.engine 中的方法
 DeploymentQuery RepositoryService.createDeploymentQuery()
          Query deployment.
 

org.activiti.engine.implDeploymentQuery 的使用
 

实现 DeploymentQueryorg.activiti.engine.impl 中的类
 class DeploymentQueryImpl
           
 

返回 DeploymentQueryorg.activiti.engine.impl 中的方法
 DeploymentQuery RepositoryServiceImpl.createDeploymentQuery()
           
 DeploymentQuery DeploymentQueryImpl.orderByDeploymentId()
           
 DeploymentQuery DeploymentQueryImpl.orderByDeploymenTime()
           
 DeploymentQuery DeploymentQueryImpl.orderByDeploymentName()
           
 

org.activiti.engine.repositoryDeploymentQuery 的使用
 

返回 DeploymentQueryorg.activiti.engine.repository 中的方法
 DeploymentQuery DeploymentQuery.deploymentCategory(String category)
          Only select deployments with the given category.
 DeploymentQuery DeploymentQuery.deploymentCategoryNotEquals(String categoryNotEquals)
          Only select deployments that have a different category then the given one.
 DeploymentQuery DeploymentQuery.deploymentId(String deploymentId)
          Only select deployments with the given deployment id.
 DeploymentQuery DeploymentQuery.deploymentName(String name)
          Only select deployments with the given name.
 DeploymentQuery DeploymentQuery.deploymentNameLike(String nameLike)
          Only select deployments with a name like the given string.
 DeploymentQuery DeploymentQuery.orderByDeploymentId()
          Order by deployment id (needs to be followed by Query.asc() or Query.desc()).
 DeploymentQuery DeploymentQuery.orderByDeploymenTime()
          Order by deployment time (needs to be followed by Query.asc() or Query.desc()).
 DeploymentQuery DeploymentQuery.orderByDeploymentName()
          Order by deployment name (needs to be followed by Query.asc() or Query.desc()).
 DeploymentQuery DeploymentQuery.processDefinitionKey(String key)
          Only select deployments with the given process definition key.
 DeploymentQuery DeploymentQuery.processDefinitionKeyLike(String keyLike)
          Only select deployments with a process definition key like the given string.
 



Copyright © 2013 Alfresco. All rights reserved.