| | |
| | | package com.vci.web.service; |
| | | |
| | | import com.vci.file.pagemodel.VciFileObjectVO; |
| | | import com.vci.dto.ProcessTemplateVO; |
| | | import com.vci.pagemodel.*; |
| | | import com.vci.starter.web.exception.VciBaseException; |
| | | import com.vci.starter.web.pagemodel.DataGrid; |
| | | import com.vci.starter.web.pagemodel.PageHelper; |
| | | import com.vci.starter.web.pagemodel.Tree; |
| | | import com.vci.starter.web.pagemodel.TreeQueryObject; |
| | | import com.vci.web.pageModel.*; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | * @return 可用的流程模版 |
| | | * @throws VciBaseException |
| | | */ |
| | | List<ProcessTemplateVO> getMyTemplates(String type, String filterTemplate,boolean showAll) throws VciBaseException; |
| | | List<ProcessTemplateVO> getMyTemplates(String type, String filterTemplate, boolean showAll) throws VciBaseException; |
| | | |
| | | |
| | | /** |