| Package | Description |
|---|---|
| org.dromara.warm.flow.core.chart | |
| org.dromara.warm.flow.core.service | |
| org.dromara.warm.flow.core.service.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
BetweenChart
流程图中间节点
|
class |
OvalChart
流程图开始或者结束节点
|
class |
ParallelChart
流程图并行网关
|
class |
SerialChart
流程图互斥网关
|
class |
SkipChart
流程图开始或者结束节点
|
class |
TextChart
流程图文字
|
| Modifier and Type | Field and Description |
|---|---|
private List<FlowChart> |
FlowChartChain.flowChartList |
| Modifier and Type | Method and Description |
|---|---|
FlowChart |
FlowChart.setN(int n) |
| Modifier and Type | Method and Description |
|---|---|
List<FlowChart> |
FlowChartChain.getFlowChartList() |
| Modifier and Type | Method and Description |
|---|---|
FlowChartChain |
FlowChartChain.addFlowChart(FlowChart flowChart) |
| Modifier and Type | Method and Description |
|---|---|
List<FlowChart> |
DefService.flowChartData(Long instanceId)
根据流程实例ID,获取流程图元数据
|
List<FlowChart> |
DefService.flowChartNoColorData(Long definitionId)
根据流程定义ID,获取流程图元数据
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowChart> |
DefServiceImpl.flowChartData(Long instanceId) |
List<FlowChart> |
DefServiceImpl.flowChartNoColorData(Long definitionId) |
Copyright © 2024. All rights reserved.