Uses of Interface
org.activiti.engine.impl.cfg.multitenant.TenantInfoHolder
-
Packages that use TenantInfoHolder Package Description org.activiti.engine.impl.asyncexecutor.multitenant org.activiti.engine.impl.cfg.multitenant -
-
Uses of TenantInfoHolder in org.activiti.engine.impl.asyncexecutor.multitenant
Fields in org.activiti.engine.impl.asyncexecutor.multitenant declared as TenantInfoHolder Modifier and Type Field Description protected TenantInfoHolderExecutorPerTenantAsyncExecutor. tenantInfoHolderprotected TenantInfoHolderSharedExecutorServiceAsyncExecutor. tenantInfoHolderprotected TenantInfoHolderTenantAwareAcquireAsyncJobsDueRunnable. tenantInfoHolderprotected TenantInfoHolderTenantAwareAcquireTimerJobsRunnable. tenantInfoHolderprotected TenantInfoHolderTenantAwareExecuteAsyncRunnable. tenantInfoHolderprotected TenantInfoHolderTenantAwareExecuteAsyncRunnableFactory. tenantInfoHolderprotected TenantInfoHolderTenantAwareResetExpiredJobsRunnable. tenantInfoHolder -
Uses of TenantInfoHolder in org.activiti.engine.impl.cfg.multitenant
Fields in org.activiti.engine.impl.cfg.multitenant declared as TenantInfoHolder Modifier and Type Field Description protected TenantInfoHolderExecuteSchemaOperationCommand. tenantInfoHolderDeprecated.protected TenantInfoHolderMultiSchemaMultiTenantProcessEngineConfiguration. tenantInfoHolderDeprecated.protected TenantInfoHolderTenantAwareDataSource. tenantInfoHolderDeprecated.Constructors in org.activiti.engine.impl.cfg.multitenant with parameters of type TenantInfoHolder Constructor Description MultiSchemaMultiTenantProcessEngineConfiguration(TenantInfoHolder tenantInfoHolder)Deprecated.TenantAwareDataSource(TenantInfoHolder tenantInfoHolder)Deprecated.
-