Uses of Class
com.flowable.serviceregistry.engine.ServiceRegistryEngineConfiguration
-
Uses of ServiceRegistryEngineConfiguration in com.flowable.serviceregistry.engine
Fields in com.flowable.serviceregistry.engine declared as ServiceRegistryEngineConfiguration Modifier and Type Field Description protected ServiceRegistryEngineConfiguration
ServiceRegistryEngineImpl. engineConfiguration
Methods in com.flowable.serviceregistry.engine that return ServiceRegistryEngineConfiguration Modifier and Type Method Description ServiceRegistryEngineConfiguration
ServiceRegistryEngine. getServiceRegistryEngineConfiguration()
ServiceRegistryEngineConfiguration
ServiceRegistryEngineImpl. getServiceRegistryEngineConfiguration()
ServiceRegistryEngineConfiguration
ServiceRegistryEngineConfiguration. setDataSource(javax.sql.DataSource dataSource)
Constructors in com.flowable.serviceregistry.engine with parameters of type ServiceRegistryEngineConfiguration Constructor Description ServiceRegistryEngineImpl(ServiceRegistryEngineConfiguration engineConfiguration)
ServiceRegistryRepositoryServiceImpl(ServiceRegistryEngineConfiguration configuration)
ServiceRegistryRuntimeServiceImpl(ServiceRegistryEngineConfiguration configuration)
-
Uses of ServiceRegistryEngineConfiguration in com.flowable.serviceregistry.engine.impl.cmd
Methods in com.flowable.serviceregistry.engine.impl.cmd with parameters of type ServiceRegistryEngineConfiguration Modifier and Type Method Description protected ServiceDefinitionEntity
InvokeServiceCmd. resolveServiceDefinitionByKey(java.lang.String tenantId, ServiceRegistryEngineConfiguration serviceEngineConfiguration)
-
Uses of ServiceRegistryEngineConfiguration in com.flowable.serviceregistry.engine.impl.deployer
Fields in com.flowable.serviceregistry.engine.impl.deployer declared as ServiceRegistryEngineConfiguration Modifier and Type Field Description protected ServiceRegistryEngineConfiguration
ServiceRegistryEngineConfigurator. engineConfiguration
protected ServiceRegistryEngineConfiguration
ServiceDeploymentManager. serviceEngineConfiguration
Methods in com.flowable.serviceregistry.engine.impl.deployer that return ServiceRegistryEngineConfiguration Modifier and Type Method Description ServiceRegistryEngineConfiguration
ServiceRegistryEngineConfigurator. getEngineConfiguration()
ServiceRegistryEngineConfiguration
ServiceDeploymentManager. getServiceEngineConfiguration()
Methods in com.flowable.serviceregistry.engine.impl.deployer with parameters of type ServiceRegistryEngineConfiguration Modifier and Type Method Description void
ServiceRegistryEngineConfigurator. setEngineConfiguration(ServiceRegistryEngineConfiguration engineConfiguration)
void
ServiceDeploymentManager. setServiceEngineConfiguration(ServiceRegistryEngineConfiguration serviceEngineConfiguration)
-
Uses of ServiceRegistryEngineConfiguration in com.flowable.serviceregistry.engine.impl.invoker.db
Fields in com.flowable.serviceregistry.engine.impl.invoker.db declared as ServiceRegistryEngineConfiguration Modifier and Type Field Description protected ServiceRegistryEngineConfiguration
DbServiceInvoker. serviceRegistryEngineConfiguration
Constructors in com.flowable.serviceregistry.engine.impl.invoker.db with parameters of type ServiceRegistryEngineConfiguration Constructor Description DbServiceInvoker(ServiceRegistryEngineConfiguration serviceRegistryEngineConfiguration)
-
Uses of ServiceRegistryEngineConfiguration in com.flowable.serviceregistry.engine.impl.invoker.expression
Fields in com.flowable.serviceregistry.engine.impl.invoker.expression declared as ServiceRegistryEngineConfiguration Modifier and Type Field Description protected ServiceRegistryEngineConfiguration
ExpressionInvoker. serviceRegistryEngineConfiguration
Constructors in com.flowable.serviceregistry.engine.impl.invoker.expression with parameters of type ServiceRegistryEngineConfiguration Constructor Description ExpressionInvoker(ServiceRegistryEngineConfiguration serviceRegistryEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Uses of ServiceRegistryEngineConfiguration in com.flowable.serviceregistry.engine.impl.invoker.rest
Fields in com.flowable.serviceregistry.engine.impl.invoker.rest declared as ServiceRegistryEngineConfiguration Modifier and Type Field Description protected ServiceRegistryEngineConfiguration
RestServiceInvoker. serviceRegistryEngineConfiguration
Constructors in com.flowable.serviceregistry.engine.impl.invoker.rest with parameters of type ServiceRegistryEngineConfiguration Constructor Description RestServiceInvoker(ServiceRegistryEngineConfiguration serviceRegistryEngineConfiguration, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Uses of ServiceRegistryEngineConfiguration in com.flowable.serviceregistry.engine.impl.persistence.entity
Fields in com.flowable.serviceregistry.engine.impl.persistence.entity declared as ServiceRegistryEngineConfiguration Modifier and Type Field Description protected ServiceRegistryEngineConfiguration
ServiceEntityManagers. serviceEngineConfiguration
Constructors in com.flowable.serviceregistry.engine.impl.persistence.entity with parameters of type ServiceRegistryEngineConfiguration Constructor Description ServiceDefinitionEntityManagerImpl(ServiceRegistryEngineConfiguration configuration, ServiceDefinitionDataManager serviceDefinitionDataManager)
ServiceDeploymentEntityManagerImpl(ServiceRegistryEngineConfiguration actionEngineConfiguration, ServiceDeploymentDataManager deploymentDataManager)
ServiceEntityManagers(ServiceRegistryEngineConfiguration serviceEngineConfiguration, ServiceDataManagers serviceDataManagers)
ServiceResourceEntityManagerImpl(ServiceRegistryEngineConfiguration actionEngineConfiguration, ServiceResourceDataManager resourceDataManager)
-
Uses of ServiceRegistryEngineConfiguration in com.flowable.serviceregistry.engine.impl.persistence.entity.data
Fields in com.flowable.serviceregistry.engine.impl.persistence.entity.data declared as ServiceRegistryEngineConfiguration Modifier and Type Field Description protected ServiceRegistryEngineConfiguration
AbstractServiceRegistryDataManager. serviceRegistryEngineConfiguration
Methods in com.flowable.serviceregistry.engine.impl.persistence.entity.data with parameters of type ServiceRegistryEngineConfiguration Modifier and Type Method Description void
ServiceDataManagers. init(ServiceRegistryEngineConfiguration serviceRegistryEngineConfiguration)
Constructors in com.flowable.serviceregistry.engine.impl.persistence.entity.data with parameters of type ServiceRegistryEngineConfiguration Constructor Description AbstractServiceRegistryDataManager(ServiceRegistryEngineConfiguration serviceRegistryEngineConfiguration)
-
Uses of ServiceRegistryEngineConfiguration in com.flowable.serviceregistry.engine.impl.persistence.entity.data.impl
Constructors in com.flowable.serviceregistry.engine.impl.persistence.entity.data.impl with parameters of type ServiceRegistryEngineConfiguration Constructor Description MybatisServiceDefinitionDataManager(ServiceRegistryEngineConfiguration serviceRegistryEngineConfiguration)
MybatisServiceDeploymentDataManager(ServiceRegistryEngineConfiguration serviceRegistryEngineConfiguration)
MybatisServiceResourceDataManager(ServiceRegistryEngineConfiguration serviceRegistryEngineConfiguration)
-
Uses of ServiceRegistryEngineConfiguration in com.flowable.serviceregistry.engine.impl.util
Methods in com.flowable.serviceregistry.engine.impl.util that return ServiceRegistryEngineConfiguration Modifier and Type Method Description static ServiceRegistryEngineConfiguration
CommandContextUtil. getServiceEngineConfiguration()
static ServiceRegistryEngineConfiguration
CommandContextUtil. getServiceEngineConfiguration(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)