| | |
| | | import com.vci.starter.web.annotation.controller.VciUnCheckRight; |
| | | import com.vci.starter.web.annotation.log.VciBusinessLog; |
| | | import com.vci.starter.web.annotation.permission.VciReferPermission; |
| | | import com.vci.starter.web.exception.VciBaseException; |
| | | import com.vci.starter.web.pagemodel.*; |
| | | import com.vci.starter.web.util.ControllerUtil; |
| | | import com.vci.web.pageModel.*; |
| | |
| | | } |
| | | return result; |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 获取某个分类下的userid可以使用的流程模板 |
| | | * @param type 流程分类 |
| | | * @param filterTemplate 指定模板 |
| | | * @return 可用的流程模版 |
| | | */ |
| | | @ResponseBody |
| | | @RequestMapping("/getTemplateByType") |
| | | @VciBusinessLog(operateName="获取流程模板",notStore=true) |
| | |
| | | return BaseResult.fail("没有可用的版本"); |
| | | } |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 获取流程中定义的所有任务节点 |
| | | * @param processOid 流程模版的主键 |
| | | * @param maxSecret 数据中的最大密级值 |
| | | * @return 该流程模版中所有的任务节点,其中包含所有可以选择的用户 |
| | | */ |
| | | @ResponseBody |
| | | @RequestMapping("/getAllProcessNode") |
| | | @VciBusinessLog(operateName="获取流程的节点",notStore=true) |