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

A

AbstractAutoDeploymentStrategy - Class in org.flowable.spring.configurator
Abstract base class for implementations of AutoDeploymentStrategy.
AbstractAutoDeploymentStrategy() - Constructor for class org.flowable.spring.configurator.AbstractAutoDeploymentStrategy
 
afterTestClass(TestContext) - Method in class org.flowable.spring.impl.test.CleanTestExecutionListener
 
applicationContext - Variable in class org.flowable.spring.ApplicationContextElResolver
 
applicationContext - Variable in class org.flowable.spring.impl.test.SpringFlowableTestCase
 
applicationContext - Variable in class org.flowable.spring.ProcessEngineFactoryBean
 
applicationContext - Variable in class org.flowable.spring.SpringExpressionManager
 
applicationContext - Variable in class org.flowable.spring.SpringProcessEngineConfiguration
 
ApplicationContextElResolver - Class in org.flowable.spring
 
ApplicationContextElResolver(ApplicationContext) - Constructor for class org.flowable.spring.ApplicationContextElResolver
 
AutoDeploymentStrategy - Interface in org.flowable.spring.configurator
Strategy interface for implementations of automatically deploying resources.
autoDeployResources(ProcessEngine) - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 

B

buildProcessEngine(URL) - Static method in class org.flowable.spring.SpringConfigurationHelper
 
buildProcessEngine() - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 

C

CleanTestExecutionListener - Class in org.flowable.spring.impl.test
Removes all deployments at the end of a complete test class.
CleanTestExecutionListener() - Constructor for class org.flowable.spring.impl.test.CleanTestExecutionListener
 
closeEntityManager - Variable in class org.flowable.spring.SpringEntityManagerSessionFactory
 
configureExpressionManager() - Method in class org.flowable.spring.ProcessEngineFactoryBean
 
configureExternallyManagedTransactions() - Method in class org.flowable.spring.ProcessEngineFactoryBean
 
createElResolver(VariableContainer) - Method in class org.flowable.spring.SpringExpressionManager
 
createProcessEngine(ExtensionContext) - Method in class org.flowable.spring.impl.test.FlowableSpringExtension
 
createSpringElResolver() - Method in class org.flowable.spring.SpringExpressionManager
 
createTransactionInterceptor() - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 

D

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

E

enginesBuild - Variable in class org.flowable.spring.SpringProcessEngineConfiguration
 
entityManagerFactory - Variable in class org.flowable.spring.SpringEntityManagerSessionFactory
 

F

FlowableSpringExtension - Class in org.flowable.spring.impl.test
An extension that uses SpringExtension to get the ProcessEngine from the ApplicationContext and make it available for the FlowableExtension.
FlowableSpringExtension() - Constructor for class org.flowable.spring.impl.test.FlowableSpringExtension
 

G

getApplicationContext() - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 
getAutoDeploymentStrategy(String) - Method in class org.flowable.spring.SpringProcessEngineConfiguration
Gets the AutoDeploymentStrategy for the provided mode.
getBusinessCalendarManager() - Method in class org.flowable.spring.SpringAdvancedBusinessCalendarManagerFactory
 
getClock() - Method in class org.flowable.spring.SpringAdvancedBusinessCalendarManagerFactory
 
getCommonPropertyType(ELContext, Object) - Method in class org.flowable.spring.ApplicationContextElResolver
 
getDefaultScheduleVersion() - Method in class org.flowable.spring.SpringAdvancedBusinessCalendarManagerFactory
 
getDeploymentMode() - Method in class org.flowable.spring.configurator.AbstractAutoDeploymentStrategy
Gets the deployment mode this strategy handles.
getDeploymentMode() - Method in class org.flowable.spring.configurator.DefaultAutoDeploymentStrategy
 
getDeploymentMode() - Method in class org.flowable.spring.configurator.ResourceParentFolderAutoDeploymentStrategy
 
getDeploymentMode() - Method in class org.flowable.spring.configurator.SingleResourceAutoDeploymentStrategy
 
getDeploymentMode() - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 
getDeploymentName() - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 
getDeploymentResources() - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 
getFeatureDescriptors(ELContext, Object) - Method in class org.flowable.spring.ApplicationContextElResolver
 
getObject() - Method in class org.flowable.spring.ProcessEngineFactoryBean
 
getObjectType() - Method in class org.flowable.spring.ProcessEngineFactoryBean
 
getPhase() - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 
getProcessEngine(ExtensionContext) - Method in class org.flowable.spring.impl.test.InternalFlowableSpringExtension
 
getProcessEngineConfiguration() - Method in class org.flowable.spring.ProcessEngineFactoryBean
 
getRejectedJobsHandler() - Method in class org.flowable.spring.SpringAsyncExecutor
Deprecated.
 
getSessionType() - Method in class org.flowable.spring.SpringEntityManagerSessionFactory
 
getStore(ExtensionContext) - Method in class org.flowable.spring.impl.test.FlowableSpringExtension
 
getStore(ExtensionContext) - Method in class org.flowable.spring.impl.test.InternalFlowableSpringExtension
 
getTransactionManager() - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 
getType(ELContext, Object, Object) - Method in class org.flowable.spring.ApplicationContextElResolver
 
getValue(ELContext, Object, Object) - Method in class org.flowable.spring.ApplicationContextElResolver
 

H

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

I

init() - Method in class org.flowable.spring.SpringAsyncHistoryExecutor
Deprecated.
 
initDefaultCommandConfig() - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 
initializeJobEntityManager() - Method in class org.flowable.spring.SpringAsyncHistoryExecutor
Deprecated.
 
initJpa() - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 
initTransactionContextFactory() - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 
InternalFlowableSpringExtension - Class in org.flowable.spring.impl.test
An extension that uses SpringExtension to get the ProcessEngine from the ApplicationContext and make it available for the InternalFlowableExtension.
InternalFlowableSpringExtension() - Constructor for class org.flowable.spring.impl.test.InternalFlowableSpringExtension
 
isReadOnly(ELContext, Object, Object) - Method in class org.flowable.spring.ApplicationContextElResolver
 
isRunning() - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 
isSingleton() - Method in class org.flowable.spring.ProcessEngineFactoryBean
 

L

lifeCycleMonitor - Variable in class org.flowable.spring.SpringProcessEngineConfiguration
 

O

openSession(CommandContext) - Method in class org.flowable.spring.SpringEntityManagerSessionFactory
 
org.flowable.spring - package org.flowable.spring
 
org.flowable.spring.configurator - package org.flowable.spring.configurator
 
org.flowable.spring.impl.test - package org.flowable.spring.impl.test
 

P

processEngine - Variable in class org.flowable.spring.ProcessEngineFactoryBean
 
processEngineConfiguration - Variable in class org.flowable.spring.ProcessEngineFactoryBean
 
ProcessEngineFactoryBean - Class in org.flowable.spring
 
ProcessEngineFactoryBean() - Constructor for class org.flowable.spring.ProcessEngineFactoryBean
 

R

ResourceParentFolderAutoDeploymentStrategy - Class in org.flowable.spring.configurator
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.spring.configurator.ResourceParentFolderAutoDeploymentStrategy
 
running - Variable in class org.flowable.spring.SpringProcessEngineConfiguration
 

S

setApplicationContext(ApplicationContext) - Method in class org.flowable.spring.impl.test.SpringFlowableTestCase
 
setApplicationContext(ApplicationContext) - Method in class org.flowable.spring.ProcessEngineFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 
setClock(Clock) - Method in class org.flowable.spring.SpringAdvancedBusinessCalendarManagerFactory
 
setDataSource(DataSource) - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 
setDefaultScheduleVersion(Integer) - Method in class org.flowable.spring.SpringAdvancedBusinessCalendarManagerFactory
 
setDeploymentMode(String) - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 
setDeploymentName(String) - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 
setDeploymentResources(Resource[]) - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 
setProcessEngineConfiguration(ProcessEngineConfigurationImpl) - Method in class org.flowable.spring.ProcessEngineFactoryBean
 
setRejectedJobsHandler(SpringRejectedJobsHandler) - Method in class org.flowable.spring.SpringAsyncExecutor
Deprecated.
use this#setRejectedJobsHandler(org.flowable.spring.job.service.SpringRejectedJobsHandler)
setTransactionManager(PlatformTransactionManager) - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 
setTransactionSynchronizationAdapterOrder(Integer) - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 
setValue(ELContext, Object, Object, Object) - Method in class org.flowable.spring.ApplicationContextElResolver
 
SingleResourceAutoDeploymentStrategy - Class in org.flowable.spring.configurator
Implementation of AutoDeploymentStrategy that performs a separate deployment for each resource by name.
SingleResourceAutoDeploymentStrategy() - Constructor for class org.flowable.spring.configurator.SingleResourceAutoDeploymentStrategy
 
SpringAdvancedBusinessCalendarManagerFactory - Class in org.flowable.spring
Creates an advanced cycle business calendar manager (ACBCM).
SpringAdvancedBusinessCalendarManagerFactory() - Constructor for class org.flowable.spring.SpringAdvancedBusinessCalendarManagerFactory
 
SpringAsyncExecutor - Class in org.flowable.spring
Deprecated.
SpringAsyncExecutor() - Constructor for class org.flowable.spring.SpringAsyncExecutor
Deprecated.
 
SpringAsyncExecutor(TaskExecutor, SpringRejectedJobsHandler) - Constructor for class org.flowable.spring.SpringAsyncExecutor
Deprecated.
 
SpringAsyncHistoryExecutor - Class in org.flowable.spring
Deprecated.
use
SpringAsyncHistoryExecutor() - Constructor for class org.flowable.spring.SpringAsyncHistoryExecutor
Deprecated.
 
SpringAsyncHistoryExecutor(TaskExecutor, SpringRejectedJobsHandler) - Constructor for class org.flowable.spring.SpringAsyncHistoryExecutor
Deprecated.
 
SpringCallerRunsRejectedJobsHandler - Class in org.flowable.spring
SpringCallerRunsRejectedJobsHandler() - Constructor for class org.flowable.spring.SpringCallerRunsRejectedJobsHandler
Deprecated.
 
SpringConfigurationHelper - Class in org.flowable.spring
 
SpringConfigurationHelper() - Constructor for class org.flowable.spring.SpringConfigurationHelper
 
SpringEntityManagerSessionFactory - Class in org.flowable.spring
Session Factory for EntityManagerSession.
SpringEntityManagerSessionFactory(Object, boolean, boolean) - Constructor for class org.flowable.spring.SpringEntityManagerSessionFactory
 
SpringExpressionManager - Class in org.flowable.spring
DefaultExpressionManager that exposes the full application-context or a limited set of beans in expressions.
SpringExpressionManager(ApplicationContext, Map<Object, Object>) - Constructor for class org.flowable.spring.SpringExpressionManager
 
SpringFlowableTestCase - Class in org.flowable.spring.impl.test
 
SpringFlowableTestCase() - Constructor for class org.flowable.spring.impl.test.SpringFlowableTestCase
 
SpringProcessEngineConfiguration - Class in org.flowable.spring
 
SpringProcessEngineConfiguration() - Constructor for class org.flowable.spring.SpringProcessEngineConfiguration
 
SpringRejectedJobsHandler - Interface in org.flowable.spring
Deprecated.
start() - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 
stop() - Method in class org.flowable.spring.SpringProcessEngineConfiguration
 

T

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

Copyright © 2019 Flowable. All rights reserved.