Uses of Class
com.codingapi.flow.session.FlowAdvice
Packages that use FlowAdvice
Package
Description
-
Uses of FlowAdvice in com.codingapi.flow.pojo.request
Methods in com.codingapi.flow.pojo.request that return FlowAdviceModifier and TypeMethodDescriptionFlowActionRequest.toFlowAdvice(Workflow workflow, IFlowAction flowAction) -
Uses of FlowAdvice in com.codingapi.flow.record
Methods in com.codingapi.flow.record that return FlowAdviceModifier and TypeMethodDescription转换为FlowAdviceMethods in com.codingapi.flow.record with parameters of type FlowAdviceModifier and TypeMethodDescriptionFlowRecord.createFlowSession(IRepositoryHolder repositoryHolder, Workflow workflow, IFlowOperator currentOperator, FormData formData, FlowAdvice advice) 创建会话 -
Uses of FlowAdvice in com.codingapi.flow.session
Methods in com.codingapi.flow.session that return FlowAdviceConstructors in com.codingapi.flow.session with parameters of type FlowAdviceModifierConstructorDescriptionFlowSession(IRepositoryHolder repositoryHolder, IFlowOperator currentOperator, Workflow workflow, IFlowNode currentNode, IFlowAction currentAction, FormData formData, FlowRecord currentRecord, List<FlowRecord> currentNodeRecords, long workflowRuntimeId, FlowAdvice advice)