|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutionQueryImpl | |
|---|---|
| org.camunda.bpm.engine.impl | API implementation classes, which shouldn't directly be used by end-users. |
| org.camunda.bpm.engine.impl.db.entitymanager | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| Uses of ExecutionQueryImpl in org.camunda.bpm.engine.impl |
|---|
| Methods in org.camunda.bpm.engine.impl that return ExecutionQueryImpl | |
|---|---|
ExecutionQueryImpl |
ExecutionQueryImpl.activityId(String activityId)
|
ExecutionQueryImpl |
ExecutionQueryImpl.executionId(String executionId)
|
ExecutionQueryImpl |
ExecutionQueryImpl.orderByProcessDefinitionId()
|
ExecutionQueryImpl |
ExecutionQueryImpl.orderByProcessDefinitionKey()
|
ExecutionQueryImpl |
ExecutionQueryImpl.orderByProcessInstanceId()
|
ExecutionQueryImpl |
ExecutionQueryImpl.processDefinitionId(String processDefinitionId)
|
ExecutionQueryImpl |
ExecutionQueryImpl.processDefinitionKey(String processDefinitionKey)
|
ExecutionQueryImpl |
ExecutionQueryImpl.processInstanceId(String processInstanceId)
|
| Uses of ExecutionQueryImpl in org.camunda.bpm.engine.impl.db.entitymanager |
|---|
| Methods in org.camunda.bpm.engine.impl.db.entitymanager that return ExecutionQueryImpl | |
|---|---|
ExecutionQueryImpl |
DbEntityManager.createExecutionQuery()
|
| Uses of ExecutionQueryImpl in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ExecutionQueryImpl | |
|---|---|
long |
ExecutionManager.findExecutionCountByQueryCriteria(ExecutionQueryImpl executionQuery)
|
List<ExecutionEntity> |
ExecutionManager.findExecutionsByQueryCriteria(ExecutionQueryImpl executionQuery,
Page page)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||