程序包 net.risesoft.api

类 OfficeFollowApiImpl

  • 所有已实现的接口:
    OfficeFollowApi

    @RestController
    @RequestMapping(value="/services/rest/officeFollow",
                    produces="application/json")
    public class OfficeFollowApiImpl
    extends Object
    implements OfficeFollowApi
    我的关注接口
    作者:
    qinman, zhangchongjie
    Date:
    2022/12/20
    • 构造器详细资料

      • OfficeFollowApiImpl

        public OfficeFollowApiImpl()
    • 方法详细资料

      • countByProcessInstanceId

        public net.risesoft.pojo.Y9Result<Integer> countByProcessInstanceId​(@RequestParam
                                                                            String tenantId,
                                                                            @RequestParam
                                                                            String orgUnitId,
                                                                            @RequestParam
                                                                            String processInstanceId)
        根据流程实例id获取是否有关注
        指定者:
        countByProcessInstanceId 在接口中 OfficeFollowApi
        参数:
        tenantId - 租户id
        orgUnitId - 人员、岗位id
        processInstanceId - 流程实例id
        返回:
        Y9Result<Integer> 通用请求返回对象 - data 是关注数量
        从以下版本开始:
        9.6.6
      • delOfficeFollow

        public net.risesoft.pojo.Y9Result<Object> delOfficeFollow​(@RequestParam
                                                                  String tenantId,
                                                                  @RequestParam
                                                                  String orgUnitId,
                                                                  @RequestParam
                                                                  String processInstanceIds)
        取消关注
        指定者:
        delOfficeFollow 在接口中 OfficeFollowApi
        参数:
        tenantId - 租户id
        orgUnitId - 人员、岗位id
        processInstanceIds - 流程实例id列表
        返回:
        Y9Result<Object> 通用请求返回对象
        从以下版本开始:
        9.6.6
      • deleteByProcessInstanceId

        public net.risesoft.pojo.Y9Result<Object> deleteByProcessInstanceId​(@RequestParam
                                                                            String tenantId,
                                                                            @RequestParam
                                                                            String processInstanceId)
        根据流程实例id删除关注
        指定者:
        deleteByProcessInstanceId 在接口中 OfficeFollowApi
        参数:
        tenantId - 租户id
        processInstanceId - 流程实例id
        返回:
        Y9Result<Object> 通用请求返回对象
        从以下版本开始:
        9.6.6
      • getFollowCount

        public net.risesoft.pojo.Y9Result<Integer> getFollowCount​(@RequestParam
                                                                  String tenantId,
                                                                  @RequestParam
                                                                  String orgUnitId)
        获取我的关注数量
        指定者:
        getFollowCount 在接口中 OfficeFollowApi
        参数:
        tenantId - 租户id
        orgUnitId - 人员、岗位id
        返回:
        Y9Result<Integer> 通用请求返回对象 - data 是我的关注数量
        从以下版本开始:
        9.6.6
      • getFollowListBySystemName

        public net.risesoft.pojo.Y9Page<OfficeFollowModel> getFollowListBySystemName​(@RequestParam
                                                                                     String tenantId,
                                                                                     @RequestParam
                                                                                     String orgUnitId,
                                                                                     @RequestParam
                                                                                     String systemName,
                                                                                     String searchName,
                                                                                     @RequestParam
                                                                                     int page,
                                                                                     @RequestParam
                                                                                     int rows)
        根据系统名称获取关注列表
        指定者:
        getFollowListBySystemName 在接口中 OfficeFollowApi
        参数:
        tenantId - 租户id
        orgUnitId - 人员、岗位id
        systemName - 系统名称
        searchName - 搜索词
        page - 页码
        rows - 条数
        返回:
        Y9Page<OfficeFollowModel> 通用分页请求返回对象 - rows 是关注模型信息
        从以下版本开始:
        9.6.6
      • getOfficeFollowList

        public net.risesoft.pojo.Y9Page<OfficeFollowModel> getOfficeFollowList​(@RequestParam
                                                                               String tenantId,
                                                                               @RequestParam
                                                                               String orgUnitId,
                                                                               String searchName,
                                                                               @RequestParam
                                                                               int page,
                                                                               @RequestParam
                                                                               int rows)
        获取关注列表
        指定者:
        getOfficeFollowList 在接口中 OfficeFollowApi
        参数:
        tenantId - 租户id
        orgUnitId - 人员、岗位id
        searchName - 搜索词
        page - 页码
        rows - 条数
        返回:
        Y9Page<OfficeFollowModel> 通用分页请求返回对象 - rows 是关注模型信息
        从以下版本开始:
        9.6.6
      • saveOfficeFollow

        public net.risesoft.pojo.Y9Result<Object> saveOfficeFollow​(@RequestParam
                                                                   String tenantId,
                                                                   @RequestBody
                                                                   OfficeFollowModel officeFollowModel)
        保存办件关注信息
        指定者:
        saveOfficeFollow 在接口中 OfficeFollowApi
        参数:
        tenantId - 租户id
        officeFollowModel - 关注信息
        返回:
        Y9Result<Object> 通用请求返回对象
        从以下版本开始:
        9.6.6
      • updateTitle

        public net.risesoft.pojo.Y9Result<Object> updateTitle​(@RequestParam
                                                              String tenantId,
                                                              @RequestParam
                                                              String processInstanceId,
                                                              @RequestParam
                                                              String documentTitle)
        更新标题
        指定者:
        updateTitle 在接口中 OfficeFollowApi
        参数:
        tenantId - 租户id
        processInstanceId - 流程实例id
        documentTitle - 文档标题
        返回:
        Y9Result<Object> 通用请求返回对象
        从以下版本开始:
        9.6.6