Uses of Class
com.codingapi.flow.workflow.Workflow
Packages that use Workflow
Package
Description
-
Uses of Workflow in com.codingapi.flow.node.helper
Constructors in com.codingapi.flow.node.helper with parameters of type WorkflowModifierConstructorDescriptionBackNodeHelper(Workflow workflow, IFlowNode currentNode) ParallelNodeRelationHelper(Workflow workflow, IFlowNode currentNode, List<IFlowNode> parallelNodes) -
Uses of Workflow in com.codingapi.flow.pojo.request
Methods in com.codingapi.flow.pojo.request with parameters of type WorkflowModifier and TypeMethodDescriptionFlowActionRequest.toFlowAdvice(Workflow workflow, IFlowAction flowAction) -
Uses of Workflow in com.codingapi.flow.pojo.response
Methods in com.codingapi.flow.pojo.response with parameters of type WorkflowModifier and TypeMethodDescriptionstatic ProcessNodeProcessNode.createEndNode(Workflow workflow) voidFlowContent.pushHistory(Workflow workflow, List<FlowRecord> historyRecords) voidFlowContent.pushWorkflow(Workflow workflow) voidFlowContent.setOperationAction(Workflow workflow, FlowRecord flowRecord) 设置操作动作按钮Constructors in com.codingapi.flow.pojo.response with parameters of type Workflow -
Uses of Workflow in com.codingapi.flow.record
Methods in com.codingapi.flow.record with parameters of type WorkflowModifier and TypeMethodDescriptionFlowRecord.createFlowSession(IRepositoryHolder repositoryHolder, Workflow workflow, IFlowOperator currentOperator, FormData formData, FlowAdvice advice) 创建会话转换为FlowAdvice -
Uses of Workflow in com.codingapi.flow.repository
Methods in com.codingapi.flow.repository that return WorkflowMethods in com.codingapi.flow.repository with parameters of type Workflow -
Uses of Workflow in com.codingapi.flow.service
Methods in com.codingapi.flow.service that return WorkflowMethods in com.codingapi.flow.service with parameters of type Workflow -
Uses of Workflow in com.codingapi.flow.session
Methods in com.codingapi.flow.session with parameters of type WorkflowModifier and TypeMethodDescriptionstatic FlowSessionFlowSession.startSession(IRepositoryHolder repositoryHolder, IFlowOperator currentOperator, Workflow workflow, IFlowNode currentNode, IFlowAction currentAction, FormData formData, long backupId) 构建开始会话Constructors in com.codingapi.flow.session with parameters of type WorkflowModifierConstructorDescriptionFlowSession(IRepositoryHolder repositoryHolder, IFlowOperator currentOperator, Workflow workflow, IFlowNode currentNode, IFlowAction currentAction, FormData formData, FlowRecord currentRecord, List<FlowRecord> currentNodeRecords, long workflowRuntimeId, FlowAdvice advice) -
Uses of Workflow in com.codingapi.flow.workflow
Methods in com.codingapi.flow.workflow that return WorkflowModifier and TypeMethodDescriptionWorkflowBuilder.build()WorkflowBuilder.build(boolean enable) static WorkflowWorkflowVersion.toWorkflow()Constructors in com.codingapi.flow.workflow with parameters of type Workflow -
Uses of Workflow in com.codingapi.flow.workflow.runtime
Methods in com.codingapi.flow.workflow.runtime that return WorkflowConstructors in com.codingapi.flow.workflow.runtime with parameters of type Workflow