Uses of Class
org.flowable.engine.impl.ExecutionQueryImpl
Packages that use ExecutionQueryImpl
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of ExecutionQueryImpl in org.flowable.engine.impl
Fields in org.flowable.engine.impl declared as ExecutionQueryImplModifier and TypeFieldDescriptionprotected ExecutionQueryImpl
ExecutionQueryImpl.currentOrQueryObject
Fields in org.flowable.engine.impl with type parameters of type ExecutionQueryImplModifier and TypeFieldDescriptionprotected List<ExecutionQueryImpl>
ExecutionQueryImpl.orQueryObjects
Methods in org.flowable.engine.impl that return ExecutionQueryImplModifier and TypeMethodDescriptionExecutionQueryImpl.activityId
(String activityId) ExecutionQueryImpl.executionId
(String executionId) ExecutionQueryImpl.executionTenantId
(String tenantId) ExecutionQueryImpl.executionTenantIdLike
(String tenantIdLike) ExecutionQueryImpl.executionTenantIdLikeIgnoreCase
(String tenantIdLikeIgnoreCase) ExecutionQueryImpl.executionWithoutTenantId()
ExecutionQueryImpl.orderByProcessDefinitionId()
ExecutionQueryImpl.orderByProcessDefinitionKey()
ExecutionQueryImpl.orderByProcessInstanceId()
ExecutionQueryImpl.orderByTenantId()
ExecutionQueryImpl.processDefinitionId
(String processDefinitionId) ExecutionQueryImpl.processDefinitionKey
(String processDefinitionKey) ExecutionQueryImpl.processDefinitionKeyLike
(String processDefinitionKeyLike) ExecutionQueryImpl.processDefinitionKeyLikeIgnoreCase
(String processDefinitionKeyLikeIgnoreCase) ExecutionQueryImpl.processInstanceId
(String processInstanceId) ExecutionQueryImpl.rootProcessInstanceId
(String rootProcessInstanceId) Methods in org.flowable.engine.impl that return types with arguments of type ExecutionQueryImpl