| | |
| | | package com.vci.web.dao; |
| | | |
| | | import com.vci.client.bof.ClientLinkObject; |
| | | import com.vci.corba.workflow.WorkflowService; |
| | | import com.vci.corba.workflow.WorkflowServicePrx; |
| | | import com.vci.corba.workflow.data.TasksAssignedInfo; |
| | | import com.vci.starter.web.exception.VciBaseException; |
| | | import com.vci.starter.web.pagemodel.DataGrid; |
| | | import com.vci.starter.web.pagemodel.PageHelper; |
| | |
| | | * @return |
| | | * @throws VciBaseException |
| | | */ |
| | | TasksAssigned getProxy() throws VciBaseException; |
| | | TasksAssignedInfo getProxy() throws VciBaseException; |
| | | |
| | | /** |
| | | * 结束流程 |