public interface TaskEntityManager extends EntityManager<TaskEntity>
void changeTaskAssignee(TaskEntity taskEntity, String assignee)
void changeTaskOwner(TaskEntity taskEntity, String owner)
List<TaskEntity> findTasksByExecutionId(String executionId)
List<TaskEntity> findTasksByProcessInstanceId(String processInstanceId)
List<TaskEntity> findTasksByScopeIdAndScopeType(String scopeId, String scopeType)
List<TaskEntity> findTasksBySubScopeIdAndScopeType(String subScopeId, String scopeType)
List<Task> findTasksByQueryCriteria(TaskQueryImpl taskQuery)
List<Task> findTasksWithRelatedEntitiesByQueryCriteria(TaskQueryImpl taskQuery)
long findTaskCountByQueryCriteria(TaskQueryImpl taskQuery)
void updateTaskTenantIdForDeployment(String deploymentId, String newTenantId)
void updateAllTaskRelatedEntityCountFlags(boolean configProperty)
Copyright © 2017 Flowable. All rights reserved.