Interface IFlowOperator

All Superinterfaces:
com.codingapi.springboot.framework.user.IUser

public interface IFlowOperator extends com.codingapi.springboot.framework.user.IUser
流程参与用户
  • Method Summary

    Modifier and Type
    Method
    Description
    转交审批人 转交审批人不为空时,当前操作者将由转交审批人操作者执行
    获取用户名称
    long
    获取用户ID
    boolean
    是否流程管理员 流程管理员可以强制干预流程
  • Method Details

    • getUserId

      long getUserId()
      获取用户ID
      Returns:
      ID
    • getName

      String getName()
      获取用户名称
      Returns:
      名称
    • isFlowManager

      boolean isFlowManager()
      是否流程管理员 流程管理员可以强制干预流程
    • forwardOperator

      IFlowOperator forwardOperator()
      转交审批人 转交审批人不为空时,当前操作者将由转交审批人操作者执行