Skip navigation links
A B C D E G I L O R S T 

A

AbstractAppAutoDeploymentStrategy - Class in org.flowable.app.spring.autodeployment
Abstract base class for implementations of AutoDeploymentStrategy.
AbstractAppAutoDeploymentStrategy() - Constructor for class org.flowable.app.spring.autodeployment.AbstractAppAutoDeploymentStrategy
 
AbstractAppAutoDeploymentStrategy(CommonAutoDeploymentProperties) - Constructor for class org.flowable.app.spring.autodeployment.AbstractAppAutoDeploymentStrategy
 
addResource(Resource, AppDeploymentBuilder) - Method in class org.flowable.app.spring.autodeployment.AbstractAppAutoDeploymentStrategy
 
addResource(Resource, String, AppDeploymentBuilder) - Method in class org.flowable.app.spring.autodeployment.AbstractAppAutoDeploymentStrategy
 
appEngine - Variable in class org.flowable.app.spring.AppEngineFactoryBean
 
appEngine - Variable in class org.flowable.app.spring.impl.test.SpringFlowableAppTestCase
 
appEngineConfiguration - Variable in class org.flowable.app.spring.AppEngineFactoryBean
 
AppEngineFactoryBean - Class in org.flowable.app.spring
 
AppEngineFactoryBean() - Constructor for class org.flowable.app.spring.AppEngineFactoryBean
 
applicationContext - Variable in class org.flowable.app.spring.AppEngineFactoryBean
 
applicationContext - Variable in class org.flowable.app.spring.impl.test.SpringFlowableAppTestCase
 
applicationContext - Variable in class org.flowable.app.spring.SpringAppEngineConfiguration
 
applicationContext - Variable in class org.flowable.app.spring.SpringAppExpressionManager
 
autoDeployResources(AppEngine) - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 

B

buildAppEngine(URL) - Static method in class org.flowable.app.spring.SpringAppConfigurationHelper
 
buildAppEngine() - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 

C

cachedAppEngines - Variable in class org.flowable.app.spring.impl.test.SpringFlowableAppTestCase
 
configureExpressionManager() - Method in class org.flowable.app.spring.AppEngineFactoryBean
 
configureExternallyManagedTransactions() - Method in class org.flowable.app.spring.AppEngineFactoryBean
 
createDefaultEventRegistryEngineConfigurator() - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 
createElResolver(VariableContainer) - Method in class org.flowable.app.spring.SpringAppExpressionManager
 
createTransactionInterceptor() - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 

D

DefaultAutoDeploymentStrategy - Class in org.flowable.app.spring.autodeployment
Default Implementation of AutoDeploymentStrategy that performs a separate deployment for each resource by name.
DefaultAutoDeploymentStrategy() - Constructor for class org.flowable.app.spring.autodeployment.DefaultAutoDeploymentStrategy
 
DefaultAutoDeploymentStrategy(CommonAutoDeploymentProperties) - Constructor for class org.flowable.app.spring.autodeployment.DefaultAutoDeploymentStrategy
 
DEPLOYMENT_MODE - Static variable in class org.flowable.app.spring.autodeployment.DefaultAutoDeploymentStrategy
The deployment mode this strategy handles.
deploymentMode - Variable in class org.flowable.app.spring.SpringAppEngineConfiguration
 
deploymentResources - Variable in class org.flowable.app.spring.SpringAppEngineConfiguration
 
deploymentStrategies - Variable in class org.flowable.app.spring.SpringAppEngineConfiguration
 
deployResourcesInternal(String, Resource[], AppEngine) - Method in class org.flowable.app.spring.autodeployment.DefaultAutoDeploymentStrategy
 
destroy() - Method in class org.flowable.app.spring.AppEngineFactoryBean
 

E

enginesBuild - Variable in class org.flowable.app.spring.SpringAppEngineConfiguration
 

G

getAppEngineConfiguration() - Method in class org.flowable.app.spring.AppEngineFactoryBean
 
getApplicationContext() - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 
getAutoDeploymentStrategy(String) - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
Gets the AutoDeploymentStrategy for the provided mode.
getDeploymentMode() - Method in class org.flowable.app.spring.autodeployment.DefaultAutoDeploymentStrategy
 
getDeploymentMode() - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 
getDeploymentName() - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 
getDeploymentResources() - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 
getDeploymentStrategies() - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 
getLockManager(AppEngine, String) - Method in class org.flowable.app.spring.autodeployment.AbstractAppAutoDeploymentStrategy
 
getObject() - Method in class org.flowable.app.spring.AppEngineFactoryBean
 
getObjectType() - Method in class org.flowable.app.spring.AppEngineFactoryBean
 
getTransactionManager() - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 

I

initDefaultCommandConfig() - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 
initializeAppEngine() - Method in class org.flowable.app.spring.impl.test.SpringFlowableAppTestCase
 
initTransactionContextFactory() - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 
isRunning() - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 
isSingleton() - Method in class org.flowable.app.spring.AppEngineFactoryBean
 

L

lifeCycleMonitor - Variable in class org.flowable.app.spring.SpringAppEngineConfiguration
 

O

org.flowable.app.spring - package org.flowable.app.spring
 
org.flowable.app.spring.autodeployment - package org.flowable.app.spring.autodeployment
 
org.flowable.app.spring.impl.test - package org.flowable.app.spring.impl.test
 

R

runBare() - Method in class org.flowable.app.spring.impl.test.SpringFlowableAppTestCase
 
running - Variable in class org.flowable.app.spring.SpringAppEngineConfiguration
 

S

setAppEngineConfiguration(AppEngineConfiguration) - Method in class org.flowable.app.spring.AppEngineFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.flowable.app.spring.AppEngineFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.flowable.app.spring.impl.test.SpringFlowableAppTestCase
 
setApplicationContext(ApplicationContext) - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 
setDataSource(DataSource) - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 
setDeploymentMode(String) - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 
setDeploymentName(String) - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 
setDeploymentResources(Resource[]) - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 
setDeploymentStrategies(Collection<AutoDeploymentStrategy<AppEngine>>) - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 
setTransactionManager(PlatformTransactionManager) - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 
setTransactionSynchronizationAdapterOrder(Integer) - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 
SpringAppConfigurationHelper - Class in org.flowable.app.spring
 
SpringAppConfigurationHelper() - Constructor for class org.flowable.app.spring.SpringAppConfigurationHelper
 
SpringAppEngineConfiguration - Class in org.flowable.app.spring
 
SpringAppEngineConfiguration() - Constructor for class org.flowable.app.spring.SpringAppEngineConfiguration
 
SpringAppExpressionManager - Class in org.flowable.app.spring
DefaultExpressionManager that exposes the full application-context or a limited set of beans in expressions.
SpringAppExpressionManager(ApplicationContext, Map<Object, Object>) - Constructor for class org.flowable.app.spring.SpringAppExpressionManager
 
SpringFlowableAppTestCase - Class in org.flowable.app.spring.impl.test
 
SpringFlowableAppTestCase() - Constructor for class org.flowable.app.spring.impl.test.SpringFlowableAppTestCase
 
start() - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 
stop() - Method in class org.flowable.app.spring.SpringAppEngineConfiguration
 

T

testContextManager - Variable in class org.flowable.app.spring.impl.test.SpringFlowableAppTestCase
 
transactionManager - Variable in class org.flowable.app.spring.SpringAppEngineConfiguration
 
transactionSynchronizationAdapterOrder - Variable in class org.flowable.app.spring.SpringAppEngineConfiguration
 
A B C D E G I L O R S T 
Skip navigation links

Copyright © 2020 Flowable. All rights reserved.