Uses of Class
com.codingapi.flow.workflow.Workflow
Packages that use Workflow
Package
Description
-
Uses of Workflow in com.codingapi.flow.backup
Methods in com.codingapi.flow.backup that return WorkflowConstructors in com.codingapi.flow.backup with parameters of type Workflow -
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(List<IFlowNode> parallelNodes, Workflow workflow) -
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.record
Methods in com.codingapi.flow.record with parameters of type WorkflowModifier and TypeMethodDescription转换为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.session
Methods in com.codingapi.flow.session with parameters of type WorkflowModifier and TypeMethodDescriptionstatic FlowSessionFlowSession.startSession(IFlowOperator currentOperator, Workflow workflow, IFlowNode currentNode, IFlowAction currentAction, FormData formData, long backupId) 构建开始会话Constructors in com.codingapi.flow.session with parameters of type WorkflowModifierConstructorDescriptionFlowSession(IFlowOperator currentOperator, Workflow workflow, IFlowNode currentNode, IFlowAction currentAction, FormData formData, FlowRecord currentRecord, List<FlowRecord> currentNodeRecords, long backupId, FlowAdvice advice) -
Uses of Workflow in com.codingapi.flow.workflow
Methods in com.codingapi.flow.workflow that return Workflow