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

A

AbstractAutoDeploymentStrategy - Class in org.flowable.form.spring.autodeployment
Abstract base class for implementations of AutoDeploymentStrategy.
AbstractAutoDeploymentStrategy() - Constructor for class org.flowable.form.spring.autodeployment.AbstractAutoDeploymentStrategy
 
addTransactionListener(TransactionState, TransactionListener) - Method in class org.flowable.form.spring.SpringTransactionContext
 
afterCommit() - Method in class org.flowable.form.spring.SpringTransactionContext.TransactionSynchronizationAdapter
 
afterCompletion(int) - Method in class org.flowable.form.spring.SpringTransactionContext.TransactionSynchronizationAdapter
 
applicationContext - Variable in class org.flowable.form.spring.ApplicationContextElResolver
 
applicationContext - Variable in class org.flowable.form.spring.FormEngineFactoryBean
 
applicationContext - Variable in class org.flowable.form.spring.SpringFormEngineConfiguration
 
applicationContext - Variable in class org.flowable.form.spring.SpringFormExpressionManager
 
ApplicationContextElResolver - Class in org.flowable.form.spring
 
ApplicationContextElResolver(ApplicationContext) - Constructor for class org.flowable.form.spring.ApplicationContextElResolver
 
AutoDeploymentStrategy - Interface in org.flowable.form.spring.autodeployment
Strategy interface for implementations of automatically deploying resources.
autoDeployResources(FormEngine) - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 

B

beforeCommit(boolean) - Method in class org.flowable.form.spring.SpringTransactionContext.TransactionSynchronizationAdapter
 
beforeCompletion() - Method in class org.flowable.form.spring.SpringTransactionContext.TransactionSynchronizationAdapter
 
buildFormEngine(URL) - Static method in class org.flowable.form.spring.SpringFormConfigurationHelper
 
buildFormEngine() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 

C

commandContext - Variable in class org.flowable.form.spring.SpringTransactionContext
 
commit() - Method in class org.flowable.form.spring.SpringTransactionContext
 
configureExpressionManager() - Method in class org.flowable.form.spring.FormEngineFactoryBean
 
configureExternallyManagedTransactions() - Method in class org.flowable.form.spring.FormEngineFactoryBean
 
createElResolver(VariableContainer) - Method in class org.flowable.form.spring.SpringFormExpressionManager
 
createFormEngine(ExtensionContext) - Method in class org.flowable.form.spring.test.FlowableFormSpringExtension
 
createTransactionInterceptor() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 

D

DefaultAutoDeploymentStrategy - Class in org.flowable.form.spring.autodeployment
Default implementation of AutoDeploymentStrategy that groups all Resources into a single deployment.
DefaultAutoDeploymentStrategy() - Constructor for class org.flowable.form.spring.autodeployment.DefaultAutoDeploymentStrategy
 
DEPLOYMENT_MODE - Static variable in class org.flowable.form.spring.autodeployment.DefaultAutoDeploymentStrategy
The deployment mode this strategy handles.
DEPLOYMENT_MODE - Static variable in class org.flowable.form.spring.autodeployment.ResourceParentFolderAutoDeploymentStrategy
The deployment mode this strategy handles.
DEPLOYMENT_MODE - Static variable in class org.flowable.form.spring.autodeployment.SingleResourceAutoDeploymentStrategy
The deployment mode this strategy handles.
deploymentMode - Variable in class org.flowable.form.spring.SpringFormEngineConfiguration
 
deploymentName - Variable in class org.flowable.form.spring.SpringFormEngineConfiguration
 
deploymentResources - Variable in class org.flowable.form.spring.SpringFormEngineConfiguration
 
deployResources(String, Resource[], FormRepositoryService) - Method in interface org.flowable.form.spring.autodeployment.AutoDeploymentStrategy
Performs deployment for the provided resources, using the provided name as a hint and the provided FormRepositoryService to perform deployment(s).
deployResources(String, Resource[], FormRepositoryService) - Method in class org.flowable.form.spring.autodeployment.DefaultAutoDeploymentStrategy
 
deployResources(String, Resource[], FormRepositoryService) - Method in class org.flowable.form.spring.autodeployment.ResourceParentFolderAutoDeploymentStrategy
 
deployResources(String, Resource[], FormRepositoryService) - Method in class org.flowable.form.spring.autodeployment.SingleResourceAutoDeploymentStrategy
 
destroy() - Method in class org.flowable.form.spring.FormEngineFactoryBean
 
determineResourceName(Resource) - Method in class org.flowable.form.spring.autodeployment.AbstractAutoDeploymentStrategy
Determines the name to be used for the provided resource.

E

enginesBuild - Variable in class org.flowable.form.spring.SpringFormEngineConfiguration
 
execute(CommandConfig, Command<T>) - Method in class org.flowable.form.spring.SpringTransactionInterceptor
 

F

FlowableFormSpringExtension - Class in org.flowable.form.spring.test
An extension that uses SpringExtension to get the FormEngine from the ApplicationContext and make it available for the FlowableFormExtension.
FlowableFormSpringExtension() - Constructor for class org.flowable.form.spring.test.FlowableFormSpringExtension
 
flush() - Method in class org.flowable.form.spring.SpringTransactionContext.TransactionSynchronizationAdapter
 
formEngine - Variable in class org.flowable.form.spring.FormEngineFactoryBean
 
formEngineConfiguration - Variable in class org.flowable.form.spring.FormEngineFactoryBean
 
FormEngineFactoryBean - Class in org.flowable.form.spring
 
FormEngineFactoryBean() - Constructor for class org.flowable.form.spring.FormEngineFactoryBean
 

G

getApplicationContext() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
getAutoDeploymentStrategy(String) - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
Gets the AutoDeploymentStrategy for the provided mode.
getCommonPropertyType(ELContext, Object) - Method in class org.flowable.form.spring.ApplicationContextElResolver
 
getDeploymentMode() - Method in class org.flowable.form.spring.autodeployment.AbstractAutoDeploymentStrategy
Gets the deployment mode this strategy handles.
getDeploymentMode() - Method in class org.flowable.form.spring.autodeployment.DefaultAutoDeploymentStrategy
 
getDeploymentMode() - Method in class org.flowable.form.spring.autodeployment.ResourceParentFolderAutoDeploymentStrategy
 
getDeploymentMode() - Method in class org.flowable.form.spring.autodeployment.SingleResourceAutoDeploymentStrategy
 
getDeploymentMode() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
getDeploymentName() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
getDeploymentResources() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.form.spring.ApplicationContextElResolver
 
getFormEngineConfiguration() - Method in class org.flowable.form.spring.FormEngineFactoryBean
 
getObject() - Method in class org.flowable.form.spring.FormEngineFactoryBean
 
getObjectType() - Method in class org.flowable.form.spring.FormEngineFactoryBean
 
getOrder() - Method in class org.flowable.form.spring.SpringTransactionContext.TransactionSynchronizationAdapter
 
getPhase() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
getStore(ExtensionContext) - Method in class org.flowable.form.spring.test.FlowableFormSpringExtension
 
getTransactionManager() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
getType(ELContext, Object, Object) - Method in class org.flowable.form.spring.ApplicationContextElResolver
 
getValue(ELContext, Object, Object) - Method in class org.flowable.form.spring.ApplicationContextElResolver
 

H

handlesMode(String) - Method in class org.flowable.form.spring.autodeployment.AbstractAutoDeploymentStrategy
 
handlesMode(String) - Method in interface org.flowable.form.spring.autodeployment.AutoDeploymentStrategy
Determines whether the strategy handles deployments for the provided deployment mode.

I

initDefaultCommandConfig() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
initTransactionContextFactory() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
isReadOnly(ELContext, Object, Object) - Method in class org.flowable.form.spring.ApplicationContextElResolver
 
isRunning() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
isSingleton() - Method in class org.flowable.form.spring.FormEngineFactoryBean
 

L

lifeCycleMonitor - Variable in class org.flowable.form.spring.SpringFormEngineConfiguration
 

O

openTransactionContext(CommandContext) - Method in class org.flowable.form.spring.SpringTransactionContextFactory
 
org.flowable.form.spring - package org.flowable.form.spring
 
org.flowable.form.spring.autodeployment - package org.flowable.form.spring.autodeployment
 
org.flowable.form.spring.test - package org.flowable.form.spring.test
 

R

ResourceParentFolderAutoDeploymentStrategy - Class in org.flowable.form.spring.autodeployment
Implementation of AutoDeploymentStrategy that performs a separate deployment for each set of Resources that share the same parent folder.
ResourceParentFolderAutoDeploymentStrategy() - Constructor for class org.flowable.form.spring.autodeployment.ResourceParentFolderAutoDeploymentStrategy
 
resume() - Method in class org.flowable.form.spring.SpringTransactionContext.TransactionSynchronizationAdapter
 
rollback() - Method in class org.flowable.form.spring.SpringTransactionContext
 
running - Variable in class org.flowable.form.spring.SpringFormEngineConfiguration
 

S

setApplicationContext(ApplicationContext) - Method in class org.flowable.form.spring.FormEngineFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
setDataSource(DataSource) - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
setDeploymentMode(String) - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
setDeploymentName(String) - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
setDeploymentResources(Resource[]) - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
setFormEngineConfiguration(FormEngineConfiguration) - Method in class org.flowable.form.spring.FormEngineFactoryBean
 
setTransactionManager(PlatformTransactionManager) - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
setTransactionSynchronizationAdapterOrder(Integer) - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
setValue(ELContext, Object, Object, Object) - Method in class org.flowable.form.spring.ApplicationContextElResolver
 
SingleResourceAutoDeploymentStrategy - Class in org.flowable.form.spring.autodeployment
Implementation of AutoDeploymentStrategy that performs a separate deployment for each resource by name.
SingleResourceAutoDeploymentStrategy() - Constructor for class org.flowable.form.spring.autodeployment.SingleResourceAutoDeploymentStrategy
 
SpringFormConfigurationHelper - Class in org.flowable.form.spring
 
SpringFormConfigurationHelper() - Constructor for class org.flowable.form.spring.SpringFormConfigurationHelper
 
SpringFormEngineConfiguration - Class in org.flowable.form.spring
 
SpringFormEngineConfiguration() - Constructor for class org.flowable.form.spring.SpringFormEngineConfiguration
 
SpringFormExpressionManager - Class in org.flowable.form.spring
DefaultExpressionManager that exposes the full application-context or a limited set of beans in expressions.
SpringFormExpressionManager(ApplicationContext, Map<Object, Object>) - Constructor for class org.flowable.form.spring.SpringFormExpressionManager
 
SpringTransactionContext - Class in org.flowable.form.spring
 
SpringTransactionContext(PlatformTransactionManager, CommandContext) - Constructor for class org.flowable.form.spring.SpringTransactionContext
 
SpringTransactionContext(PlatformTransactionManager, CommandContext, Integer) - Constructor for class org.flowable.form.spring.SpringTransactionContext
 
SpringTransactionContext.TransactionSynchronizationAdapter - Class in org.flowable.form.spring
 
SpringTransactionContextFactory - Class in org.flowable.form.spring
 
SpringTransactionContextFactory(PlatformTransactionManager) - Constructor for class org.flowable.form.spring.SpringTransactionContextFactory
 
SpringTransactionContextFactory(PlatformTransactionManager, Integer) - Constructor for class org.flowable.form.spring.SpringTransactionContextFactory
 
SpringTransactionInterceptor - Class in org.flowable.form.spring
 
SpringTransactionInterceptor(PlatformTransactionManager) - Constructor for class org.flowable.form.spring.SpringTransactionInterceptor
 
start() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
stop() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
suspend() - Method in class org.flowable.form.spring.SpringTransactionContext.TransactionSynchronizationAdapter
 

T

transactionManager - Variable in class org.flowable.form.spring.SpringFormEngineConfiguration
 
transactionManager - Variable in class org.flowable.form.spring.SpringTransactionContext
 
transactionManager - Variable in class org.flowable.form.spring.SpringTransactionContextFactory
 
transactionManager - Variable in class org.flowable.form.spring.SpringTransactionInterceptor
 
TransactionSynchronizationAdapter() - Constructor for class org.flowable.form.spring.SpringTransactionContext.TransactionSynchronizationAdapter
 
transactionSynchronizationAdapterOrder - Variable in class org.flowable.form.spring.SpringFormEngineConfiguration
 
transactionSynchronizationAdapterOrder - Variable in class org.flowable.form.spring.SpringTransactionContext
 
transactionSynchronizationAdapterOrder - Variable in class org.flowable.form.spring.SpringTransactionContextFactory
 
A B C D E F G H I L O R S T 
Skip navigation links

Copyright © 2019 Flowable. All rights reserved.