| Package | Description |
|---|---|
| org.dromara.warm.flow.core | |
| org.dromara.warm.flow.core.dao | |
| org.dromara.warm.flow.core.entity | |
| org.dromara.warm.flow.core.service | |
| org.dromara.warm.flow.core.service.impl |
| Modifier and Type | Field and Description |
|---|---|
private static Supplier<User> |
FlowFactory.userSupplier |
| Modifier and Type | Method and Description |
|---|---|
static User |
FlowFactory.newUser() |
| Modifier and Type | Method and Description |
|---|---|
static void |
FlowFactory.setNewUser(Supplier<User> supplier) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowUserDao<T extends User>
流程用户Mapper接口
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.setAssociated(Long associated) |
User |
User.setCreateBy(String createBy) |
User |
User.setCreateTime(Date createTime) |
User |
User.setDelFlag(String delFlag) |
User |
User.setId(Long id) |
User |
User.setProcessedBy(String processedBy) |
User |
User.setTenantId(String tenantId) |
User |
User.setType(String type) |
User |
User.setUpdateTime(Date updateTime) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
Task.getUserList() |
List<User> |
Definition.getUserList() |
| Modifier and Type | Method and Description |
|---|---|
Task |
Task.setUserList(List<User> userList) |
Definition |
Definition.setUserList(List<User> userList) |
| Modifier and Type | Method and Description |
|---|---|
User |
UserService.structureUser(Long associated,
String permission,
String type)
构造用户比表信息
|
User |
UserService.structureUser(Long associated,
String permission,
String type,
String handler)
构造用户比表信息
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserService.getByAssociateds(List<Long> associateds,
String... types)
根据(待办任务,实例,历史表,节点等)id查询权限人或者处理人
|
List<User> |
UserService.getByProcessedBys(Long associated,
List<String> processedBys,
String... types)
根据办理人查询
|
List<User> |
UserService.listByAssociatedAndTypes(Long associated,
String... types)
根据(待办任务,实例,历史表,节点等)id查询权限人或者处理人
|
List<User> |
UserService.listByProcessedBys(Long associated,
String processedBy,
String... types)
根据办理人查询
|
List<User> |
UserService.setSkipUser(List<Task> addTasks,
Long taskId)
设置流程用户
|
List<User> |
UserService.structureUser(Long associated,
List<String> permissionList,
String type)
构造用户比表信息
|
List<User> |
UserService.structureUser(Long associated,
List<String> permissionList,
String type,
String handler)
构造用户比表信息
|
List<User> |
UserService.taskAddUser(Task task)
待办任务增加流程人员
|
List<User> |
UserService.taskAddUsers(List<Task> addTasks)
设置流程用户
|
| Modifier and Type | Method and Description |
|---|---|
HisTask |
HisTaskService.setDeputeHisTask(Task task,
FlowParams flowParams,
User entrustedUser)
委派历史任务
|
| Modifier and Type | Method and Description |
|---|---|
List<HisTask> |
HisTaskService.autoHisTask(FlowParams flowParams,
String flowStatus,
Task task,
List<User> userList,
Integer cooperateType)
自动完成历史任务
|
| Modifier and Type | Method and Description |
|---|---|
User |
UserServiceImpl.structureUser(Long associated,
String permission,
String type) |
User |
UserServiceImpl.structureUser(Long associated,
String permission,
String type,
String handler) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserServiceImpl.getByAssociateds(List<Long> associateds,
String... types) |
List<User> |
UserServiceImpl.getByProcessedBys(Long associated,
List<String> processedBys,
String... types) |
List<User> |
UserServiceImpl.listByAssociatedAndTypes(Long associated,
String... types) |
List<User> |
UserServiceImpl.listByProcessedBys(Long associated,
String processedBy,
String... types) |
List<User> |
UserServiceImpl.setSkipUser(List<Task> addTasks,
Long taskId) |
List<User> |
UserServiceImpl.structureUser(Long associated,
List<String> permissionList,
String type) |
List<User> |
UserServiceImpl.structureUser(Long associated,
List<String> permissionList,
String type,
String handler) |
List<User> |
UserServiceImpl.taskAddUser(Task task) |
List<User> |
UserServiceImpl.taskAddUsers(List<Task> addTasks) |
| Modifier and Type | Method and Description |
|---|---|
HisTask |
HisTaskServiceImpl.setDeputeHisTask(Task task,
FlowParams flowParams,
User entrustedUser) |
| Modifier and Type | Method and Description |
|---|---|
List<HisTask> |
HisTaskServiceImpl.autoHisTask(FlowParams flowParams,
String flowStatus,
Task task,
List<User> userList,
Integer cooperateType) |
UserService |
UserServiceImpl.setDao(FlowUserDao<User> warmDao) |
Copyright © 2024. All rights reserved.