Package net.risesoft.service
Class Process4SearchService
- java.lang.Object
-
- net.risesoft.service.Process4SearchService
-
@EnableAsync @Service("process4SearchService") public class Process4SearchService extends Object- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
Constructor Summary
Constructors Constructor Description Process4SearchService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsaveToDataCenter(String tenantId, ProcessParam processParam, net.risesoft.model.platform.OrgUnit orgUnit)启动流程保存流程信息voidsaveToDataCenter1(String tenantId, String taskId, ProcessParam processParam)发送修改办件流程信息
-
-
-
Method Detail
-
saveToDataCenter
public void saveToDataCenter(String tenantId, ProcessParam processParam, net.risesoft.model.platform.OrgUnit orgUnit)
启动流程保存流程信息- Parameters:
tenantId-processParam-orgUnit-
-
saveToDataCenter1
@Async public void saveToDataCenter1(String tenantId, String taskId, ProcessParam processParam)
发送修改办件流程信息- Parameters:
tenantId-processParam-
-
-