public interface FlowUserDao<T extends User> extends WarmDao<T>
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByTaskIds(List<Long> taskIdList)
根据taskId删除
|
List<T> |
listByAssociatedAndTypes(List<Long> associateds,
String[] types)
根据(待办任务,实例,历史表,节点等)id查询权限人或者处理人
|
List<T> |
listByProcessedBys(Long associated,
List<String> processedBys,
String[] types)
根据办理人查询
|
delete, deleteById, deleteByIds, newEntity, save, saveBatch, selectById, selectByIds, selectCount, selectList, selectPage, updateBatch, updateByIdint deleteByTaskIds(List<Long> taskIdList)
taskIdList - 待办任务主键集合List<T> listByAssociatedAndTypes(List<Long> associateds, String[] types)
associateds - (待办任务,实例,历史表,节点等)id集合types - 用户表类型Copyright © 2024. All rights reserved.