类的使用
com.codingapi.springboot.flow.domain.FlowNode
使用FlowNode的程序包
程序包
说明
-
com.codingapi.springboot.flow.content中FlowNode的使用
限定符构造器说明FlowSession(FlowWork flowWork, FlowNode flowNode, IFlowOperator createOperator, IFlowOperator currentOperator, IBindData bindData, Opinion opinion, List<FlowRecord> historyRecords) -
com.codingapi.springboot.flow.domain中FlowNode的使用
修饰符和类型方法说明FlowWork.getNodeByCode(String code) 获取节点FlowWork.getStartNode()获取开始节点FlowRelation.trigger(FlowSession flowSession) 触发条件类型变量类型为FlowNode的com.codingapi.springboot.flow.domain中的方法参数参数类型为FlowNode的com.codingapi.springboot.flow.domain中的构造器限定符构造器说明FlowRelation(String id, String name, FlowNode source, FlowNode target, OutTrigger outTrigger, int order, boolean back) -
com.codingapi.springboot.flow.serializable中FlowNode的使用
类型变量类型为FlowNode的com.codingapi.springboot.flow.serializable中的方法参数