Uses of Class
com.flowable.policy.engine.PolicyEngineConfiguration
-
Uses of PolicyEngineConfiguration in com.flowable.policy.engine
Methods in com.flowable.policy.engine that return PolicyEngineConfiguration Modifier and Type Method Description PolicyEngineConfiguration
PolicyEngine. getPolicyEngineConfiguration()
PolicyEngineConfiguration
PolicyEngineConfiguration. setDataSource(javax.sql.DataSource dataSource)
-
Uses of PolicyEngineConfiguration in com.flowable.policy.engine.configurator
Fields in com.flowable.policy.engine.configurator declared as PolicyEngineConfiguration Modifier and Type Field Description protected PolicyEngineConfiguration
PolicyEngineConfigurator. engineConfiguration
Methods in com.flowable.policy.engine.configurator that return PolicyEngineConfiguration Modifier and Type Method Description PolicyEngineConfiguration
PolicyEngineConfigurator. getEngineConfiguration()
Methods in com.flowable.policy.engine.configurator with parameters of type PolicyEngineConfiguration Modifier and Type Method Description void
PolicyEngineConfigurator. setEngineConfiguration(PolicyEngineConfiguration engineConfiguration)
-
Uses of PolicyEngineConfiguration in com.flowable.policy.engine.impl
Fields in com.flowable.policy.engine.impl declared as PolicyEngineConfiguration Modifier and Type Field Description protected PolicyEngineConfiguration
PolicyEngineImpl. engineConfiguration
Methods in com.flowable.policy.engine.impl that return PolicyEngineConfiguration Modifier and Type Method Description PolicyEngineConfiguration
PolicyEngineImpl. getPolicyEngineConfiguration()
Constructors in com.flowable.policy.engine.impl with parameters of type PolicyEngineConfiguration Constructor Description PolicyEngineImpl(PolicyEngineConfiguration engineConfiguration)
-
Uses of PolicyEngineConfiguration in com.flowable.policy.engine.impl.deployer
Fields in com.flowable.policy.engine.impl.deployer declared as PolicyEngineConfiguration Modifier and Type Field Description protected PolicyEngineConfiguration
PolicyDeploymentManager. policyEngineConfiguration
Methods in com.flowable.policy.engine.impl.deployer that return PolicyEngineConfiguration Modifier and Type Method Description PolicyEngineConfiguration
PolicyDeploymentManager. getPolicyEngineConfiguration()
Methods in com.flowable.policy.engine.impl.deployer with parameters of type PolicyEngineConfiguration Modifier and Type Method Description void
PolicyDeploymentManager. setPolicyEngineConfiguration(PolicyEngineConfiguration policyEngineConfiguration)
-
Uses of PolicyEngineConfiguration in com.flowable.policy.engine.impl.persistence.entity
Fields in com.flowable.policy.engine.impl.persistence.entity declared as PolicyEngineConfiguration Modifier and Type Field Description protected PolicyEngineConfiguration
PolicyEntityManagers. configuration
Constructors in com.flowable.policy.engine.impl.persistence.entity with parameters of type PolicyEngineConfiguration Constructor Description PolicyDefinitionEntityManagerImpl(PolicyEngineConfiguration configuration, PolicyDefinitionDataManager policyDefinitionDataManager)
PolicyDefinitionLinkEntityManagerImpl(PolicyEngineConfiguration actionEngineConfiguration, PolicyDefinitionLinkDataManager policyDefinitionLinkDataManager)
PolicyDeploymentEntityManagerImpl(PolicyEngineConfiguration policyEngineConfiguration, PolicyDeploymentDataManager deploymentDataManager)
PolicyEntityManagers(PolicyEngineConfiguration configuration, PolicyDataManagers dataManagers)
PolicyResourceEntityManagerImpl(PolicyEngineConfiguration actionEngineConfiguration, PolicyResourceDataManager resourceDataManager)
-
Uses of PolicyEngineConfiguration in com.flowable.policy.engine.impl.repository
Constructors in com.flowable.policy.engine.impl.repository with parameters of type PolicyEngineConfiguration Constructor Description PolicyRepositoryServiceImpl(PolicyEngineConfiguration engineConfiguration)
-
Uses of PolicyEngineConfiguration in com.flowable.policy.engine.impl.util
Methods in com.flowable.policy.engine.impl.util that return PolicyEngineConfiguration Modifier and Type Method Description static PolicyEngineConfiguration
CommandContextUtil. getPolicyEngineConfiguration()
static PolicyEngineConfiguration
CommandContextUtil. getPolicyEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)