| Package | Description |
|---|---|
| org.dromara.warm.flow.core.dao | |
| org.dromara.warm.flow.core.orm.service | |
| org.dromara.warm.flow.core.orm.service.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowDefinitionDao<T extends Definition>
流程定义Dao接口,不同的orm扩展包实现它
|
interface |
FlowHisTaskDao<T extends HisTask>
历史任务记录Mapper接口
|
interface |
FlowInstanceDao<T extends Instance>
流程实例Mapper接口
|
interface |
FlowNodeDao<T extends Node>
流程节点Mapper接口
|
interface |
FlowSkipDao<T extends Skip>
节点跳转关联Mapper接口
|
interface |
FlowTaskDao<T extends Task>
待办任务Mapper接口
|
interface |
FlowUserDao<T extends User>
流程用户Mapper接口
|
| Modifier and Type | Method and Description |
|---|---|
<M extends WarmDao<T>> |
IWarmService.getDao() |
| Modifier and Type | Class and Description |
|---|---|
class |
WarmServiceImpl<M extends WarmDao<T>,T>
BaseService层处理
|
| Modifier and Type | Field and Description |
|---|---|
protected M |
WarmServiceImpl.warmDao |
Copyright © 2024. All rights reserved.