Uses of Class
com.codingapi.flow.form.FormData
Packages that use FormData
-
Uses of FormData in com.codingapi.flow.record
Methods in com.codingapi.flow.record with parameters of type FormDataModifier and TypeMethodDescriptionFlowRecord.createFlowSession(IRepositoryHolder repositoryHolder, Workflow workflow, IFlowOperator currentOperator, FormData formData, FlowAdvice advice) 创建会话 -
Uses of FormData in com.codingapi.flow.session
Methods in com.codingapi.flow.session with parameters of type FormDataModifier 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 FormDataModifierConstructorDescriptionFlowSession(IRepositoryHolder repositoryHolder, IFlowOperator currentOperator, Workflow workflow, IFlowNode currentNode, IFlowAction currentAction, FormData formData, FlowRecord currentRecord, List<FlowRecord> currentNodeRecords, long workflowRuntimeId, FlowAdvice advice)