Uses of Class
org.bardframework.flow.FlowData
Packages that use FlowData
-
Uses of FlowData in org.bardframework.flow
Classes in org.bardframework.flow with type parameters of type FlowDataMethods in org.bardframework.flow that return FlowDataMethods in org.bardframework.flow with parameters of type FlowDataModifier and TypeMethodDescriptionprotected org.bardframework.flow.FlowResponseFlowHandlerImpl.handleException(String flowToken, FlowData flowData, Map<String, Object> formData, FlowFormTemplate currentFormTemplate, FlowHandlerAbstract.FlowAction flowAction, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, Exception ex) Constructor parameters in org.bardframework.flow with type arguments of type FlowDataModifierConstructorDescriptionFlowHandlerImpl(FlowDataRepository<FlowData> flowDataRepository, List<FlowFormTemplate> forms) -
Uses of FlowData in org.bardframework.flow.repository
Classes in org.bardframework.flow.repository with type parameters of type FlowData