接口 IDesignPermissionsService

所有超级接口:
com.baomidou.mybatisplus.extension.service.IService<DesignPermissions>
所有已知实现类:
DesignPermissionsServiceImpl

public interface IDesignPermissionsService extends com.baomidou.mybatisplus.extension.service.IService<DesignPermissions>
从以下版本开始:
2023-07-06 10:21:37
  • 字段概要

    从接口继承的字段 com.baomidou.mybatisplus.extension.service.IService

    DEFAULT_BATCH_SIZE
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
    checkPermission(Collection<Long> designIdList, DesignPermissionsType[] permissionsTypes)
    检查是否有操作设计图的权限
    getPermissions(Long designId, Long userId, io.github.mangocrisp.spring.taybct.tool.core.request.SqlQueryParams sqlQueryParams)
    获取流程设计权限分配
    boolean
    分享设计

    从接口继承的方法 com.baomidou.mybatisplus.extension.service.IService

    count, count, exists, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, getOneOpt, getOneOpt, getOptById, ktQuery, ktUpdate, lambdaQuery, lambdaQuery, lambdaUpdate, list, list, list, list, listByIds, listByMap, listMaps, listMaps, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateById
  • 方法详细资料

    • checkPermission

      boolean checkPermission(Collection<Long> designIdList, DesignPermissionsType[] permissionsTypes)
      检查是否有操作设计图的权限
      参数:
      designIdList - 流程图 id 列表
      permissionsTypes - 要检查的权限类型
      返回:
      boolean
    • shareDesign

      boolean shareDesign(List<DesignPermissions> list)
      分享设计
      参数:
      list - 设计列表
      返回:
      boolean
    • getPermissions

      List<DesignPermissions> getPermissions(Long designId, Long userId, io.github.mangocrisp.spring.taybct.tool.core.request.SqlQueryParams sqlQueryParams)
      获取流程设计权限分配
      参数:
      designId - 流程 id
      userId - 用户 id
      sqlQueryParams - 分布查询条件
      返回:
      list