Uses of Interface
org.bardframework.flow.repository.FlowDataRepository
-
Packages that use FlowDataRepository Package Description org.bardframework.flow org.bardframework.flow.repository -
-
Uses of FlowDataRepository in org.bardframework.flow
Fields in org.bardframework.flow declared as FlowDataRepository Modifier and Type Field Description protected FlowDataRepository<D>FlowHandlerAbstract. flowDataRepositoryMethods in org.bardframework.flow that return FlowDataRepository Modifier and Type Method Description FlowDataRepository<D>FlowHandlerAbstract. getFlowDataRepository()Constructors in org.bardframework.flow with parameters of type FlowDataRepository Constructor Description FlowHandlerAbstract(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 Modifier and Type Class Description classFlowDataRepositoryInMemory<D>
-