Uses of Class
org.camunda.bpm.engine.impl.TaskQueryImpl
-
Packages that use TaskQueryImpl Package Description 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.json org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of TaskQueryImpl in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl with type parameters of type TaskQueryImpl Modifier and Type Field Description protected List<TaskQueryImpl>
TaskQueryImpl. queries
Methods in org.camunda.bpm.engine.impl that return TaskQueryImpl Modifier and Type Method Description TaskQueryImpl
TaskQueryImpl. executionId(String executionId)
TaskQueryImpl
TaskQueryImpl. processInstanceBusinessKey(String processInstanceBusinessKey)
TaskQueryImpl
TaskQueryImpl. processInstanceId(String processInstanceId)
TaskQueryImpl
TaskQueryImpl. taskAssignee(String assignee)
TaskQueryImpl
TaskQueryImpl. taskCandidateGroup(String candidateGroup)
TaskQueryImpl
TaskQueryImpl. taskCandidateUser(String candidateUser)
TaskQueryImpl
TaskQueryImpl. taskCreatedOn(Date createTime)
TaskQueryImpl
TaskQueryImpl. taskDescription(String description)
TaskQueryImpl
TaskQueryImpl. taskId(String taskId)
TaskQueryImpl
TaskQueryImpl. taskIdIn(String... taskIds)
TaskQueryImpl
TaskQueryImpl. taskInvolvedUser(String involvedUser)
TaskQueryImpl
TaskQueryImpl. taskName(String name)
TaskQueryImpl
TaskQueryImpl. taskNameLike(String nameLike)
TaskQueryImpl
TaskQueryImpl. taskOwner(String owner)
Methods in org.camunda.bpm.engine.impl that return types with arguments of type TaskQueryImpl Modifier and Type Method Description List<TaskQueryImpl>
TaskQueryImpl. getQueries()
Methods in org.camunda.bpm.engine.impl with parameters of type TaskQueryImpl Modifier and Type Method Description void
TaskQueryImpl. addOrQuery(TaskQueryImpl orQuery)
protected void
TaskQueryImpl. mergeVariables(TaskQueryImpl extendedQuery, TaskQueryImpl extendingQuery)
Simple implementation of variable merging. -
Uses of TaskQueryImpl in org.camunda.bpm.engine.impl.db.entitymanager
Methods in org.camunda.bpm.engine.impl.db.entitymanager that return TaskQueryImpl Modifier and Type Method Description TaskQueryImpl
DbEntityManager. createTaskQuery()
-
Uses of TaskQueryImpl in org.camunda.bpm.engine.impl.json
Methods in org.camunda.bpm.engine.impl.json with parameters of type TaskQueryImpl Modifier and Type Method Description protected void
JsonTaskQueryConverter. addTenantIdFields(com.google.gson.JsonObject jsonObject, TaskQueryImpl query)
protected void
JsonTaskQueryConverter. addVariables(TaskQueryImpl query, com.google.gson.JsonArray variables, boolean isTaskVariable, boolean isProcessVariable)
-
Uses of TaskQueryImpl in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TaskQueryImpl Modifier and Type Method Description protected void
TaskManager. configureQuery(TaskQueryImpl query)
void
AuthorizationManager. configureTaskQuery(TaskQueryImpl query)
long
TaskManager. findTaskCountByQueryCriteria(TaskQueryImpl taskQuery)
List<Task>
TaskManager. findTasksByQueryCriteria(TaskQueryImpl taskQuery)
List<Task>
TaskManager. findTasksByQueryCriteria(TaskQueryImpl taskQuery, Page page)
Deprecated.
-