Package com.codingapi.flow.pojo.response
Class FlowContent
java.lang.Object
com.codingapi.flow.pojo.response.FlowContent
流程详情
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpushCurrentNode(IFlowNode currentNode) voidpushCurrentOperator(IFlowOperator currentOperator) voidpushHistory(Workflow workflow, List<FlowRecord> historyRecords) voidpushRecords(FlowRecord record, List<FlowRecord> mergeRecords) voidpushWorkflow(Workflow workflow) voidsetOperationAction(Workflow workflow, FlowRecord flowRecord) 设置操作动作按钮
-
Constructor Details
-
FlowContent
public FlowContent()
-
-
Method Details
-
setOperationAction
设置操作动作按钮 -
pushCurrentNode
-
pushWorkflow
-
pushRecords
-
pushHistory
-
pushCurrentOperator
-