类 FlowResult
java.lang.Object
com.codingapi.springboot.flow.pojo.FlowResult
-
构造器概要
构造器构造器说明FlowResult(FlowWork flowWork, FlowRecord flowRecord) FlowResult(FlowWork flowWork, List<FlowRecord> records) -
方法概要
修饰符和类型方法说明booleanisOver()booleanisStart()matchRecordByOperator(IFlowOperator operator) 匹配操作者的记录
-
构造器详细资料
-
FlowResult
-
FlowResult
-
-
方法详细资料
-
matchRecordByOperator
匹配操作者的记录- 参数:
operator- 操作者- 返回:
- 记录
-
isOver
public boolean isOver() -
isStart
public boolean isStart()
-