| | |
| | | package com.vci.web.dao; |
| | | |
| | | import com.vci.client.bof.ClientLinkObject; |
| | | import com.vci.corba.omd.data.LinkObject; |
| | | import com.vci.corba.workflow.WorkflowServicePrx; |
| | | import com.vci.corba.workflow.data.TasksAssignedInfo; |
| | | import com.vci.starter.web.exception.VciBaseException; |
| | |
| | | * @return |
| | | * @throws VciBaseException |
| | | */ |
| | | List<ClientLinkObject> getDataCloInTask(String taskOid, String executionId) throws VciBaseException; |
| | | List<LinkObject> getDataCloInTask(String taskOid, String executionId) throws VciBaseException; |
| | | |
| | | /** |
| | | * 获取流程中包含的所有数据 |