public interface RegisterWorkflowRestService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
changeAjzt(String processInsId) |
void |
revertBdcDbxxAndQsztSyncQj(String processInsId) |
void |
revertBdcDbxxAndQsztSyncQj(String gzlslid,
boolean syncQj) |
void |
synQjBdcdyzt(String processInsId) |
void |
synQjJbxx(String processInsId) |
void |
synQjJbxxAndBdcdyzt(String processInsId) |
void |
updateBdcDbxxAndQsztSyncQj(String processInsId,
String currentUserName) |
void |
updateBdcGzlwShzt(String processInsId,
String currentUserName) |
void |
updateYzxqlDbxxAndQszt(String processInsId,
Integer qszt) |
@RequestMapping(value="/realestate-register/rest/v1.0/dbxx/dbxxAndQszt",
method=POST)
void updateBdcDbxxAndQsztSyncQj(@RequestParam(value="processInsId")
String processInsId,
@RequestParam(value="currentUserName")
String currentUserName)
processInsId - 工作流实例idcurrentUserName - 当前账户@RequestMapping(value="/realestate-register/rest/v1.0/dbxx/dbxxAndQszt",
method=DELETE)
void revertBdcDbxxAndQsztSyncQj(@RequestParam(value="processInsId")
String processInsId)
processInsId - 工作流实例ID@RequestMapping(value="/realestate-register/rest/v1.0/dbxx/dbxxAndQszt/{gzlslid}",
method=PUT)
void revertBdcDbxxAndQsztSyncQj(@PathVariable(value="gzlslid")
String gzlslid,
@RequestParam(value="syncQj")
boolean syncQj)
gzlslid - 工作流实例IDsyncQj - 是否同步权籍@RequestMapping(value="/realestate-register/rest/v1.0/dbxx/updateBdcGzlwShzt",
method=POST)
void updateBdcGzlwShzt(@RequestParam(value="processInsId")
String processInsId,
@RequestParam(value="currentUserName")
String currentUserName)
processInsId - 工作流实例IDcurrentUserName - 当前用户名@RequestMapping(value="/realestate-register/rest/v1.0/workflow/dbxx/yzxql",
method=PUT)
void updateYzxqlDbxxAndQszt(@RequestParam(value="processInsId")
String processInsId,
@RequestParam(value="qszt")
Integer qszt)
processInsId - 工作流实例IDqszt - 权属状态@RequestMapping(value="/realestate-register/rest/v1.0/workflow/dbxx/ajzt",
method=PUT)
void changeAjzt(@RequestParam(value="processInsId")
String processInsId)
processInsId - 工作流实例ID@RequestMapping(value="/realestate-register/rest/v1.0/dbxx/qjzt",
method=PUT)
void synQjBdcdyzt(@RequestParam(value="processInsId")
String processInsId)
processInsId - 工作流实例ID@RequestMapping(value="/realestate-register/rest/v1.0/dbxx/qjjbxx",
method=PUT)
void synQjJbxx(@RequestParam(value="processInsId")
String processInsId)
processInsId - @RequestMapping(value="/realestate-register/rest/v1.0/dbxx/qjjbxxAndBdcdyzt",
method=POST)
void synQjJbxxAndBdcdyzt(@RequestParam(name="processInsId")
String processInsId)
processInsId - Copyright © 2020 GTMAP. All rights reserved.