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转换为FlowAdvice -
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(IFlowOperator currentOperator, Workflow workflow, IFlowNode currentNode, IFlowAction currentAction, FormData formData, FlowRecord currentRecord, List<FlowRecord> currentNodeRecords, long backupId, FlowAdvice advice)