接口 OfficeFollowService

  • 所有已知实现类:
    OfficeFollowServiceImpl

    public interface OfficeFollowService
    作者:
    qinman, zhangchongjie
    Date:
    2022/12/20
    • 方法详细资料

      • countByProcessInstanceId

        int countByProcessInstanceId​(String processInstanceId)
        根据流程实例获取是否有关注
        参数:
        processInstanceId -
        返回:
      • deleteByProcessInstanceId

        void deleteByProcessInstanceId​(String processInstanceId)
        根据流程实例id删除关注
        参数:
        processInstanceId -
      • delOfficeFollow

        void delOfficeFollow​(String processInstanceIds)
        取消关注
        参数:
        processInstanceIds -
      • getFollowCount

        int getFollowCount()
        获取我的关注数量
        返回:
      • pageBySearchName

        net.risesoft.pojo.Y9Page<OfficeFollowModel> pageBySearchName​(String searchName,
                                                                     int page,
                                                                     int rows)
        获取关注列表
        参数:
        searchName -
        page -
        rows -
        返回:
      • pageBySystemNameAndSearchName

        net.risesoft.pojo.Y9Page<OfficeFollowModel> pageBySystemNameAndSearchName​(String systemName,
                                                                                  String searchName,
                                                                                  int page,
                                                                                  int rows)
        根据系统名称获取关注列表
        参数:
        systemName -
        searchName -
        page -
        rows -
        返回:
      • saveOfficeFollow

        void saveOfficeFollow​(OfficeFollow officeFollow)
        保存办件关注信息
        参数:
        officeFollow -
      • updateTitle

        void updateTitle​(String processInstanceId,
                         String documentTitle)
        更新标题
        参数:
        processInstanceId -
        documentTitle -