Package | Description |
---|---|
cn.sucang.wf.dao | |
cn.sucang.wf.service |
Modifier and Type | Method and Description |
---|---|
StepPath |
StepInfoDao.getPathById(java.lang.String workflowid,
java.lang.String id) |
StepPath |
StepInfoDao.getStepPathById(java.lang.String pathId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<StepPath> |
StepInfoDao.getPathsBySourceId(java.lang.String stepid)
返回指定节点的所有流出路径
|
java.util.List<StepPath> |
StepInfoDao.getPathsBySourceId(java.lang.String stepid,
boolean noBackStep)
返回指定节点中含往前的流出路径(即不包含退回路径)
|
java.util.List<StepPath> |
StepInfoDao.getPathsByTagetId(java.lang.String stepid)
返回指定节点的所有流入路径
|
java.util.List<StepPath> |
StepInfoDao.getStepPathList(java.lang.String workflowid) |
Modifier and Type | Method and Description |
---|---|
StepPath |
WorkflowService.getStepPathById(java.lang.String stepPathId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<StepPath> |
WorkflowService.getStepPathBySourceId(java.lang.String stepid) |
java.util.List<StepPath> |
WorkflowService.getStepPathByTagetId(java.lang.String stepid) |
java.util.List<StepPath> |
WorkflowService.getStepPathList(java.lang.String workflowid)
获取指定工作流的所有流转路径
|
Copyright © 2019 by Sucang.cn