public interface TaskDataManager extends DataManager<TaskEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteTasksByExecutionId(String executionId) |
long |
findTaskCountByNativeQuery(Map<String,Object> parameterMap) |
long |
findTaskCountByQueryCriteria(TaskQueryImpl taskQuery) |
List<TaskEntity> |
findTasksByExecutionId(String executionId) |
List<Task> |
findTasksByNativeQuery(Map<String,Object> parameterMap) |
List<Task> |
findTasksByParentTaskId(String parentTaskId) |
List<TaskEntity> |
findTasksByProcessInstanceId(String processInstanceId) |
List<Task> |
findTasksByQueryCriteria(TaskQueryImpl taskQuery) |
List<TaskEntity> |
findTasksByScopeIdAndScopeType(String scopeId,
String scopeType) |
List<TaskEntity> |
findTasksBySubScopeIdAndScopeType(String subScopeId,
String scopeType) |
List<Task> |
findTasksWithRelatedEntitiesByQueryCriteria(TaskQueryImpl taskQuery) |
void |
updateAllTaskRelatedEntityCountFlags(boolean newValue) |
void |
updateTaskTenantIdForDeployment(String deploymentId,
String newTenantId) |
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 newValue)
void deleteTasksByExecutionId(String executionId)
Copyright © 2020 Flowable. All rights reserved.