Interface IFlowOperator

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

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

    • getUserId

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

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

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

      IFlowOperator forwardOperator(GroovyScriptRequest request)
      转交审批人 转交审批人不为空时,当前操作者将由转交审批人操作者执行
      Parameters:
      request - 流程会话上下文,可用于根据表单数据、当前节点等条件动态决定转交人
      Returns:
      转交后的审批人,如果无需转交返回null