类的使用
com.codingapi.springboot.flow.pojo.FlowDetail
使用FlowDetail的程序包
-
com.codingapi.springboot.flow.service中FlowDetail的使用
修饰符和类型方法说明FlowService.detail(long recordId) 流程详情FlowService.detail(long recordId, IFlowOperator currentOperator) 流程详情FlowService.detail(long recordId, String workCode, IFlowOperator currentOperator) 流程详情FlowService.detail(String workCode, IFlowOperator currentOperator) 流程详情 -
com.codingapi.springboot.flow.service.impl中FlowDetail的使用
修饰符和类型方法说明FlowDetailService.detail(long recordId, IFlowOperator currentOperator) 流程详情 如果传递了currentOperator为流程的审批者时,在查看详情的时候可以将流程记录标记为已读FlowDetailService.detail(String workCode, IFlowOperator currentOperator) 发起流程详情 如果传递了currentOperator为流程的审批者时,在查看详情的时候可以将流程记录标记为已读