|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 ProcessDefinitionQuery 的软件包 | |
---|---|
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 中 ProcessDefinitionQuery 的使用 |
---|
返回 ProcessDefinitionQuery 的 org.activiti.engine 中的方法 | |
---|---|
ProcessDefinitionQuery |
RepositoryService.createProcessDefinitionQuery()
Query process definitions. |
org.activiti.engine.impl 中 ProcessDefinitionQuery 的使用 |
---|
实现 ProcessDefinitionQuery 的 org.activiti.engine.impl 中的类 | |
---|---|
class |
ProcessDefinitionQueryImpl
|
org.activiti.engine.repository 中 ProcessDefinitionQuery 的使用 |
---|
返回 ProcessDefinitionQuery 的 org.activiti.engine.repository 中的方法 | |
---|---|
ProcessDefinitionQuery |
ProcessDefinitionQuery.active()
Only selects process definitions which are active |
ProcessDefinitionQuery |
ProcessDefinitionQuery.deploymentId(String deploymentId)
Only select process definitions that are deployed in a deployment with the given deployment id |
ProcessDefinitionQuery |
ProcessDefinitionQuery.latestVersion()
Only select the process definitions which are the latest deployed (ie. which have the highest version number for the given key). |
ProcessDefinitionQuery |
ProcessDefinitionQuery.messageEventSubscription(String messageName)
已过时。 |
ProcessDefinitionQuery |
ProcessDefinitionQuery.messageEventSubscriptionName(String messageName)
Selects the single process definition which has a start message event with the messageName. |
ProcessDefinitionQuery |
ProcessDefinitionQuery.orderByDeploymentId()
Order by deployment id (needs to be followed by Query.asc() or Query.desc() ). |
ProcessDefinitionQuery |
ProcessDefinitionQuery.orderByProcessDefinitionCategory()
Order by the category of the process definitions (needs to be followed by Query.asc() or Query.desc() ). |
ProcessDefinitionQuery |
ProcessDefinitionQuery.orderByProcessDefinitionId()
Order by the id of the process definitions (needs to be followed by Query.asc() or Query.desc() ). |
ProcessDefinitionQuery |
ProcessDefinitionQuery.orderByProcessDefinitionKey()
Order by process definition key (needs to be followed by Query.asc() or Query.desc() ). |
ProcessDefinitionQuery |
ProcessDefinitionQuery.orderByProcessDefinitionName()
Order by the name of the process definitions (needs to be followed by Query.asc() or Query.desc() ). |
ProcessDefinitionQuery |
ProcessDefinitionQuery.orderByProcessDefinitionVersion()
Order by the version of the process definitions (needs to be followed by Query.asc() or Query.desc() ). |
ProcessDefinitionQuery |
ProcessDefinitionQuery.processDefinitionCategory(String processDefinitionCategory)
Only select process definitions with the given category. |
ProcessDefinitionQuery |
ProcessDefinitionQuery.processDefinitionCategoryLike(String processDefinitionCategoryLike)
Only select process definitions where the category matches the given parameter. |
ProcessDefinitionQuery |
ProcessDefinitionQuery.processDefinitionCategoryNotEquals(String categoryNotEquals)
Only select deployments that have a different category then the given one. |
ProcessDefinitionQuery |
ProcessDefinitionQuery.processDefinitionId(String processDefinitionId)
Only select process definiton with the given id. |
ProcessDefinitionQuery |
ProcessDefinitionQuery.processDefinitionKey(String processDefinitionKey)
Only select process definition with the given key. |
ProcessDefinitionQuery |
ProcessDefinitionQuery.processDefinitionKeyLike(String processDefinitionKeyLike)
Only select process definitions where the key matches the given parameter. |
ProcessDefinitionQuery |
ProcessDefinitionQuery.processDefinitionName(String processDefinitionName)
Only select process definitions with the given name. |
ProcessDefinitionQuery |
ProcessDefinitionQuery.processDefinitionNameLike(String processDefinitionNameLike)
Only select process definitions where the name matches the given parameter. |
ProcessDefinitionQuery |
ProcessDefinitionQuery.processDefinitionResourceName(String resourceName)
Only select process definition with the given resource name. |
ProcessDefinitionQuery |
ProcessDefinitionQuery.processDefinitionResourceNameLike(String resourceNameLike)
Only select process definition with a resource name like the given . |
ProcessDefinitionQuery |
ProcessDefinitionQuery.processDefinitionVersion(Integer processDefinitionVersion)
Only select process definition with a certain version. |
ProcessDefinitionQuery |
ProcessDefinitionQuery.startableByUser(String userId)
Only selects process definitions which given userId is authoriezed to start |
ProcessDefinitionQuery |
ProcessDefinitionQuery.suspended()
Only selects process definitions which are suspended |
|
||||||||||
上一个 下一个 | 框架 无框架 |