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

A

AbstractFormAutoDeploymentStrategy - Class in org.flowable.form.spring.autodeployment
Abstract base class for implementations of AutoDeploymentStrategy.
AbstractFormAutoDeploymentStrategy() - Constructor for class org.flowable.form.spring.autodeployment.AbstractFormAutoDeploymentStrategy
 
AbstractFormAutoDeploymentStrategy(CommonAutoDeploymentProperties) - Constructor for class org.flowable.form.spring.autodeployment.AbstractFormAutoDeploymentStrategy
 
addResource(Resource, FormDeploymentBuilder) - Method in class org.flowable.form.spring.autodeployment.AbstractFormAutoDeploymentStrategy
 
addResource(Resource, String, FormDeploymentBuilder) - Method in class org.flowable.form.spring.autodeployment.AbstractFormAutoDeploymentStrategy
 
applicationContext - Variable in class org.flowable.form.spring.FormEngineFactoryBean
 
applicationContext - Variable in class org.flowable.form.spring.SpringFormEngineConfiguration
 
autoDeployResources(FormEngine) - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 

B

buildFormEngine(URL) - Static method in class org.flowable.form.spring.SpringFormConfigurationHelper
 
buildFormEngine() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 

C

configureExternallyManagedTransactions() - Method in class org.flowable.form.spring.FormEngineFactoryBean
 
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
 
DefaultAutoDeploymentStrategy(CommonAutoDeploymentProperties) - 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
 
deployResourcesInternal(String, Resource[], FormEngine) - Method in class org.flowable.form.spring.autodeployment.DefaultAutoDeploymentStrategy
 
deployResourcesInternal(String, Resource[], FormEngine) - Method in class org.flowable.form.spring.autodeployment.ResourceParentFolderAutoDeploymentStrategy
 
deployResourcesInternal(String, Resource[], FormEngine) - Method in class org.flowable.form.spring.autodeployment.SingleResourceAutoDeploymentStrategy
 
destroy() - Method in class org.flowable.form.spring.FormEngineFactoryBean
 

E

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

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
 
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.
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
 
getDeploymentStrategies() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
getFormEngineConfiguration() - Method in class org.flowable.form.spring.FormEngineFactoryBean
 
getLockManager(FormEngine, String) - Method in class org.flowable.form.spring.autodeployment.AbstractFormAutoDeploymentStrategy
 
getObject() - Method in class org.flowable.form.spring.FormEngineFactoryBean
 
getObjectType() - Method in class org.flowable.form.spring.FormEngineFactoryBean
 
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
 

I

initBeans() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
initDefaultCommandConfig() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
initTransactionContextFactory() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
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

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
 
ResourceParentFolderAutoDeploymentStrategy(CommonAutoDeploymentProperties) - Constructor for class org.flowable.form.spring.autodeployment.ResourceParentFolderAutoDeploymentStrategy
 
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
 
setDeploymentStrategies(Collection<AutoDeploymentStrategy<FormEngine>>) - 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
 
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
 
SingleResourceAutoDeploymentStrategy(CommonAutoDeploymentProperties) - 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
 
start() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 
stop() - Method in class org.flowable.form.spring.SpringFormEngineConfiguration
 

T

transactionManager - Variable in class org.flowable.form.spring.SpringFormEngineConfiguration
 
transactionSynchronizationAdapterOrder - Variable in class org.flowable.form.spring.SpringFormEngineConfiguration
 
A B C D E F G I L O R S T 
Skip navigation links

Copyright © 2021 Flowable. All rights reserved.