接口 DynamicRoleMemberService
-
- 所有已知实现类:
DynamicRoleMemberServiceImpl
public interface DynamicRoleMemberService- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 net.risesoft.model.platform.DepartmentgetDepartment(DynamicRole dynamicRole)Description:List<net.risesoft.model.platform.OrgUnit>listByDynamicRoleId(String dynamicRoleId)Description:List<net.risesoft.model.platform.OrgUnit>listByDynamicRoleIdAndProcessInstanceId(String dynamicRoleId, String processInstanceId)Description:
-
-
-
方法详细资料
-
getDepartment
net.risesoft.model.platform.Department getDepartment(DynamicRole dynamicRole)
Description:- 参数:
dynamicRole-- 返回:
-
listByDynamicRoleId
List<net.risesoft.model.platform.OrgUnit> listByDynamicRoleId(String dynamicRoleId)
Description:- 参数:
dynamicRoleId-- 返回:
-
-