Uses of Interface
org.flowable.common.engine.impl.persistence.entity.data.PropertyDataManager
-
Packages that use PropertyDataManager Package Description org.flowable.common.engine.impl org.flowable.common.engine.impl.persistence.entity org.flowable.common.engine.impl.persistence.entity.data.impl -
-
Uses of PropertyDataManager in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as PropertyDataManager Modifier and Type Field Description protected PropertyDataManagerAbstractEngineConfiguration. propertyDataManagerMethods in org.flowable.common.engine.impl that return PropertyDataManager Modifier and Type Method Description PropertyDataManagerAbstractEngineConfiguration. getPropertyDataManager()Methods in org.flowable.common.engine.impl with parameters of type PropertyDataManager Modifier and Type Method Description AbstractEngineConfigurationAbstractEngineConfiguration. setPropertyDataManager(PropertyDataManager propertyDataManager) -
Uses of PropertyDataManager in org.flowable.common.engine.impl.persistence.entity
Constructors in org.flowable.common.engine.impl.persistence.entity with parameters of type PropertyDataManager Constructor Description PropertyEntityManagerImpl(AbstractEngineConfiguration engineConfiguration, PropertyDataManager propertyDataManager) -
Uses of PropertyDataManager in org.flowable.common.engine.impl.persistence.entity.data.impl
Classes in org.flowable.common.engine.impl.persistence.entity.data.impl that implement PropertyDataManager Modifier and Type Class Description classMybatisPropertyDataManager
-