public class MybatisTaskDataManager extends AbstractDataManager<TaskEntity> implements TaskDataManager
| Modifier and Type | Field and Description |
|---|---|
protected CachedEntityMatcher<TaskEntity> |
tasksByExecutionIdMatcher |
protected CachedEntityMatcher<TaskEntity> |
tasksByScopeIdAndScopeTypeMatcher |
protected CachedEntityMatcher<TaskEntity> |
tasksBySubScopeIdAndScopeTypeMatcher |
| Constructor and Description |
|---|
MybatisTaskDataManager() |
| Modifier and Type | Method and Description |
|---|---|
TaskEntity |
create() |
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) |
Class<? extends TaskEntity> |
getManagedEntityClass() |
void |
updateAllTaskRelatedEntityCountFlags(boolean newValue) |
void |
updateTaskTenantIdForDeployment(String deploymentId,
String newTenantId) |
delete, delete, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getListFromCache, getManagedEntitySubClasses, getSession, insert, updateprotected CachedEntityMatcher<TaskEntity> tasksByExecutionIdMatcher
protected CachedEntityMatcher<TaskEntity> tasksBySubScopeIdAndScopeTypeMatcher
protected CachedEntityMatcher<TaskEntity> tasksByScopeIdAndScopeTypeMatcher
public Class<? extends TaskEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<TaskEntity>public TaskEntity create()
create in interface DataManager<TaskEntity>public List<TaskEntity> findTasksByExecutionId(String executionId)
findTasksByExecutionId in interface TaskDataManagerpublic List<TaskEntity> findTasksByProcessInstanceId(String processInstanceId)
findTasksByProcessInstanceId in interface TaskDataManagerpublic List<TaskEntity> findTasksByScopeIdAndScopeType(String scopeId, String scopeType)
findTasksByScopeIdAndScopeType in interface TaskDataManagerpublic List<TaskEntity> findTasksBySubScopeIdAndScopeType(String subScopeId, String scopeType)
findTasksBySubScopeIdAndScopeType in interface TaskDataManagerpublic List<Task> findTasksByQueryCriteria(TaskQueryImpl taskQuery)
findTasksByQueryCriteria in interface TaskDataManagerpublic List<Task> findTasksWithRelatedEntitiesByQueryCriteria(TaskQueryImpl taskQuery)
findTasksWithRelatedEntitiesByQueryCriteria in interface TaskDataManagerpublic long findTaskCountByQueryCriteria(TaskQueryImpl taskQuery)
findTaskCountByQueryCriteria in interface TaskDataManagerpublic List<Task> findTasksByNativeQuery(Map<String,Object> parameterMap)
findTasksByNativeQuery in interface TaskDataManagerpublic long findTaskCountByNativeQuery(Map<String,Object> parameterMap)
findTaskCountByNativeQuery in interface TaskDataManagerpublic List<Task> findTasksByParentTaskId(String parentTaskId)
findTasksByParentTaskId in interface TaskDataManagerpublic void updateTaskTenantIdForDeployment(String deploymentId, String newTenantId)
updateTaskTenantIdForDeployment in interface TaskDataManagerpublic void updateAllTaskRelatedEntityCountFlags(boolean newValue)
updateAllTaskRelatedEntityCountFlags in interface TaskDataManagerCopyright © 2017 Flowable. All rights reserved.