Interface TaskDataManager
- All Superinterfaces:
DataManager<TaskEntity>
- All Known Implementing Classes:
MybatisTaskDataManager
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteTasksByExecutionId
(String executionId) long
findTaskCountByNativeQuery
(Map<String, Object> parameterMap) long
findTaskCountByQueryCriteria
(TaskQueryImpl taskQuery) findTasksByExecutionId
(String executionId) findTasksByNativeQuery
(Map<String, Object> parameterMap) findTasksByParentTaskId
(String parentTaskId) findTasksByProcessInstanceId
(String processInstanceId) findTasksByQueryCriteria
(TaskQueryImpl taskQuery) findTasksByScopeIdAndScopeType
(String scopeId, String scopeType) findTasksBySubScopeIdAndScopeType
(String subScopeId, String scopeType) void
updateAllTaskRelatedEntityCountFlags
(boolean newValue) void
updateTaskTenantIdForDeployment
(String deploymentId, String newTenantId)
-
Method Details
-
findTasksByExecutionId
-
findTasksByProcessInstanceId
-
findTasksByScopeIdAndScopeType
-
findTasksBySubScopeIdAndScopeType
-
findTasksByQueryCriteria
-
findTasksWithRelatedEntitiesByQueryCriteria
-
findTaskCountByQueryCriteria
-
findTasksByNativeQuery
-
findTaskCountByNativeQuery
-
findTasksByParentTaskId
-
updateTaskTenantIdForDeployment
-
updateAllTaskRelatedEntityCountFlags
void updateAllTaskRelatedEntityCountFlags(boolean newValue) -
deleteTasksByExecutionId
-