|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 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.engine 中 DeploymentQuery 的使用 |
---|
返回 DeploymentQuery 的 org.activiti.engine 中的方法 | |
---|---|
DeploymentQuery |
RepositoryService.createDeploymentQuery()
Query deployment. |
org.activiti.engine.impl 中 DeploymentQuery 的使用 |
---|
实现 DeploymentQuery 的 org.activiti.engine.impl 中的类 | |
---|---|
class |
DeploymentQueryImpl
|
返回 DeploymentQuery 的 org.activiti.engine.impl 中的方法 | |
---|---|
DeploymentQuery |
RepositoryServiceImpl.createDeploymentQuery()
|
DeploymentQuery |
DeploymentQueryImpl.orderByDeploymentId()
|
DeploymentQuery |
DeploymentQueryImpl.orderByDeploymenTime()
|
DeploymentQuery |
DeploymentQueryImpl.orderByDeploymentName()
|
org.activiti.engine.repository 中 DeploymentQuery 的使用 |
---|
返回 DeploymentQuery 的 org.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. |
|
||||||||||
上一个 下一个 | 框架 无框架 |