Uses of Interface
org.flowable.dmn.engine.impl.persistence.entity.data.DmnResourceDataManager
-
Packages that use DmnResourceDataManager Package Description org.flowable.dmn.engine org.flowable.dmn.engine.impl.persistence.entity org.flowable.dmn.engine.impl.persistence.entity.data.impl -
-
Uses of DmnResourceDataManager in org.flowable.dmn.engine
Fields in org.flowable.dmn.engine declared as DmnResourceDataManager Modifier and Type Field Description protected DmnResourceDataManagerDmnEngineConfiguration. resourceDataManagerMethods in org.flowable.dmn.engine that return DmnResourceDataManager Modifier and Type Method Description DmnResourceDataManagerDmnEngineConfiguration. getResourceDataManager()Methods in org.flowable.dmn.engine with parameters of type DmnResourceDataManager Modifier and Type Method Description DmnEngineConfigurationDmnEngineConfiguration. setResourceDataManager(DmnResourceDataManager resourceDataManager) -
Uses of DmnResourceDataManager in org.flowable.dmn.engine.impl.persistence.entity
Constructors in org.flowable.dmn.engine.impl.persistence.entity with parameters of type DmnResourceDataManager Constructor Description DmnResourceEntityManagerImpl(DmnEngineConfiguration dmnEngineConfiguration, DmnResourceDataManager resourceDataManager) -
Uses of DmnResourceDataManager in org.flowable.dmn.engine.impl.persistence.entity.data.impl
Classes in org.flowable.dmn.engine.impl.persistence.entity.data.impl that implement DmnResourceDataManager Modifier and Type Class Description classMybatisDmnResourceDataManager
-