类 WorkflowUtils
- java.lang.Object
-
- net.risesoft.util.WorkflowUtils
-
public class WorkflowUtils extends Object
- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/30
-
-
构造器概要
构造器 构造器 说明 WorkflowUtils()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static StringexportDiagramToFile(org.flowable.engine.RepositoryService repositoryService, org.flowable.engine.repository.ProcessDefinition processDefinition)导出图片文件到硬盘static StringparseToZhType(String type)转换流程节点类型为中文说明
-
-
-
方法详细资料
-
exportDiagramToFile
public static String exportDiagramToFile(org.flowable.engine.RepositoryService repositoryService, org.flowable.engine.repository.ProcessDefinition processDefinition)
导出图片文件到硬盘- 返回:
- 文件的全路径
-
-