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. setAsyncHistoryExecutorConfiguration(AsyncJobExecutorConfiguration asyncHistoryExecutorConfiguration)
PlatformEngineConfiguration
PlatformEngineConfiguration. setDataSource(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.deployer
Fields in com.flowable.platform.engine.impl.deployer declared as PlatformEngineConfiguration Modifier and Type Field Description protected PlatformEngineConfiguration
PlatformDeploymentManager. platformEngineConfiguration
Methods in com.flowable.platform.engine.impl.deployer that return PlatformEngineConfiguration Modifier and Type Method Description PlatformEngineConfiguration
PlatformDeploymentManager. getPlatformEngineConfiguration()
Methods in com.flowable.platform.engine.impl.deployer with parameters of type PlatformEngineConfiguration Modifier and Type Method Description void
PlatformDeploymentManager. setPlatformEngineConfiguration(PlatformEngineConfiguration platformEngineConfiguration)
-
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
BasePlatformHistoryManager. engineConfiguration
Constructors in com.flowable.platform.engine.impl.history with parameters of type PlatformEngineConfiguration Constructor Description BasePlatformHistoryManager(PlatformEngineConfiguration engineConfiguration)
PlatformCmmnHistoryManager(PlatformEngineConfiguration engineConfiguration)
PlatformHistoryServiceImpl(PlatformEngineConfiguration configuration)
PlatformProcessHistoryManager(PlatformEngineConfiguration engineConfiguration)
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.management
Constructors in com.flowable.platform.engine.impl.management with parameters of type PlatformEngineConfiguration Constructor Description PlatformManagementServiceImpl(PlatformEngineConfiguration configuration)
-
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
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.persistence.entity.data
Fields in com.flowable.platform.engine.impl.persistence.entity.data declared as PlatformEngineConfiguration Modifier and Type Field Description protected PlatformEngineConfiguration
AbstractPlatformDataManager. platformEngineConfiguration
Methods in com.flowable.platform.engine.impl.persistence.entity.data that return PlatformEngineConfiguration Modifier and Type Method Description protected PlatformEngineConfiguration
AbstractPlatformDataManager. getPlatformEngineConfiguration()
Methods in com.flowable.platform.engine.impl.persistence.entity.data with parameters of type PlatformEngineConfiguration Modifier and Type Method Description void
PlatformDataManagers. init(PlatformEngineConfiguration platformEngineConfiguration)
Constructors in com.flowable.platform.engine.impl.persistence.entity.data with parameters of type PlatformEngineConfiguration Constructor Description AbstractPlatformDataManager(PlatformEngineConfiguration platformEngineConfiguration)
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.persistence.entity.data.impl
Fields in com.flowable.platform.engine.impl.persistence.entity.data.impl declared as PlatformEngineConfiguration Modifier and Type Field Description protected PlatformEngineConfiguration
MyBatisCommentDataManager. platformEngineConfiguration
protected PlatformEngineConfiguration
MybatisConfigurationPropertyDataManager. platformEngineConfiguration
protected PlatformEngineConfiguration
MybatisTranslationDataManager. platformEngineConfiguration
Constructors in com.flowable.platform.engine.impl.persistence.entity.data.impl with parameters of type PlatformEngineConfiguration Constructor Description MyBatisCommentDataManager(PlatformEngineConfiguration platformEngineConfiguration)
MybatisConfigurationPropertyDataManager(PlatformEngineConfiguration platformEngineConfiguration)
MybatisPlatformDeploymentDataManager(PlatformEngineConfiguration platformEngineConfiguration)
MybatisPlatformResourceDataManager(PlatformEngineConfiguration actionEngineConfiguration)
MybatisQueryDefinitionDataManager(PlatformEngineConfiguration platformEngineConfiguration)
MybatisSequenceDefinitionDataManager(PlatformEngineConfiguration platformEngineConfiguration)
MybatisTranslationDataManager(PlatformEngineConfiguration platformEngineConfiguration)
MybatisVariableExtractorDefinitionDataManager(PlatformEngineConfiguration platformEngineConfiguration)
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.repository
Constructors in com.flowable.platform.engine.impl.repository with parameters of type PlatformEngineConfiguration Constructor Description PlatformRepositoryServiceImpl(PlatformEngineConfiguration engineConfiguration)
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.runtime
Constructors in com.flowable.platform.engine.impl.runtime with parameters of type PlatformEngineConfiguration Constructor Description PlatformRuntimeServiceImpl(PlatformEngineConfiguration configuration)
-
Uses of PlatformEngineConfiguration in com.flowable.platform.engine.impl.sequence
Constructors in com.flowable.platform.engine.impl.sequence with parameters of type PlatformEngineConfiguration Constructor Description SequenceServiceImpl(PlatformEngineConfiguration engineConfiguration)
-
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(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(CommandContext commandContext)
-