Uses of Interface
org.bardframework.flow.repository.FlowDataRepository
Packages that use FlowDataRepository
-
Uses of FlowDataRepository in org.bardframework.flow
Fields in org.bardframework.flow declared as FlowDataRepositoryModifier and TypeFieldDescriptionprotected final FlowDataRepository<D> FlowHandlerAbstract.flowDataRepositoryConstructors in org.bardframework.flow with parameters of type FlowDataRepositoryModifierConstructorDescriptionFlowHandlerAbstract(FlowDataRepository<D> flowDataRepository, List<FlowFormTemplate> forms) FlowHandlerImpl(FlowDataRepository<FlowData> flowDataRepository, List<FlowFormTemplate> forms) -
Uses of FlowDataRepository in org.bardframework.flow.repository
Classes in org.bardframework.flow.repository that implement FlowDataRepository