public interface BdcXxblLogRestService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
backBllcModifyLog(String xmid) |
void |
backLog(String id) |
org.springframework.data.domain.Page<BdcXxblLogVO> |
listLog(org.springframework.data.domain.Pageable pageable,
String paramch,
LogEventEnum event)
根据 event 和 查询参数 获取日志数据
|
String |
queryBllcModifyLog(String xmid) |
List<BdcDbDetailVO> |
queryGlxx(String processInsId)
查询页面高亮显示内容
|
List<BdcDbVO> |
xxdb(String processInsId)
信息对比
获取当前项目相比较于初始化结束后修改了哪些数据 |
@GetMapping(value="/realestate-register/rest/v1.0/blxx/log") org.springframework.data.domain.Page<BdcXxblLogVO> listLog(org.springframework.data.domain.Pageable pageable, @RequestParam(name="paramch") String paramch, @RequestParam(name="event") LogEventEnum event)
pageable - 分页参数paramch - 查询参数event - 日志类型@GetMapping(value="/realestate-register/rest/v1.0/blxx/log/back/{id}")
void backLog(@PathVariable(value="id")
String id)
throws Exception
id - 回退的日志 idException - 初始化更新业务信息出现异常@GetMapping(value="/realestate-register/rest/v1.0/blxx/log/lc/modify") String queryBllcModifyLog(@RequestParam(value="xmid") String xmid)
xmid - 当前项目 id@GetMapping(value="/realestate-register/rest/v1.0/blxx/log/lc/modify/ywxx/back")
void backBllcModifyLog(@RequestParam(value="xmid")
String xmid)
throws Exception
xmid - 当前项目 idException@GetMapping(value="/realestate-register/rest/v1.0/blxx/log/lc/modify/ywxx/change") List<BdcDbVO> xxdb(@RequestParam(value="processInsId") String processInsId) throws Exception
processInsId - 工作流实例 idException@GetMapping(value="/realestate-register/rest/v1.0/blxx/log/lc/modify/xxdb") List<BdcDbDetailVO> queryGlxx(@RequestParam(value="processInsId") String processInsId) throws Exception
processInsId - 修改流程的 processInsIdExceptionCopyright © 2020 GTMAP. All rights reserved.