Uses of Interface
com.flowable.platform.engine.impl.persistence.entity.ConfigurationPropertyEntityManager
Package | Description |
---|---|
com.flowable.platform.engine.impl.persistence.entity | |
com.flowable.platform.engine.impl.util |
-
Uses of ConfigurationPropertyEntityManager in com.flowable.platform.engine.impl.persistence.entity
Classes in com.flowable.platform.engine.impl.persistence.entity that implement ConfigurationPropertyEntityManager Modifier and Type Class Description class
ConfigurationPropertyEntityManagerImpl
Fields in com.flowable.platform.engine.impl.persistence.entity declared as ConfigurationPropertyEntityManager Modifier and Type Field Description protected ConfigurationPropertyEntityManager
PlatformEntityManagers. configurationPropertyEntityManager
Methods in com.flowable.platform.engine.impl.persistence.entity that return ConfigurationPropertyEntityManager Modifier and Type Method Description ConfigurationPropertyEntityManager
PlatformEntityManagers. getConfigurationPropertyEntityManager()
Methods in com.flowable.platform.engine.impl.persistence.entity with parameters of type ConfigurationPropertyEntityManager Modifier and Type Method Description void
PlatformEntityManagers. setConfigurationPropertyEntityManager(ConfigurationPropertyEntityManager configurationPropertyEntityManager)
-
Uses of ConfigurationPropertyEntityManager in com.flowable.platform.engine.impl.util
Methods in com.flowable.platform.engine.impl.util that return ConfigurationPropertyEntityManager Modifier and Type Method Description static ConfigurationPropertyEntityManager
CommandContextUtil. getConfigurationPropertyEntityManager(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)