Uses of Class
com.flowable.platform.engine.PlatformEngineConfiguration
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine
Methods in com.flowable.platform.engine that return PlatformEngineConfiguration Modifier and Type Method Description PlatformEngineConfiguration
PlatformEngine. getPlatformEngineConfiguration()
PlatformEngineConfiguration
PlatformEngineConfiguration. setDataSource(javax.sql.DataSource dataSource)
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl
Fields in com.flowable.platform.engine.impl declared as PlatformEngineConfiguration Modifier and Type Field Description protected PlatformEngineConfiguration
PlatformEngineImpl. engineConfiguration
Methods in com.flowable.platform.engine.impl that return PlatformEngineConfiguration Modifier and Type Method Description PlatformEngineConfiguration
PlatformEngineImpl. getPlatformEngineConfiguration()
Constructors in com.flowable.platform.engine.impl with parameters of type PlatformEngineConfiguration Constructor Description PlatformEngineImpl(PlatformEngineConfiguration engineConfiguration)
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.comment
Constructors in com.flowable.platform.engine.impl.comment with parameters of type PlatformEngineConfiguration Constructor Description CommentServiceImpl(PlatformEngineConfiguration platformEngineConfiguration)
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.configuration
Constructors in com.flowable.platform.engine.impl.configuration with parameters of type PlatformEngineConfiguration Constructor Description ConfigurationServiceImpl(PlatformEngineConfiguration configuration)
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.configurator
Fields in com.flowable.platform.engine.impl.configurator declared as PlatformEngineConfiguration Modifier and Type Field Description protected PlatformEngineConfiguration
PlatformEngineConfigurator. engineConfiguration
Methods in com.flowable.platform.engine.impl.configurator that return PlatformEngineConfiguration Modifier and Type Method Description PlatformEngineConfiguration
PlatformEngineConfigurator. getEngineConfiguration()
Methods in com.flowable.platform.engine.impl.configurator with parameters of type PlatformEngineConfiguration Modifier and Type Method Description void
PlatformEngineConfigurator. setEngineConfiguration(PlatformEngineConfiguration engineConfiguration)
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.history
Fields in com.flowable.platform.engine.impl.history declared as PlatformEngineConfiguration Modifier and Type Field Description protected PlatformEngineConfiguration
PlatformCmmnHistoryManager. engineConfiguration
protected PlatformEngineConfiguration
PlatformProcessHistoryManager. engineConfiguration
Constructors in com.flowable.platform.engine.impl.history with parameters of type PlatformEngineConfiguration Constructor Description PlatformCmmnHistoryManager(PlatformEngineConfiguration engineConfiguration)
PlatformProcessHistoryManager(PlatformEngineConfiguration engineConfiguration)
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.migration
Constructors in com.flowable.platform.engine.impl.migration with parameters of type PlatformEngineConfiguration Constructor Description MigrationServiceImpl(PlatformEngineConfiguration platformEngineConfiguration)
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.persistence.entity
Fields in com.flowable.platform.engine.impl.persistence.entity declared as PlatformEngineConfiguration Modifier and Type Field Description protected PlatformEngineConfiguration
PlatformEntityManagers. configuration
Constructors in com.flowable.platform.engine.impl.persistence.entity with parameters of type PlatformEngineConfiguration Constructor Description CommentEntityManagerImpl(PlatformEngineConfiguration configuration, CommentDataManager commentDataManager)
ConfigurationPropertyEntityManagerImpl(PlatformEngineConfiguration configuration, ConfigurationPropertyDataManager configurationPropertyDataManager)
PlatformEntityManagers(PlatformEngineConfiguration configuration, PlatformDataManagers dataManagers)
TranslationEntityManagerImpl(PlatformEngineConfiguration configuration, TranslationDataManager translationDataManager)
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.translation
Constructors in com.flowable.platform.engine.impl.translation with parameters of type PlatformEngineConfiguration Constructor Description TranslationServiceImpl(PlatformEngineConfiguration configuration)
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.util
Methods in com.flowable.platform.engine.impl.util that return PlatformEngineConfiguration Modifier and Type Method Description static PlatformEngineConfiguration
CommandContextUtil. getPlatformEngineConfiguration()
static PlatformEngineConfiguration
CommandContextUtil. getPlatformEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Uses of PlatformEngineConfiguration in com.flowable.platform.service.context
Methods in com.flowable.platform.service.context that return PlatformEngineConfiguration Modifier and Type Method Description static PlatformEngineConfiguration
PlatformCommandContextUtil. getPlatformEngineConfiguration()
static PlatformEngineConfiguration
PlatformCommandContextUtil. getPlatformEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)