| Modifier and Type | Method and Description |
|---|---|
protected CmmnEngine |
FlowableCmmnExtension.lookupCmmnEngine(javax.enterprise.inject.spi.BeanManager beanManager) |
| Modifier and Type | Method and Description |
|---|---|
CmmnEngine |
FlowableCmmnServices.cmmnEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableCmmnServices.setCmmnEngine(CmmnEngine cmmnEngine) |
| Modifier and Type | Method and Description |
|---|---|
CmmnEngine |
CmmnEngineLookup.getCmmnEngine()
This method will only be called once by the
FlowableCmmnExtension, at startup |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,CmmnEngine> |
CmmnEngines.cmmnEngines |
| Modifier and Type | Method and Description |
|---|---|
CmmnEngine |
CmmnEngineConfiguration.buildCmmnEngine() |
protected static CmmnEngine |
CmmnEngines.buildCmmnEngine(URL resource) |
static CmmnEngine |
CmmnEngines.getCmmnEngine(String cmmnEngineName)
Obtain a cmmn engine by name.
|
static CmmnEngine |
CmmnEngines.getDefaultCmmnEngine() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,CmmnEngine> |
CmmnEngines.getCmmnEngines()
provides access to cmmn engine to application clients in a managed server environment.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CmmnEngines.registerCmmnEngine(CmmnEngine cmmnEngine)
Registers the given cmmn engine.
|
static void |
CmmnEngines.unregister(CmmnEngine cmmnEngine)
Unregisters the given cmmn engine.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmmnEngine |
CmmnEngineConfigurator.initCmmnEngine() |
| Modifier and Type | Class and Description |
|---|---|
class |
CmmnEngineImpl |
| Modifier and Type | Field and Description |
|---|---|
protected CmmnEngine |
FlowableCmmnRule.cmmnEngine |
protected CmmnEngine |
FlowableCmmnTestHelper.cmmnEngine |
static CmmnEngine |
AbstractFlowableCmmnTestCase.cmmnEngine |
| Modifier and Type | Method and Description |
|---|---|
protected CmmnEngine |
FlowableCmmnExtension.createCmmnEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
CmmnEngine |
FlowableCmmnRule.getCmmnEngine() |
CmmnEngine |
FlowableCmmnTestHelper.getCmmnEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableCmmnRule.setCmmnEngine(CmmnEngine cmmnEngine) |
| Constructor and Description |
|---|
FlowableCmmnRule(CmmnEngine cmmnEngine) |
FlowableCmmnTestHelper(CmmnEngine cmmnEngine) |
| Modifier and Type | Method and Description |
|---|---|
static CmmnEngine |
CmmnTestHelper.getCmmnEngine(String configurationResource) |
| Modifier and Type | Method and Description |
|---|---|
static String |
CmmnTestHelper.annotationDeploymentSetUp(CmmnEngine cmmnEngine,
Class<?> testClass,
Method method) |
static String |
CmmnTestHelper.annotationDeploymentSetUp(CmmnEngine cmmnEngine,
Class<?> testClass,
Method method,
CmmnDeployment deploymentAnnotation) |
static String |
CmmnTestHelper.annotationDeploymentSetUp(CmmnEngine cmmnEngine,
Class<?> testClass,
String methodName) |
static void |
CmmnTestHelper.annotationDeploymentTearDown(CmmnEngine cmmnEngine,
String deploymentId,
Class<?> testClass,
String methodName) |
static void |
CmmnJobTestHelper.waitForJobExecutorToProcessAllJobs(CmmnEngine cmmnEngine,
long maxMillisToWait,
long intervalMillis,
boolean shutdownExecutorWhenFinished) |
| Modifier and Type | Field and Description |
|---|---|
protected CmmnEngine |
CmmnEngineFactoryBean.cmmnEngine |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<AutoDeploymentStrategy<CmmnEngine>> |
SpringCmmnEngineConfiguration.deploymentStrategies |
| Modifier and Type | Method and Description |
|---|---|
CmmnEngine |
SpringCmmnEngineConfiguration.buildCmmnEngine() |
static CmmnEngine |
SpringCmmnConfigurationHelper.buildCmmnEngine(URL resource) |
CmmnEngine |
CmmnEngineFactoryBean.getObject() |
| Modifier and Type | Method and Description |
|---|---|
protected AutoDeploymentStrategy<CmmnEngine> |
SpringCmmnEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for the provided mode. |
Collection<AutoDeploymentStrategy<CmmnEngine>> |
SpringCmmnEngineConfiguration.getDeploymentStrategies() |
Class<CmmnEngine> |
CmmnEngineFactoryBean.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SpringCmmnEngineConfiguration.autoDeployResources(CmmnEngine cmmnEngine) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpringCmmnEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<CmmnEngine>> deploymentStrategies) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SingleResourceAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
org.springframework.core.io.Resource[] resources,
CmmnEngine engine) |
protected void |
DefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
org.springframework.core.io.Resource[] resources,
CmmnEngine engine) |
protected void |
ResourceParentFolderAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
org.springframework.core.io.Resource[] resources,
CmmnEngine engine) |
protected LockManager |
AbstractCmmnAutoDeploymentStrategy.getLockManager(CmmnEngine engine,
String deploymentNameHint) |
| Modifier and Type | Method and Description |
|---|---|
protected CmmnEngine |
SpringCmmnEngineConfigurator.initCmmnEngine() |
| Modifier and Type | Field and Description |
|---|---|
protected CmmnEngine |
SpringFlowableTestCase.cmmnEngine |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Object,CmmnEngine> |
SpringFlowableTestCase.cachedCmmnEngines |
| Modifier and Type | Method and Description |
|---|---|
protected CmmnEngine |
FlowableCmmnSpringExtension.createCmmnEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
| Modifier and Type | Method and Description |
|---|---|
CmmnHistoryService |
CmmnEngineServicesAutoConfiguration.cmmnHistoryService(CmmnEngine cmmnEngine) |
CmmnManagementService |
CmmnEngineServicesAutoConfiguration.cmmnManagementService(CmmnEngine cmmnEngine) |
CmmnMigrationService |
CmmnEngineServicesAutoConfiguration.cmmnMigrationService(CmmnEngine cmmnEngine) |
CmmnRepositoryService |
CmmnEngineServicesAutoConfiguration.cmmnRepositoryService(CmmnEngine cmmnEngine) |
CmmnRuntimeService |
CmmnEngineServicesAutoConfiguration.cmmnRuntimeService(CmmnEngine cmmnEngine) |
CmmnTaskService |
CmmnEngineServicesAutoConfiguration.cmmnTaskService(CmmnEngine cmmnEngine) |
DynamicCmmnService |
CmmnEngineServicesAutoConfiguration.dynamicCmmnService(CmmnEngine cmmnEngine) |
| Modifier and Type | Method and Description |
|---|---|
SpringCmmnEngineConfiguration |
CmmnEngineAutoConfiguration.cmmnEngineConfiguration(DataSource dataSource,
org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
org.springframework.beans.factory.ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider,
org.springframework.beans.factory.ObjectProvider<AsyncExecutor> asyncExecutorProvider,
org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.AsyncListenableTaskExecutor> taskExecutor,
org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.AsyncListenableTaskExecutor> cmmnTaskExecutor,
org.springframework.beans.factory.ObjectProvider<org.springframework.core.task.AsyncListenableTaskExecutor> applicationTaskExecutorProvider,
org.springframework.beans.factory.ObjectProvider<FlowableHttpClient> flowableHttpClient,
org.springframework.beans.factory.ObjectProvider<List<AutoDeploymentStrategy<CmmnEngine>>> cmmnAutoDeploymentStrategies) |
Copyright © 2023 Flowable. All rights reserved.