Skip navigation links
A B C D E F G H I J K L M O P Q R S T U V 

A

AbstractEngineAutoConfiguration - Class in org.flowable.spring.boot
Base auto configuration for the different engines.
AbstractEngineAutoConfiguration(FlowableProperties) - Constructor for class org.flowable.spring.boot.AbstractEngineAutoConfiguration
 
AbstractSpringEngineAutoConfiguration - Class in org.flowable.spring.boot
Base auto configuration for the different engines.
AbstractSpringEngineAutoConfiguration(FlowableProperties) - Constructor for class org.flowable.spring.boot.AbstractSpringEngineAutoConfiguration
 
analyze(Throwable, ClassNotFoundException) - Method in class org.flowable.spring.boot.liquibase.LiquibaseXmlElementClassNotFoundFailureAnalyzer
 
App - Annotation Type in org.flowable.spring.boot.app
Qualifier annotation for App beans that need to be injected for App Configurations.
appEngine(SpringAppEngineConfiguration) - Method in class org.flowable.spring.boot.app.AppEngineServicesAutoConfiguration
 
AppEngineAutoConfiguration - Class in org.flowable.spring.boot.app
Provides sane definitions for the various beans required to be productive with Flowable in Spring.
AppEngineAutoConfiguration(FlowableProperties, FlowableAppProperties, FlowableIdmProperties, FlowableEventRegistryProperties, FlowableAutoDeploymentProperties) - Constructor for class org.flowable.spring.boot.app.AppEngineAutoConfiguration
 
AppEngineRestApiConfiguration() - Constructor for class org.flowable.spring.boot.RestApiAutoConfiguration.AppEngineRestApiConfiguration
 
AppEngineRestConfiguration - Class in org.flowable.spring.boot.app
Component scan for the App engine REST API Configuration.
AppEngineRestConfiguration() - Constructor for class org.flowable.spring.boot.app.AppEngineRestConfiguration
 
AppEngineServicesAutoConfiguration - Class in org.flowable.spring.boot.app
Provides sane definitions for the various beans required to be productive with Flowable in Spring.
AppEngineServicesAutoConfiguration() - Constructor for class org.flowable.spring.boot.app.AppEngineServicesAutoConfiguration
 
applicationContext - Variable in class org.flowable.spring.boot.rest.BaseRestApiConfiguration
 
appManagementServiceBean(AppEngine) - Method in class org.flowable.spring.boot.app.AppEngineServicesAutoConfiguration
 
appProperties - Variable in class org.flowable.spring.boot.app.AppEngineAutoConfiguration
 
appProperties - Variable in class org.flowable.spring.boot.ProcessEngineAutoConfiguration
 
appRepositoryServiceBean(AppEngine) - Method in class org.flowable.spring.boot.app.AppEngineServicesAutoConfiguration
 
appRestResponseFactory() - Method in class org.flowable.spring.boot.app.AppEngineRestConfiguration
 
appServlet(FlowableAppProperties) - Method in class org.flowable.spring.boot.RestApiAutoConfiguration.AppEngineRestApiConfiguration
 
AsyncHistory() - Constructor for class org.flowable.spring.boot.process.FlowableProcessProperties.AsyncHistory
 
asyncHistoryExecutor(AsyncJobExecutorConfiguration, ObjectProvider<SpringRejectedJobsHandler>, ObjectProvider<SpringRejectedJobsHandler>) - Method in class org.flowable.spring.boot.ProcessEngineAutoConfiguration
 
Attribute() - Constructor for class org.flowable.spring.boot.ldap.FlowableLdapProperties.Attribute
 
autoDeploymentProperties - Variable in class org.flowable.spring.boot.app.AppEngineAutoConfiguration
 
autoDeploymentProperties - Variable in class org.flowable.spring.boot.cmmn.CmmnEngineAutoConfiguration
 
autoDeploymentProperties - Variable in class org.flowable.spring.boot.dmn.DmnEngineAutoConfiguration
 
autoDeploymentProperties - Variable in class org.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration
 
autoDeploymentProperties - Variable in class org.flowable.spring.boot.form.FormEngineAutoConfiguration
 
autoDeploymentProperties - Variable in class org.flowable.spring.boot.ProcessEngineAutoConfiguration
 

B

BaseEngineConfigurationWithConfigurers<T> - Class in org.flowable.spring.boot
A base class that can be used by any configuration that needs to inject specific EngineConfigurationConfigurer(s).
BaseEngineConfigurationWithConfigurers() - Constructor for class org.flowable.spring.boot.BaseEngineConfigurationWithConfigurers
 
BaseRestApiConfiguration - Class in org.flowable.spring.boot.rest
A common base rest api configuration for registering custom servlets.
BaseRestApiConfiguration() - Constructor for class org.flowable.spring.boot.rest.BaseRestApiConfiguration
 

C

Cache() - Constructor for class org.flowable.spring.boot.ldap.FlowableLdapProperties.Cache
 
Cmmn - Annotation Type in org.flowable.spring.boot.cmmn
Qualifier annotation for a CMMN beans that need to be injected for CMMN Configurations.
cmmnAppEngineConfigurationConfigurer(CmmnEngineConfigurator) - Method in class org.flowable.spring.boot.cmmn.CmmnEngineAutoConfiguration.CmmnEngineAppConfiguration
 
cmmnAsyncExecutor(AsyncJobExecutorConfiguration, ObjectProvider<SpringRejectedJobsHandler>, ObjectProvider<SpringRejectedJobsHandler>) - Method in class org.flowable.spring.boot.cmmn.CmmnEngineAutoConfiguration
The Async Executor must not be shared between the engines.
cmmnAsyncExecutorConfiguration() - Method in class org.flowable.spring.boot.cmmn.CmmnEngineAutoConfiguration
 
CmmnEngineAppConfiguration() - Constructor for class org.flowable.spring.boot.cmmn.CmmnEngineAutoConfiguration.CmmnEngineAppConfiguration
 
CmmnEngineAutoConfiguration - Class in org.flowable.spring.boot.cmmn
EnableAutoConfiguration for the CMMN engine
CmmnEngineAutoConfiguration(FlowableProperties, FlowableCmmnProperties, FlowableIdmProperties, FlowableEventRegistryProperties, FlowableMailProperties, FlowableHttpProperties, FlowableAutoDeploymentProperties) - Constructor for class org.flowable.spring.boot.cmmn.CmmnEngineAutoConfiguration
 
CmmnEngineAutoConfiguration.CmmnEngineAppConfiguration - Class in org.flowable.spring.boot.cmmn
 
CmmnEngineAutoConfiguration.CmmnEngineProcessConfiguration - Class in org.flowable.spring.boot.cmmn
 
cmmnEngineConfiguration(DataSource, PlatformTransactionManager, ObjectProvider<ObjectMapper>, ObjectProvider<AsyncExecutor>, ObjectProvider<AsyncListenableTaskExecutor>, ObjectProvider<AsyncListenableTaskExecutor>, ObjectProvider<AsyncListenableTaskExecutor>, ObjectProvider<AsyncTaskExecutor>, ObjectProvider<FlowableHttpClient>, ObjectProvider<List<AutoDeploymentStrategy<CmmnEngine>>>) - Method in class org.flowable.spring.boot.cmmn.CmmnEngineAutoConfiguration
 
cmmnEngineConfigurator(SpringCmmnEngineConfiguration) - Method in class org.flowable.spring.boot.cmmn.CmmnEngineAutoConfiguration.CmmnEngineAppConfiguration
 
cmmnEngineConfigurator(SpringCmmnEngineConfiguration) - Method in class org.flowable.spring.boot.cmmn.CmmnEngineAutoConfiguration.CmmnEngineProcessConfiguration
 
CmmnEngineProcessConfiguration() - Constructor for class org.flowable.spring.boot.cmmn.CmmnEngineAutoConfiguration.CmmnEngineProcessConfiguration
 
CmmnEngineRestApiConfiguration() - Constructor for class org.flowable.spring.boot.RestApiAutoConfiguration.CmmnEngineRestApiConfiguration
 
CmmnEngineRestConfiguration - Class in org.flowable.spring.boot.cmmn
Component scan for the CMMN Rest API Configuration.
CmmnEngineRestConfiguration() - Constructor for class org.flowable.spring.boot.cmmn.CmmnEngineRestConfiguration
 
CmmnEngineServicesAutoConfiguration - Class in org.flowable.spring.boot.cmmn
EnableAutoConfiguration for the CMMN Engine
CmmnEngineServicesAutoConfiguration() - Constructor for class org.flowable.spring.boot.cmmn.CmmnEngineServicesAutoConfiguration
 
cmmnHistoryService(CmmnEngine) - Method in class org.flowable.spring.boot.cmmn.CmmnEngineServicesAutoConfiguration
 
cmmnManagementService(CmmnEngine) - Method in class org.flowable.spring.boot.cmmn.CmmnEngineServicesAutoConfiguration
 
cmmnMigrationService(CmmnEngine) - Method in class org.flowable.spring.boot.cmmn.CmmnEngineServicesAutoConfiguration
 
cmmnProcessEngineConfigurationConfigurer(CmmnEngineConfigurator) - Method in class org.flowable.spring.boot.cmmn.CmmnEngineAutoConfiguration.CmmnEngineProcessConfiguration
 
cmmnProperties - Variable in class org.flowable.spring.boot.cmmn.CmmnEngineAutoConfiguration
 
cmmnRepositoryService(CmmnEngine) - Method in class org.flowable.spring.boot.cmmn.CmmnEngineServicesAutoConfiguration
 
cmmnRestResponseFactory() - Method in class org.flowable.spring.boot.cmmn.CmmnEngineRestConfiguration
 
cmmnRestResponseFactory() - Method in class org.flowable.spring.boot.content.ContentEngineRestConfiguration
 
cmmnRuntimeService(CmmnEngine) - Method in class org.flowable.spring.boot.cmmn.CmmnEngineServicesAutoConfiguration
 
cmmnServlet(FlowableCmmnProperties) - Method in class org.flowable.spring.boot.RestApiAutoConfiguration.CmmnEngineRestApiConfiguration
 
cmmnTaskService(CmmnEngine) - Method in class org.flowable.spring.boot.cmmn.CmmnEngineServicesAutoConfiguration
 
ConditionalOnAppEngine - Annotation Type in org.flowable.spring.boot.condition
A meta Conditional annotation that checks if the App engine should / can be activated.
ConditionalOnCmmnEngine - Annotation Type in org.flowable.spring.boot.condition
A meta Conditional annotation that checks if the CMMN engine should / can be activated.
ConditionalOnContentEngine - Annotation Type in org.flowable.spring.boot.condition
A meta Conditional annotation that checks if the Content engine should / can be activated.
ConditionalOnDmnEngine - Annotation Type in org.flowable.spring.boot.condition
A meta Conditional annotation that checks if the DMN engine should / can be activated.
ConditionalOnEventRegistry - Annotation Type in org.flowable.spring.boot.condition
A meta Conditional annotation that checks if the Event registry should / can be activated.
ConditionalOnFormEngine - Annotation Type in org.flowable.spring.boot.condition
A meta Conditional annotation that checks if the Form engine should / can be activated.
ConditionalOnIdmEngine - Annotation Type in org.flowable.spring.boot.condition
A meta Conditional annotation that checks if the Idm engine should / can be activated.
ConditionalOnLdap - Annotation Type in org.flowable.spring.boot.condition
A meta Conditional annotation that checks if the IDM LDAP Configuration should be activated
ConditionalOnProcessEngine - Annotation Type in org.flowable.spring.boot.condition
A meta Conditional annotation that checks if the Process engine should / can be activated.
configure(T) - Method in interface org.flowable.spring.boot.EngineConfigurationConfigurer
Configure the provided engine.
configureEngine(AbstractEngineConfiguration, DataSource) - Method in class org.flowable.spring.boot.AbstractEngineAutoConfiguration
 
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.flowable.spring.boot.DispatcherServletConfiguration
 
configureSpringEngine(SpringEngineConfiguration, PlatformTransactionManager) - Method in class org.flowable.spring.boot.AbstractSpringEngineAutoConfiguration
 
connectionRequestTimeout - Variable in class org.flowable.spring.boot.FlowableHttpProperties
Connection Request Timeout for the http client
connectTimeout - Variable in class org.flowable.spring.boot.FlowableHttpProperties
Connect timeout for the http client
contentAppEngineConfigurationConfigurer(ContentEngineConfigurator) - Method in class org.flowable.spring.boot.content.ContentEngineAutoConfiguration.ContentEngineAppConfiguration
 
ContentEngineAppConfiguration() - Constructor for class org.flowable.spring.boot.content.ContentEngineAutoConfiguration.ContentEngineAppConfiguration
 
ContentEngineAutoConfiguration - Class in org.flowable.spring.boot.content
Auto-Configuration for the Content Engine
ContentEngineAutoConfiguration(FlowableProperties, FlowableContentProperties) - Constructor for class org.flowable.spring.boot.content.ContentEngineAutoConfiguration
 
ContentEngineAutoConfiguration.ContentEngineAppConfiguration - Class in org.flowable.spring.boot.content
 
ContentEngineAutoConfiguration.ContentEngineProcessConfiguration - Class in org.flowable.spring.boot.content
 
contentEngineConfiguration(DataSource, PlatformTransactionManager) - Method in class org.flowable.spring.boot.content.ContentEngineAutoConfiguration
 
contentEngineConfigurator(SpringContentEngineConfiguration) - Method in class org.flowable.spring.boot.content.ContentEngineAutoConfiguration.ContentEngineAppConfiguration
 
contentEngineConfigurator(SpringContentEngineConfiguration) - Method in class org.flowable.spring.boot.content.ContentEngineAutoConfiguration.ContentEngineProcessConfiguration
 
ContentEngineProcessConfiguration() - Constructor for class org.flowable.spring.boot.content.ContentEngineAutoConfiguration.ContentEngineProcessConfiguration
 
ContentEngineRestApiConfiguration() - Constructor for class org.flowable.spring.boot.RestApiAutoConfiguration.ContentEngineRestApiConfiguration
 
ContentEngineRestConfiguration - Class in org.flowable.spring.boot.content
Component scan for the Content Rest API Configuration.
ContentEngineRestConfiguration() - Constructor for class org.flowable.spring.boot.content.ContentEngineRestConfiguration
 
ContentEngineServicesAutoConfiguration - Class in org.flowable.spring.boot.content
Auto-Configuration for the Content Engine
ContentEngineServicesAutoConfiguration() - Constructor for class org.flowable.spring.boot.content.ContentEngineServicesAutoConfiguration
 
contentManagementService(ContentEngine) - Method in class org.flowable.spring.boot.content.ContentEngineServicesAutoConfiguration
 
contentProcessEngineConfigurationConfigurer(ContentEngineConfigurator) - Method in class org.flowable.spring.boot.content.ContentEngineAutoConfiguration.ContentEngineProcessConfiguration
 
contentProperties - Variable in class org.flowable.spring.boot.content.ContentEngineAutoConfiguration
 
contentService(ContentEngine) - Method in class org.flowable.spring.boot.content.ContentEngineServicesAutoConfiguration
 
contentServlet(FlowableContentProperties) - Method in class org.flowable.spring.boot.RestApiAutoConfiguration.ContentEngineRestApiConfiguration
 
contentTypeResolver() - Method in class org.flowable.spring.boot.RestApiAutoConfiguration
 
contribute(Info.Builder) - Method in class org.flowable.spring.boot.actuate.info.FlowableInfoContributor
 
createCache(SpringIdmEngineConfiguration, LDAPConfiguration) - Method in class org.flowable.spring.boot.ldap.FlowableLdapAutoConfiguration
 
customize(LDAPConfiguration) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Attribute
 
customize(LDAPConfiguration) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Cache
 
customize(LDAPConfiguration) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
customize(LDAPConfiguration) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Query
 

D

DEFAULT_ORDER - Static variable in class org.flowable.spring.boot.environment.FlowableDefaultPropertiesEnvironmentPostProcessor
 
defaultIfNotNull(T, T) - Method in class org.flowable.spring.boot.AbstractEngineAutoConfiguration
 
defaultIfNotNull(T, T) - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties
 
defaultText(String, String) - Method in class org.flowable.spring.boot.AbstractEngineAutoConfiguration
 
definitionCacheLimit - Variable in class org.flowable.spring.boot.process.FlowableProcessProperties
The maximum amount of process definitions available in the process definition cache.
deploymentPropertiesForEngine(String) - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties
 
disableCertVerify - Variable in class org.flowable.spring.boot.FlowableHttpProperties
Whether to disable certificate validation for the http client
discoverDeploymentResources(String, List<String>, boolean) - Method in class org.flowable.spring.boot.AbstractEngineAutoConfiguration
 
DispatcherServletConfiguration - Class in org.flowable.spring.boot
Base dispatcher configuration that can be used to configure context for the REST API.
DispatcherServletConfiguration() - Constructor for class org.flowable.spring.boot.DispatcherServletConfiguration
 
dmnAppEngineConfigurationConfigurer(DmnEngineConfigurator) - Method in class org.flowable.spring.boot.dmn.DmnEngineAutoConfiguration.DmnEngineAppConfiguration
 
DmnEngineAppConfiguration() - Constructor for class org.flowable.spring.boot.dmn.DmnEngineAutoConfiguration.DmnEngineAppConfiguration
 
DmnEngineAutoConfiguration - Class in org.flowable.spring.boot.dmn
EnableAutoConfiguration for the Dmn engine
DmnEngineAutoConfiguration(FlowableProperties, FlowableDmnProperties, FlowableAutoDeploymentProperties) - Constructor for class org.flowable.spring.boot.dmn.DmnEngineAutoConfiguration
 
DmnEngineAutoConfiguration.DmnEngineAppConfiguration - Class in org.flowable.spring.boot.dmn
 
DmnEngineAutoConfiguration.DmnEngineProcessConfiguration - Class in org.flowable.spring.boot.dmn
 
dmnEngineConfiguration(DataSource, PlatformTransactionManager, ObjectProvider<ObjectMapper>, ObjectProvider<List<AutoDeploymentStrategy<DmnEngine>>>) - Method in class org.flowable.spring.boot.dmn.DmnEngineAutoConfiguration
 
dmnEngineConfigurator(SpringDmnEngineConfiguration) - Method in class org.flowable.spring.boot.dmn.DmnEngineAutoConfiguration.DmnEngineAppConfiguration
 
dmnEngineConfigurator(SpringDmnEngineConfiguration) - Method in class org.flowable.spring.boot.dmn.DmnEngineAutoConfiguration.DmnEngineProcessConfiguration
 
DmnEngineProcessConfiguration() - Constructor for class org.flowable.spring.boot.dmn.DmnEngineAutoConfiguration.DmnEngineProcessConfiguration
 
DmnEngineRestApiConfiguration() - Constructor for class org.flowable.spring.boot.RestApiAutoConfiguration.DmnEngineRestApiConfiguration
 
DmnEngineRestConfiguration - Class in org.flowable.spring.boot.dmn
Component scan for the DMN Rest API Configuration.
DmnEngineRestConfiguration() - Constructor for class org.flowable.spring.boot.dmn.DmnEngineRestConfiguration
 
DmnEngineServicesAutoConfiguration - Class in org.flowable.spring.boot.dmn
EnableAutoConfiguration for the DMN Engine
DmnEngineServicesAutoConfiguration() - Constructor for class org.flowable.spring.boot.dmn.DmnEngineServicesAutoConfiguration
 
dmnHistoryService(DmnEngine) - Method in class org.flowable.spring.boot.dmn.DmnEngineServicesAutoConfiguration
 
dmnManagementService(DmnEngine) - Method in class org.flowable.spring.boot.dmn.DmnEngineServicesAutoConfiguration
 
dmnProcessEngineConfigurationConfigurer(DmnEngineConfigurator) - Method in class org.flowable.spring.boot.dmn.DmnEngineAutoConfiguration.DmnEngineProcessConfiguration
 
dmnProperties - Variable in class org.flowable.spring.boot.dmn.DmnEngineAutoConfiguration
 
dmnRepositoryService(DmnEngine) - Method in class org.flowable.spring.boot.dmn.DmnEngineServicesAutoConfiguration
 
dmnRestResponseFactory() - Method in class org.flowable.spring.boot.dmn.DmnEngineRestConfiguration
 
dmnRuleService(DmnEngine) - Method in class org.flowable.spring.boot.dmn.DmnEngineServicesAutoConfiguration
 
dmnServlet(FlowableDmnProperties) - Method in class org.flowable.spring.boot.RestApiAutoConfiguration.DmnEngineRestApiConfiguration
 
dynamicBpmnServiceBean(ProcessEngine) - Method in class org.flowable.spring.boot.ProcessEngineServicesAutoConfiguration
 
dynamicCmmnService(CmmnEngine) - Method in class org.flowable.spring.boot.cmmn.CmmnEngineServicesAutoConfiguration
 

E

enableProcessDefinitionHistoryLevel - Variable in class org.flowable.spring.boot.process.FlowableProcessProperties
Allow to override default history level for specific process definitions using the historyLevel extension element
EndpointAutoConfiguration - Class in org.flowable.spring.boot
The idea behind this module is that Spring Security could talk to the IdentityService as required.
EndpointAutoConfiguration() - Constructor for class org.flowable.spring.boot.EndpointAutoConfiguration
 
EngineConfigurationConfigurer<T> - Interface in org.flowable.spring.boot
Interface to be implemented by a bean that does some extra configuration of a Flowable engines.
engineConfigurers - Variable in class org.flowable.spring.boot.BaseEngineConfigurationWithConfigurers
 
EngineDeploymentProperties() - Constructor for class org.flowable.spring.boot.FlowableAutoDeploymentProperties.EngineDeploymentProperties
 
eventAppEngineConfigurationConfigurer(EventRegistryEngineConfigurator) - Method in class org.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration.EventRegistryAppEngineConfiguration
 
eventEngineConfiguration(DataSource, PlatformTransactionManager, ObjectProvider<ObjectMapper>, ObjectProvider<List<ChannelModelProcessor>>, ObjectProvider<List<AutoDeploymentStrategy<EventRegistryEngine>>>, ObjectProvider<TaskScheduler>, ObjectProvider<EventRegistryChangeDetectionExecutor>) - Method in class org.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration
 
eventEngineConfigurator(SpringEventRegistryEngineConfiguration) - Method in class org.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration.EventRegistryAppEngineConfiguration
 
eventEngineConfigurator(SpringEventRegistryEngineConfiguration) - Method in class org.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration.EventRegistryProcessConfiguration
 
eventManagementService(EventRegistryEngine) - Method in class org.flowable.spring.boot.eventregistry.EventRegistryServicesAutoConfiguration
 
eventProcessEngineConfigurationConfigurer(EventRegistryEngineConfigurator) - Method in class org.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration.EventRegistryProcessConfiguration
 
eventProperties - Variable in class org.flowable.spring.boot.app.AppEngineAutoConfiguration
 
eventProperties - Variable in class org.flowable.spring.boot.cmmn.CmmnEngineAutoConfiguration
 
eventProperties - Variable in class org.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration
 
eventProperties - Variable in class org.flowable.spring.boot.ProcessEngineAutoConfiguration
 
eventRegistry(EventRegistryEngine) - Method in class org.flowable.spring.boot.eventregistry.EventRegistryServicesAutoConfiguration
 
EventRegistryAppEngineConfiguration() - Constructor for class org.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration.EventRegistryAppEngineConfiguration
 
EventRegistryAutoConfiguration - Class in org.flowable.spring.boot.eventregistry
Auto configuration for the event registry.
EventRegistryAutoConfiguration(FlowableProperties, FlowableEventRegistryProperties, FlowableAutoDeploymentProperties) - Constructor for class org.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration
 
EventRegistryAutoConfiguration.EventRegistryAppEngineConfiguration - Class in org.flowable.spring.boot.eventregistry
 
EventRegistryAutoConfiguration.EventRegistryJmsConfiguration - Class in org.flowable.spring.boot.eventregistry
 
EventRegistryAutoConfiguration.EventRegistryKafkaConfiguration - Class in org.flowable.spring.boot.eventregistry
 
EventRegistryAutoConfiguration.EventRegistryProcessConfiguration - Class in org.flowable.spring.boot.eventregistry
 
EventRegistryAutoConfiguration.EventRegistryRabbitConfiguration - Class in org.flowable.spring.boot.eventregistry
 
eventRegistryChangeDetectionExecutor(ObjectProvider<TaskScheduler>) - Method in class org.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration
 
EventRegistryJmsConfiguration() - Constructor for class org.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration.EventRegistryJmsConfiguration
 
EventRegistryKafkaConfiguration() - Constructor for class org.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration.EventRegistryKafkaConfiguration
 
EventRegistryProcessConfiguration() - Constructor for class org.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration.EventRegistryProcessConfiguration
 
EventRegistryRabbitConfiguration() - Constructor for class org.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration.EventRegistryRabbitConfiguration
 
EventRegistryRestApiConfiguration() - Constructor for class org.flowable.spring.boot.RestApiAutoConfiguration.EventRegistryRestApiConfiguration
 
EventRegistryRestConfiguration - Class in org.flowable.spring.boot.eventregistry
Component scan for the Form Rest API Configuration.
EventRegistryRestConfiguration() - Constructor for class org.flowable.spring.boot.eventregistry.EventRegistryRestConfiguration
 
eventRegistryRestResponseFactory() - Method in class org.flowable.spring.boot.eventregistry.EventRegistryRestConfiguration
 
EventRegistryServicesAutoConfiguration - Class in org.flowable.spring.boot.eventregistry
Auto configuration for the event registry.
EventRegistryServicesAutoConfiguration() - Constructor for class org.flowable.spring.boot.eventregistry.EventRegistryServicesAutoConfiguration
 
eventRegistryServlet(FlowableEventRegistryProperties) - Method in class org.flowable.spring.boot.RestApiAutoConfiguration.EventRegistryRestApiConfiguration
 
eventRepositoryService(EventRegistryEngine) - Method in class org.flowable.spring.boot.eventregistry.EventRegistryServicesAutoConfiguration
 
execute(IntegrationActivityBehavior, DelegateExecution) - Method in class org.flowable.spring.integration.FlowableInboundGateway
 
execute(DelegateExecution) - Method in class org.flowable.spring.integration.IntegrationActivityBehavior
 
ExternalJobRestApiConfiguration() - Constructor for class org.flowable.spring.boot.RestApiAutoConfiguration.ExternalJobRestApiConfiguration
 
ExternalJobRestConfiguration - Class in org.flowable.spring.boot.job
Component scan for the External Job REST API Configuration.
ExternalJobRestConfiguration() - Constructor for class org.flowable.spring.boot.job.ExternalJobRestConfiguration
 
externalJobRestService(FlowableProcessProperties) - Method in class org.flowable.spring.boot.RestApiAutoConfiguration.ExternalJobRestApiConfiguration
 

F

Flowable - Class in org.flowable.spring.integration
Spring Integration Java Configuration DSL integration for Flowable.
Flowable() - Constructor for class org.flowable.spring.integration.Flowable
 
FlowableAppProperties - Class in org.flowable.spring.boot.app
 
FlowableAppProperties() - Constructor for class org.flowable.spring.boot.app.FlowableAppProperties
 
flowableAsyncTaskInvokerTaskExecutor(AsyncTaskExecutorConfiguration) - Method in class org.flowable.spring.boot.FlowableJobConfiguration
 
flowableAsyncTaskInvokerTaskExecutorConfiguration() - Method in class org.flowable.spring.boot.FlowableJobConfiguration
 
flowableAuthenticationProvider(IdmIdentityService, UserDetailsService) - Method in class org.flowable.spring.boot.ldap.FlowableLdapAutoConfiguration
 
FlowableAutoDeploymentProperties - Class in org.flowable.spring.boot
 
FlowableAutoDeploymentProperties() - Constructor for class org.flowable.spring.boot.FlowableAutoDeploymentProperties
 
FlowableAutoDeploymentProperties.EngineDeploymentProperties - Class in org.flowable.spring.boot
 
FlowableCmmnProperties - Class in org.flowable.spring.boot.cmmn
Properties for configuring the CMMN engine.
FlowableCmmnProperties() - Constructor for class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
FlowableContentProperties - Class in org.flowable.spring.boot.content
Properties for configuring the content engine.
FlowableContentProperties() - Constructor for class org.flowable.spring.boot.content.FlowableContentProperties
 
FlowableContentProperties.Storage - Class in org.flowable.spring.boot.content
The storage configuration for the content engine.
FlowableDefaultPropertiesEnvironmentPostProcessor - Class in org.flowable.spring.boot.environment
 
FlowableDefaultPropertiesEnvironmentPostProcessor() - Constructor for class org.flowable.spring.boot.environment.FlowableDefaultPropertiesEnvironmentPostProcessor
 
FlowableDmnProperties - Class in org.flowable.spring.boot.dmn
Properties for configuring the dmn engine.
FlowableDmnProperties() - Constructor for class org.flowable.spring.boot.dmn.FlowableDmnProperties
 
FlowableEventRegistryProperties - Class in org.flowable.spring.boot.eventregistry
Properties for configuring the event registry engine.
FlowableEventRegistryProperties() - Constructor for class org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
 
FlowableFormProperties - Class in org.flowable.spring.boot.form
Properties for configuring the form engine.
FlowableFormProperties() - Constructor for class org.flowable.spring.boot.form.FlowableFormProperties
 
FlowableHttpProperties - Class in org.flowable.spring.boot
Flowable http properties for use in http tasks
FlowableHttpProperties() - Constructor for class org.flowable.spring.boot.FlowableHttpProperties
 
FlowableIdmProperties - Class in org.flowable.spring.boot.idm
Properties for configuring the idm engine.
FlowableIdmProperties() - Constructor for class org.flowable.spring.boot.idm.FlowableIdmProperties
 
FlowableInboundGateway - Class in org.flowable.spring.integration
As a process enters a wait-state, this forwards the flow into Spring Integration.
FlowableInboundGateway(ProcessEngine, String...) - Constructor for class org.flowable.spring.integration.FlowableInboundGateway
 
FlowableInfoAutoConfiguration - Class in org.flowable.spring.boot.actuate.info
 
FlowableInfoAutoConfiguration() - Constructor for class org.flowable.spring.boot.actuate.info.FlowableInfoAutoConfiguration
 
flowableInfoContributor() - Method in class org.flowable.spring.boot.actuate.info.FlowableInfoAutoConfiguration
 
FlowableInfoContributor - Class in org.flowable.spring.boot.actuate.info
 
FlowableInfoContributor() - Constructor for class org.flowable.spring.boot.actuate.info.FlowableInfoContributor
 
FlowableJobConfiguration - Class in org.flowable.spring.boot
Common configuration for engines that need the job executions setup.
FlowableJobConfiguration() - Constructor for class org.flowable.spring.boot.FlowableJobConfiguration
 
FlowableJpaAutoConfiguration - Class in org.flowable.spring.boot
 
FlowableJpaAutoConfiguration() - Constructor for class org.flowable.spring.boot.FlowableJpaAutoConfiguration
 
FlowableLdapAutoConfiguration - Class in org.flowable.spring.boot.ldap
EnableAutoConfiguration for the Flowable LDAP Integration.
FlowableLdapAutoConfiguration(FlowableLdapProperties, ObjectProvider<LDAPQueryBuilder>, ObjectProvider<LDAPGroupCache.LDAPGroupCacheListener>) - Constructor for class org.flowable.spring.boot.ldap.FlowableLdapAutoConfiguration
 
FlowableLdapProperties - Class in org.flowable.spring.boot.ldap
 
FlowableLdapProperties() - Constructor for class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
FlowableLdapProperties.Attribute - Class in org.flowable.spring.boot.ldap
 
FlowableLdapProperties.Cache - Class in org.flowable.spring.boot.ldap
 
FlowableLdapProperties.Query - Class in org.flowable.spring.boot.ldap
 
FlowableLiquibaseEnvironmentPostProcessor - Class in org.flowable.spring.boot.environment
When one of the engines that uses liquibase is pulled in with Spring Boot, it pulls the liquibase dependency and that activates org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.
FlowableLiquibaseEnvironmentPostProcessor() - Constructor for class org.flowable.spring.boot.environment.FlowableLiquibaseEnvironmentPostProcessor
 
FlowableMailProperties - Class in org.flowable.spring.boot
Flowable Mail Properties.
FlowableMailProperties() - Constructor for class org.flowable.spring.boot.FlowableMailProperties
 
FlowableProcessProperties - Class in org.flowable.spring.boot.process
 
FlowableProcessProperties() - Constructor for class org.flowable.spring.boot.process.FlowableProcessProperties
 
FlowableProcessProperties.AsyncHistory - Class in org.flowable.spring.boot.process
 
flowableProperties - Variable in class org.flowable.spring.boot.AbstractEngineAutoConfiguration
 
FlowableProperties - Class in org.flowable.spring.boot
 
FlowableProperties() - Constructor for class org.flowable.spring.boot.FlowableProperties
 
FlowableSecurityAutoConfiguration - Class in org.flowable.spring.boot
Installs a Spring Security adapter for the Flowable IdmIdentityService.
FlowableSecurityAutoConfiguration() - Constructor for class org.flowable.spring.boot.FlowableSecurityAutoConfiguration
 
FlowableSecurityAutoConfiguration.SpringSecurityAuthenticationContextConfiguration - Class in org.flowable.spring.boot
 
FlowableServlet - Class in org.flowable.spring.boot
Configuration properties for the Flowable REST Servlets.
FlowableServlet(String, String) - Constructor for class org.flowable.spring.boot.FlowableServlet
 
flowableUserDetailsService(IdmIdentityService) - Method in class org.flowable.spring.boot.FlowableSecurityAutoConfiguration
 
formAppEngineConfigurationConfigurer(FormEngineConfigurator) - Method in class org.flowable.spring.boot.form.FormEngineAutoConfiguration.FormEngineAppEngineConfiguration
 
FormEngineAppEngineConfiguration() - Constructor for class org.flowable.spring.boot.form.FormEngineAutoConfiguration.FormEngineAppEngineConfiguration
 
FormEngineAutoConfiguration - Class in org.flowable.spring.boot.form
Auto configuration for the form engine.
FormEngineAutoConfiguration(FlowableProperties, FlowableFormProperties, FlowableAutoDeploymentProperties) - Constructor for class org.flowable.spring.boot.form.FormEngineAutoConfiguration
 
FormEngineAutoConfiguration.FormEngineAppEngineConfiguration - Class in org.flowable.spring.boot.form
 
FormEngineAutoConfiguration.FormEngineProcessConfiguration - Class in org.flowable.spring.boot.form
 
formEngineConfiguration(DataSource, PlatformTransactionManager, ObjectProvider<ObjectMapper>, ObjectProvider<List<AutoDeploymentStrategy<FormEngine>>>) - Method in class org.flowable.spring.boot.form.FormEngineAutoConfiguration
 
formEngineConfigurator(SpringFormEngineConfiguration) - Method in class org.flowable.spring.boot.form.FormEngineAutoConfiguration.FormEngineAppEngineConfiguration
 
formEngineConfigurator(SpringFormEngineConfiguration) - Method in class org.flowable.spring.boot.form.FormEngineAutoConfiguration.FormEngineProcessConfiguration
 
FormEngineProcessConfiguration() - Constructor for class org.flowable.spring.boot.form.FormEngineAutoConfiguration.FormEngineProcessConfiguration
 
FormEngineRestApiConfiguration() - Constructor for class org.flowable.spring.boot.RestApiAutoConfiguration.FormEngineRestApiConfiguration
 
FormEngineRestConfiguration - Class in org.flowable.spring.boot.form
Component scan for the Form Rest API Configuration.
FormEngineRestConfiguration() - Constructor for class org.flowable.spring.boot.form.FormEngineRestConfiguration
 
FormEngineServicesAutoConfiguration - Class in org.flowable.spring.boot.form
Auto configuration for the form engine.
FormEngineServicesAutoConfiguration() - Constructor for class org.flowable.spring.boot.form.FormEngineServicesAutoConfiguration
 
formFieldValidationEnabled - Variable in class org.flowable.spring.boot.FlowableProperties
Enable form field validation after form submission on the engine level
formManagementService(FormEngine) - Method in class org.flowable.spring.boot.form.FormEngineServicesAutoConfiguration
 
formProcessEngineConfigurationConfigurer(FormEngineConfigurator) - Method in class org.flowable.spring.boot.form.FormEngineAutoConfiguration.FormEngineProcessConfiguration
 
formProperties - Variable in class org.flowable.spring.boot.form.FormEngineAutoConfiguration
 
formRepositoryService(FormEngine) - Method in class org.flowable.spring.boot.form.FormEngineServicesAutoConfiguration
 
formRestResponseFactory() - Method in class org.flowable.spring.boot.form.FormEngineRestConfiguration
 
formService(FormEngine) - Method in class org.flowable.spring.boot.form.FormEngineServicesAutoConfiguration
 
formServiceBean(ProcessEngine) - Method in class org.flowable.spring.boot.ProcessEngineServicesAutoConfiguration
 
formServlet(FlowableFormProperties) - Method in class org.flowable.spring.boot.RestApiAutoConfiguration.FormEngineRestApiConfiguration
 
fromHeaders(MessageHeaders, Map<String, Object>) - Method in class org.flowable.spring.integration.ProcessVariableHeaderMapper
 

G

getActivityFontName() - Method in class org.flowable.spring.boot.FlowableProperties
 
getAllGroups() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Query
 
getAllUsers() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Query
 
getAnnotationFontName() - Method in class org.flowable.spring.boot.FlowableProperties
 
getAttribute() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
getBaseDn() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
getCache() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
getChangeDetectionDelay() - Method in class org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
 
getChangeDetectionInitialDelay() - Method in class org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
 
getConnectionRequestTimeout() - Method in class org.flowable.spring.boot.FlowableHttpProperties
 
getConnectTimeout() - Method in class org.flowable.spring.boot.FlowableHttpProperties
 
getCreateRoot() - Method in class org.flowable.spring.boot.content.FlowableContentProperties.Storage
 
getCustomConnectionParameters() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
getCustomMybatisMapperClasses(List<String>) - Method in class org.flowable.spring.boot.AbstractEngineAutoConfiguration
 
getCustomMybatisMappers() - Method in class org.flowable.spring.boot.FlowableProperties
 
getCustomMybatisXMLMappers() - Method in class org.flowable.spring.boot.FlowableProperties
 
getDatabaseSchema() - Method in class org.flowable.spring.boot.FlowableProperties
 
getDatabaseSchemaUpdate() - Method in class org.flowable.spring.boot.FlowableProperties
 
getDefaultCharset() - Method in class org.flowable.spring.boot.FlowableMailProperties
 
getDefaultFrom() - Method in class org.flowable.spring.boot.FlowableMailProperties
 
getDefinitionCacheLimit() - Method in class org.flowable.spring.boot.process.FlowableProcessProperties
 
getDeploymentName() - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
getDeploymentName() - Method in class org.flowable.spring.boot.dmn.FlowableDmnProperties
 
getDeploymentName() - Method in class org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
 
getDeploymentName() - Method in class org.flowable.spring.boot.FlowableProperties
 
getDeploymentName() - Method in class org.flowable.spring.boot.form.FlowableFormProperties
 
getEmail() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Attribute
 
getEngine() - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties
 
getEventRegistryUniqueCaseInstanceStartLockTime() - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
getEventRegistryUniqueProcessInstanceStartLockTime() - Method in class org.flowable.spring.boot.process.FlowableProcessProperties
 
getFirstName() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Attribute
 
getForceTo() - Method in class org.flowable.spring.boot.FlowableMailProperties
 
getGroupBaseDn() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
getGroupById() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Query
 
getGroupExpiration() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Cache
 
getGroupId() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Attribute
 
getGroupName() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Attribute
 
getGroupsForUser() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Query
 
getGroupSize() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Cache
 
getGroupType() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Attribute
 
getHistoryCleaningAfter() - Method in class org.flowable.spring.boot.FlowableProperties
 
getHistoryCleaningBatchSize() - Method in class org.flowable.spring.boot.FlowableProperties
 
getHistoryCleaningCycle() - Method in class org.flowable.spring.boot.FlowableProperties
 
getHistoryLevel() - Method in class org.flowable.spring.boot.FlowableProperties
 
getHost() - Method in class org.flowable.spring.boot.FlowableMailProperties
 
getIfAvailable(ObjectProvider<T>, ObjectProvider<T>) - Method in class org.flowable.spring.boot.AbstractSpringEngineAutoConfiguration
Get the Object provided by the availableProvider, otherwise get a unique object from uniqueProvider.
getInitialContextFactory() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
getLabelFontName() - Method in class org.flowable.spring.boot.FlowableProperties
 
getLastName() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Attribute
 
getLiquibaseProperty() - Method in class org.flowable.spring.boot.environment.FlowableLiquibaseEnvironmentPostProcessor
 
getLoadOnStartup() - Method in class org.flowable.spring.boot.FlowableServlet
 
getLockName() - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties.EngineDeploymentProperties
 
getLockName() - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties
 
getLockPollRate() - Method in class org.flowable.spring.boot.FlowableProperties
 
getLockWaitTime() - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties.EngineDeploymentProperties
 
getLockWaitTime() - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties
 
getName() - Method in class org.flowable.spring.boot.FlowableServlet
 
getOrder() - Method in class org.flowable.spring.boot.environment.FlowableDefaultPropertiesEnvironmentPostProcessor
 
getPassword() - Method in class org.flowable.spring.boot.FlowableMailProperties
 
getPassword() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
getPasswordEncoder() - Method in class org.flowable.spring.boot.idm.FlowableIdmProperties
 
getPath() - Method in class org.flowable.spring.boot.FlowableServlet
 
getPort() - Method in class org.flowable.spring.boot.FlowableMailProperties
 
getPort() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
getProcessDefinitionLocationPrefix() - Method in class org.flowable.spring.boot.FlowableProperties
 
getProcessDefinitionLocationSuffixes() - Method in class org.flowable.spring.boot.FlowableProperties
 
getQuery() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
getRequestRetryLimit() - Method in class org.flowable.spring.boot.FlowableHttpProperties
 
getResourceLocation() - Method in class org.flowable.spring.boot.app.FlowableAppProperties
 
getResourceLocation() - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
getResourceLocation() - Method in class org.flowable.spring.boot.dmn.FlowableDmnProperties
 
getResourceLocation() - Method in class org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
 
getResourceLocation() - Method in class org.flowable.spring.boot.form.FlowableFormProperties
 
getResourceSuffixes() - Method in class org.flowable.spring.boot.app.FlowableAppProperties
 
getResourceSuffixes() - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
getResourceSuffixes() - Method in class org.flowable.spring.boot.dmn.FlowableDmnProperties
 
getResourceSuffixes() - Method in class org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
 
getResourceSuffixes() - Method in class org.flowable.spring.boot.form.FlowableFormProperties
 
getRestApiMapping() - Method in class org.flowable.spring.boot.FlowableProperties
Deprecated.
use org.flowable.spring.boot.process.FlowableProcessProperties#getServlet()#getPath()
getRestApiServletName() - Method in class org.flowable.spring.boot.FlowableProperties
Deprecated.
use org.flowable.spring.boot.process.FlowableProcessProperties#getServlet()#getName()
getRootFolder() - Method in class org.flowable.spring.boot.content.FlowableContentProperties.Storage
 
getSchemaLockWaitTime() - Method in class org.flowable.spring.boot.FlowableProperties
 
getSearchTimeLimit() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
getSecurityAuthentication() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
getServer() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
getServlet() - Method in class org.flowable.spring.boot.app.FlowableAppProperties
 
getServlet() - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
getServlet() - Method in class org.flowable.spring.boot.content.FlowableContentProperties
 
getServlet() - Method in class org.flowable.spring.boot.dmn.FlowableDmnProperties
 
getServlet() - Method in class org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
 
getServlet() - Method in class org.flowable.spring.boot.form.FlowableFormProperties
 
getServlet() - Method in class org.flowable.spring.boot.idm.FlowableIdmProperties
 
getServlet() - Method in class org.flowable.spring.boot.process.FlowableProcessProperties
 
getSocketTimeout() - Method in class org.flowable.spring.boot.FlowableHttpProperties
 
getSSLPort() - Method in class org.flowable.spring.boot.FlowableMailProperties
 
getStorage() - Method in class org.flowable.spring.boot.content.FlowableContentProperties
 
getThrowExceptionOnDeploymentFailure() - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties.EngineDeploymentProperties
 
getUseLock() - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties.EngineDeploymentProperties
 
getUser() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
getUserBaseDn() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
getUserByFullNameLike() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Query
 
getUserById() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Query
 
getUserId() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Attribute
 
getUsername() - Method in class org.flowable.spring.boot.FlowableMailProperties
 

H

historyServiceBean(ProcessEngine) - Method in class org.flowable.spring.boot.ProcessEngineServicesAutoConfiguration
 
httpProperties - Variable in class org.flowable.spring.boot.cmmn.CmmnEngineAutoConfiguration
 
httpProperties - Variable in class org.flowable.spring.boot.ProcessEngineAutoConfiguration
 

I

identityServiceBean(ProcessEngine) - Method in class org.flowable.spring.boot.ProcessEngineServicesAutoConfiguration
 
idmAppEngineConfigurationConfigurer(IdmEngineConfigurator) - Method in class org.flowable.spring.boot.idm.IdmEngineAutoConfiguration.IdmEngineAppConfiguration
 
IdmEngineAppConfiguration() - Constructor for class org.flowable.spring.boot.idm.IdmEngineAutoConfiguration.IdmEngineAppConfiguration
 
IdmEngineAutoConfiguration - Class in org.flowable.spring.boot.idm
EnableAutoConfiguration for the Idm engine
IdmEngineAutoConfiguration(FlowableProperties, FlowableIdmProperties) - Constructor for class org.flowable.spring.boot.idm.IdmEngineAutoConfiguration
 
IdmEngineAutoConfiguration.IdmEngineAppConfiguration - Class in org.flowable.spring.boot.idm
 
IdmEngineAutoConfiguration.IdmEngineProcessConfiguration - Class in org.flowable.spring.boot.idm
 
IdmEngineAutoConfiguration.PasswordEncoderConfiguration - Class in org.flowable.spring.boot.idm
 
idmEngineConfiguration(DataSource, PlatformTransactionManager) - Method in class org.flowable.spring.boot.idm.IdmEngineAutoConfiguration
 
idmEngineConfigurator(SpringIdmEngineConfiguration) - Method in class org.flowable.spring.boot.idm.IdmEngineAutoConfiguration.IdmEngineAppConfiguration
 
idmEngineConfigurator(SpringIdmEngineConfiguration) - Method in class org.flowable.spring.boot.idm.IdmEngineAutoConfiguration.IdmEngineProcessConfiguration
 
IdmEngineProcessConfiguration() - Constructor for class org.flowable.spring.boot.idm.IdmEngineAutoConfiguration.IdmEngineProcessConfiguration
 
IdmEngineRestApiConfiguration() - Constructor for class org.flowable.spring.boot.RestApiAutoConfiguration.IdmEngineRestApiConfiguration
 
IdmEngineRestConfiguration - Class in org.flowable.spring.boot.idm
Component scan for the IDM Rest API Configuration.
IdmEngineRestConfiguration() - Constructor for class org.flowable.spring.boot.idm.IdmEngineRestConfiguration
 
IdmEngineServicesAutoConfiguration - Class in org.flowable.spring.boot.idm
EnableAutoConfiguration for the Idm Engine
IdmEngineServicesAutoConfiguration() - Constructor for class org.flowable.spring.boot.idm.IdmEngineServicesAutoConfiguration
 
idmIdentityService(IdmEngine) - Method in class org.flowable.spring.boot.idm.IdmEngineServicesAutoConfiguration
 
idmManagementService(IdmEngine) - Method in class org.flowable.spring.boot.idm.IdmEngineServicesAutoConfiguration
 
idmProcessEngineConfigurationConfigurer(IdmEngineConfigurator) - Method in class org.flowable.spring.boot.idm.IdmEngineAutoConfiguration.IdmEngineProcessConfiguration
 
idmProperties - Variable in class org.flowable.spring.boot.app.AppEngineAutoConfiguration
 
idmProperties - Variable in class org.flowable.spring.boot.cmmn.CmmnEngineAutoConfiguration
 
idmProperties - Variable in class org.flowable.spring.boot.idm.IdmEngineAutoConfiguration
 
idmProperties - Variable in class org.flowable.spring.boot.ProcessEngineAutoConfiguration
 
idmRestResponseFactory() - Method in class org.flowable.spring.boot.idm.IdmEngineRestConfiguration
 
idmServlet(FlowableIdmProperties) - Method in class org.flowable.spring.boot.RestApiAutoConfiguration.IdmEngineRestApiConfiguration
 
inboundGateway(ProcessEngine, String...) - Static method in class org.flowable.spring.integration.Flowable
This is the component that you'll use in your Spring Integration org.springframework.integration.dsl.IntegrationFlow.
inboundGatewayActivityBehavior(FlowableInboundGateway) - Static method in class org.flowable.spring.integration.Flowable
This is the bean to expose and then reference from your Flowable BPMN flow in an expression.
initializeDefaultPreservedHeaders() - Method in class org.flowable.spring.integration.FlowableInboundGateway
 
IntegrationActivityBehavior - Class in org.flowable.spring.integration
 
IntegrationActivityBehavior(FlowableInboundGateway) - Constructor for class org.flowable.spring.integration.IntegrationActivityBehavior
 
invoke() - Method in class org.flowable.spring.boot.actuate.endpoint.ProcessEngineEndpoint
 
invokeConfigurers(T) - Method in class org.flowable.spring.boot.BaseEngineConfigurationWithConfigurers
 
isAsyncExecutorActivate() - Method in class org.flowable.spring.boot.FlowableProperties
 
isAsyncHistoryExecutorActivate() - Method in class org.flowable.spring.boot.FlowableProperties
 
isCheckProcessDefinitions() - Method in class org.flowable.spring.boot.FlowableProperties
 
isConnectionPooling() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
isDbHistoryUsed() - Method in class org.flowable.spring.boot.FlowableProperties
 
isDbIdentityUsed() - Method in class org.flowable.spring.boot.FlowableProperties
isDeployResources() - Method in class org.flowable.spring.boot.app.FlowableAppProperties
 
isDeployResources() - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
isDeployResources() - Method in class org.flowable.spring.boot.dmn.FlowableDmnProperties
 
isDeployResources() - Method in class org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
 
isDeployResources() - Method in class org.flowable.spring.boot.form.FlowableFormProperties
 
isDisableCertVerify() - Method in class org.flowable.spring.boot.FlowableHttpProperties
 
isEnableChangeDetection() - Method in class org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
 
isEnabled() - Method in class org.flowable.spring.boot.app.FlowableAppProperties
 
isEnabled() - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
isEnabled() - Method in class org.flowable.spring.boot.content.FlowableContentProperties
 
isEnabled() - Method in class org.flowable.spring.boot.dmn.FlowableDmnProperties
 
isEnabled() - Method in class org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
 
isEnabled() - Method in class org.flowable.spring.boot.form.FlowableFormProperties
 
isEnabled() - Method in class org.flowable.spring.boot.idm.FlowableIdmProperties
 
isEnabled() - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
isEnabled() - Method in class org.flowable.spring.boot.process.FlowableProcessProperties.AsyncHistory
 
isEnableHistoryCleaning() - Method in class org.flowable.spring.boot.FlowableProperties
 
isEnableProcessDefinitionHistoryLevel() - Method in class org.flowable.spring.boot.process.FlowableProcessProperties
 
isEnableSafeXml() - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
isEnableSafeXml() - Method in class org.flowable.spring.boot.dmn.FlowableDmnProperties
 
isEnableSafeXml() - Method in class org.flowable.spring.boot.process.FlowableProcessProperties
 
isEventRegistryStartCaseInstanceAsync() - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
isEventRegistryStartProcessInstanceAsync() - Method in class org.flowable.spring.boot.process.FlowableProcessProperties
 
isEventRegistryUniqueCaseInstanceCheckWithLock() - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
isEventRegistryUniqueProcessInstanceCheckWithLock() - Method in class org.flowable.spring.boot.process.FlowableProcessProperties
 
isFormFieldValidationEnabled() - Method in class org.flowable.spring.boot.FlowableProperties
 
isHistoryEnabled() - Method in class org.flowable.spring.boot.dmn.FlowableDmnProperties
 
isJpaEnabled() - Method in class org.flowable.spring.boot.FlowableProperties
 
isRestApiEnabled() - Method in class org.flowable.spring.boot.FlowableProperties
 
isStrictMode() - Method in class org.flowable.spring.boot.dmn.FlowableDmnProperties
 
isThrowExceptionOnDeploymentFailure() - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties
 
isUseLock() - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties
 
isUseLockForDatabaseSchemaUpdate() - Method in class org.flowable.spring.boot.FlowableProperties
 
isUseSsl() - Method in class org.flowable.spring.boot.FlowableMailProperties
 
isUseSystemProperties() - Method in class org.flowable.spring.boot.FlowableHttpProperties
 
isUseTls() - Method in class org.flowable.spring.boot.FlowableMailProperties
 

J

jmsChannelDefinitionProcessor(JmsListenerEndpointRegistry, JmsOperations, ObjectMapper) - Method in class org.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration.EventRegistryJmsConfiguration
 
jpaProcessEngineConfigurer(EntityManagerFactory) - Method in class org.flowable.spring.boot.FlowableJpaAutoConfiguration
 

K

kafkaChannelDefinitionProcessor(KafkaListenerEndpointRegistry, KafkaOperations<Object, Object>, ObjectMapper, ObjectProvider<KafkaAdminOperations>) - Method in class org.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration.EventRegistryKafkaConfiguration
 
kafkaEventRegistryEngineConfigurer() - Method in class org.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration.EventRegistryKafkaConfiguration
 

L

ldapConfiguration() - Method in class org.flowable.spring.boot.ldap.FlowableLdapAutoConfiguration
 
ldapGroupCacheListener - Variable in class org.flowable.spring.boot.ldap.FlowableLdapAutoConfiguration
 
ldapIdmEngineConfigurer(LDAPConfiguration) - Method in class org.flowable.spring.boot.ldap.FlowableLdapAutoConfiguration
 
ldapQueryBuilder - Variable in class org.flowable.spring.boot.ldap.FlowableLdapAutoConfiguration
 
LiquibaseXmlElementClassNotFoundFailureAnalyzer - Class in org.flowable.spring.boot.liquibase
 
LiquibaseXmlElementClassNotFoundFailureAnalyzer() - Constructor for class org.flowable.spring.boot.liquibase.LiquibaseXmlElementClassNotFoundFailureAnalyzer
 
logger - Variable in class org.flowable.spring.boot.AbstractEngineAutoConfiguration
 

M

mailProperties - Variable in class org.flowable.spring.boot.cmmn.CmmnEngineAutoConfiguration
 
mailProperties - Variable in class org.flowable.spring.boot.ProcessEngineAutoConfiguration
 
managementServiceBean(ProcessEngine) - Method in class org.flowable.spring.boot.ProcessEngineServicesAutoConfiguration
 
multipartConfigElement - Variable in class org.flowable.spring.boot.rest.BaseRestApiConfiguration
 
multipartResolver() - Method in class org.flowable.spring.boot.DispatcherServletConfiguration
 

O

objectMapper - Variable in class org.flowable.spring.boot.cmmn.CmmnEngineRestConfiguration
 
objectMapper - Variable in class org.flowable.spring.boot.DispatcherServletConfiguration
 
objectMapper - Variable in class org.flowable.spring.boot.eventregistry.EventRegistryRestConfiguration
 
objectMapper - Variable in class org.flowable.spring.boot.job.ExternalJobRestConfiguration
 
objectMapper - Variable in class org.flowable.spring.boot.process.ProcessEngineRestConfiguration
 
org.flowable.spring.boot - package org.flowable.spring.boot
 
org.flowable.spring.boot.actuate.endpoint - package org.flowable.spring.boot.actuate.endpoint
 
org.flowable.spring.boot.actuate.info - package org.flowable.spring.boot.actuate.info
 
org.flowable.spring.boot.app - package org.flowable.spring.boot.app
 
org.flowable.spring.boot.cmmn - package org.flowable.spring.boot.cmmn
 
org.flowable.spring.boot.condition - package org.flowable.spring.boot.condition
 
org.flowable.spring.boot.content - package org.flowable.spring.boot.content
 
org.flowable.spring.boot.dmn - package org.flowable.spring.boot.dmn
 
org.flowable.spring.boot.environment - package org.flowable.spring.boot.environment
 
org.flowable.spring.boot.eventregistry - package org.flowable.spring.boot.eventregistry
 
org.flowable.spring.boot.form - package org.flowable.spring.boot.form
 
org.flowable.spring.boot.idm - package org.flowable.spring.boot.idm
 
org.flowable.spring.boot.job - package org.flowable.spring.boot.job
 
org.flowable.spring.boot.ldap - package org.flowable.spring.boot.ldap
 
org.flowable.spring.boot.liquibase - package org.flowable.spring.boot.liquibase
 
org.flowable.spring.boot.process - package org.flowable.spring.boot.process
 
org.flowable.spring.boot.rest - package org.flowable.spring.boot.rest
 
org.flowable.spring.integration - package org.flowable.spring.integration
 

P

passwordEncoder(FlowableIdmProperties) - Method in class org.flowable.spring.boot.idm.IdmEngineAutoConfiguration.PasswordEncoderConfiguration
 
PasswordEncoderConfiguration() - Constructor for class org.flowable.spring.boot.idm.IdmEngineAutoConfiguration.PasswordEncoderConfiguration
 
passwordEncoderIdmEngineConfigurationConfigurer(PasswordEncoder) - Method in class org.flowable.spring.boot.idm.IdmEngineAutoConfiguration.PasswordEncoderConfiguration
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.flowable.spring.boot.environment.FlowableDefaultPropertiesEnvironmentPostProcessor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.flowable.spring.boot.environment.FlowableLiquibaseEnvironmentPostProcessor
 
Process - Annotation Type in org.flowable.spring.boot.process
Qualifier annotation for a Process beans that need to be injected for Process Configurations.
processAppEngineConfigurationConfigurer(ProcessEngineConfigurator) - Method in class org.flowable.spring.boot.ProcessEngineAutoConfiguration.ProcessEngineAppConfiguration
 
ProcessAsync - Annotation Type in org.flowable.spring.boot.process
Qualifier annotation for beans that need to be injected for Process Configurations.
processAsyncExecutor(AsyncJobExecutorConfiguration, ObjectProvider<SpringRejectedJobsHandler>, ObjectProvider<SpringRejectedJobsHandler>) - Method in class org.flowable.spring.boot.ProcessEngineAutoConfiguration
The Async Executor must not be shared between the engines.
processAsyncExecutorConfiguration() - Method in class org.flowable.spring.boot.ProcessEngineAutoConfiguration
 
ProcessAsyncHistory - Annotation Type in org.flowable.spring.boot.process
Qualifier annotation for beans that need to be injected for Process Configurations.
processAsyncHistoryExecutorConfiguration() - Method in class org.flowable.spring.boot.ProcessEngineAutoConfiguration
 
processDefinitionDiagram(String) - Method in class org.flowable.spring.boot.actuate.endpoint.ProcessEngineMvcEndpoint
Look up the process definition by key.
ProcessEngineAppConfiguration() - Constructor for class org.flowable.spring.boot.ProcessEngineAutoConfiguration.ProcessEngineAppConfiguration
 
ProcessEngineAutoConfiguration - Class in org.flowable.spring.boot
Provides sane definitions for the various beans required to be productive with Flowable in Spring.
ProcessEngineAutoConfiguration(FlowableProperties, FlowableProcessProperties, FlowableAppProperties, FlowableIdmProperties, FlowableEventRegistryProperties, FlowableMailProperties, FlowableHttpProperties, FlowableAutoDeploymentProperties) - Constructor for class org.flowable.spring.boot.ProcessEngineAutoConfiguration
 
ProcessEngineAutoConfiguration.ProcessEngineAppConfiguration - Class in org.flowable.spring.boot
 
ProcessEngineConfigurationConfigurer - Interface in org.flowable.spring.boot
processEngineConfigurator(SpringProcessEngineConfiguration) - Method in class org.flowable.spring.boot.ProcessEngineAutoConfiguration.ProcessEngineAppConfiguration
 
ProcessEngineEndpoint - Class in org.flowable.spring.boot.actuate.endpoint
Registers a Boot Actuator endpoint that provides information on the running process instance and renders BPMN diagrams of the deployed processes.
ProcessEngineEndpoint(ProcessEngine) - Constructor for class org.flowable.spring.boot.actuate.endpoint.ProcessEngineEndpoint
 
processEngineEndpoint(ProcessEngine) - Method in class org.flowable.spring.boot.EndpointAutoConfiguration
 
ProcessEngineMvcEndpoint - Class in org.flowable.spring.boot.actuate.endpoint
Renders a valid running BPMN process definition as a BPMN diagram.
ProcessEngineMvcEndpoint(RepositoryService) - Constructor for class org.flowable.spring.boot.actuate.endpoint.ProcessEngineMvcEndpoint
 
processEngineMvcEndpoint(RepositoryService) - Method in class org.flowable.spring.boot.EndpointAutoConfiguration
 
ProcessEngineRestApiConfiguration() - Constructor for class org.flowable.spring.boot.RestApiAutoConfiguration.ProcessEngineRestApiConfiguration
 
ProcessEngineRestConfiguration - Class in org.flowable.spring.boot.process
Component scan for the Process engine REST API Configuration.
ProcessEngineRestConfiguration() - Constructor for class org.flowable.spring.boot.process.ProcessEngineRestConfiguration
 
ProcessEngineServicesAutoConfiguration - Class in org.flowable.spring.boot
Provides sane definitions for the various beans required to be productive with Flowable in Spring.
ProcessEngineServicesAutoConfiguration() - Constructor for class org.flowable.spring.boot.ProcessEngineServicesAutoConfiguration
 
processInstanceMigrationService(ProcessEngine) - Method in class org.flowable.spring.boot.ProcessEngineServicesAutoConfiguration
 
processProperties - Variable in class org.flowable.spring.boot.ProcessEngineAutoConfiguration
 
processService(FlowableProcessProperties) - Method in class org.flowable.spring.boot.RestApiAutoConfiguration.ProcessEngineRestApiConfiguration
 
ProcessVariableHeaderMapper - Class in org.flowable.spring.integration
 
ProcessVariableHeaderMapper(Set<String>) - Constructor for class org.flowable.spring.integration.ProcessVariableHeaderMapper
 
properties - Variable in class org.flowable.spring.boot.ldap.FlowableLdapAutoConfiguration
 

Q

Query() - Constructor for class org.flowable.spring.boot.ldap.FlowableLdapProperties.Query
 

R

rabbitChannelDefinitionProcessor(RabbitListenerEndpointRegistry, RabbitOperations, ObjectMapper) - Method in class org.flowable.spring.boot.eventregistry.EventRegistryAutoConfiguration.EventRegistryRabbitConfiguration
 
registerServlet(FlowableServlet, Class<?>) - Method in class org.flowable.spring.boot.rest.BaseRestApiConfiguration
 
repositoryServiceBean(ProcessEngine) - Method in class org.flowable.spring.boot.ProcessEngineServicesAutoConfiguration
 
requestRetryLimit - Variable in class org.flowable.spring.boot.FlowableHttpProperties
Request retry limit for the http client
resourcePatternResolver - Variable in class org.flowable.spring.boot.AbstractEngineAutoConfiguration
 
RestApiAutoConfiguration - Class in org.flowable.spring.boot
Auto-configuration and starter for the Flowable REST APIs.
RestApiAutoConfiguration() - Constructor for class org.flowable.spring.boot.RestApiAutoConfiguration
 
RestApiAutoConfiguration.AppEngineRestApiConfiguration - Class in org.flowable.spring.boot
 
RestApiAutoConfiguration.CmmnEngineRestApiConfiguration - Class in org.flowable.spring.boot
 
RestApiAutoConfiguration.ContentEngineRestApiConfiguration - Class in org.flowable.spring.boot
 
RestApiAutoConfiguration.DmnEngineRestApiConfiguration - Class in org.flowable.spring.boot
 
RestApiAutoConfiguration.EventRegistryRestApiConfiguration - Class in org.flowable.spring.boot
 
RestApiAutoConfiguration.ExternalJobRestApiConfiguration - Class in org.flowable.spring.boot
 
RestApiAutoConfiguration.FormEngineRestApiConfiguration - Class in org.flowable.spring.boot
 
RestApiAutoConfiguration.IdmEngineRestApiConfiguration - Class in org.flowable.spring.boot
 
RestApiAutoConfiguration.ProcessEngineRestApiConfiguration - Class in org.flowable.spring.boot
 
restResponseFactory(ObjectProvider<RestVariableConverter>) - Method in class org.flowable.spring.boot.job.ExternalJobRestConfiguration
 
restResponseFactory() - Method in class org.flowable.spring.boot.process.ProcessEngineRestConfiguration
 
runtimeServiceBean(ProcessEngine) - Method in class org.flowable.spring.boot.ProcessEngineServicesAutoConfiguration
 

S

setActivityFontName(String) - Method in class org.flowable.spring.boot.FlowableProperties
 
setAllGroups(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Query
 
setAllUsers(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Query
 
setAnnotationFontName(String) - Method in class org.flowable.spring.boot.FlowableProperties
 
setApplicationContext(ApplicationContext) - Method in class org.flowable.spring.boot.rest.BaseRestApiConfiguration
 
setAsyncExecutorActivate(boolean) - Method in class org.flowable.spring.boot.FlowableProperties
 
setAsyncHistoryExecutorActivate(boolean) - Method in class org.flowable.spring.boot.FlowableProperties
 
setBaseDn(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
setChangeDetectionDelay(Duration) - Method in class org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
 
setChangeDetectionInitialDelay(Duration) - Method in class org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
 
setCheckProcessDefinitions(boolean) - Method in class org.flowable.spring.boot.FlowableProperties
 
setConnectionPooling(boolean) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
setConnectionRequestTimeout(Duration) - Method in class org.flowable.spring.boot.FlowableHttpProperties
 
setConnectTimeout(Duration) - Method in class org.flowable.spring.boot.FlowableHttpProperties
 
setCreateRoot(Boolean) - Method in class org.flowable.spring.boot.content.FlowableContentProperties.Storage
 
setCustomConnectionParameters(Map<String, String>) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
setCustomMybatisMappers(List<String>) - Method in class org.flowable.spring.boot.FlowableProperties
 
setCustomMybatisXMLMappers(List<String>) - Method in class org.flowable.spring.boot.FlowableProperties
 
setDatabaseSchema(String) - Method in class org.flowable.spring.boot.FlowableProperties
 
setDatabaseSchemaUpdate(String) - Method in class org.flowable.spring.boot.FlowableProperties
 
setDbHistoryUsed(boolean) - Method in class org.flowable.spring.boot.FlowableProperties
 
setDbIdentityUsed(boolean) - Method in class org.flowable.spring.boot.FlowableProperties
setDefaultCharset(Charset) - Method in class org.flowable.spring.boot.FlowableMailProperties
 
setDefaultFrom(String) - Method in class org.flowable.spring.boot.FlowableMailProperties
 
setDefinitionCacheLimit(int) - Method in class org.flowable.spring.boot.process.FlowableProcessProperties
 
setDeploymentName(String) - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
setDeploymentName(String) - Method in class org.flowable.spring.boot.dmn.FlowableDmnProperties
 
setDeploymentName(String) - Method in class org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
 
setDeploymentName(String) - Method in class org.flowable.spring.boot.FlowableProperties
 
setDeploymentName(String) - Method in class org.flowable.spring.boot.form.FlowableFormProperties
 
setDeployResources(boolean) - Method in class org.flowable.spring.boot.app.FlowableAppProperties
 
setDeployResources(boolean) - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
setDeployResources(boolean) - Method in class org.flowable.spring.boot.dmn.FlowableDmnProperties
 
setDeployResources(boolean) - Method in class org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
 
setDeployResources(boolean) - Method in class org.flowable.spring.boot.form.FlowableFormProperties
 
setDisableCertVerify(boolean) - Method in class org.flowable.spring.boot.FlowableHttpProperties
 
setEmail(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Attribute
 
setEnableChangeDetection(boolean) - Method in class org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
 
setEnabled(boolean) - Method in class org.flowable.spring.boot.app.FlowableAppProperties
 
setEnabled(boolean) - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
setEnabled(boolean) - Method in class org.flowable.spring.boot.content.FlowableContentProperties
 
setEnabled(boolean) - Method in class org.flowable.spring.boot.dmn.FlowableDmnProperties
 
setEnabled(boolean) - Method in class org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
 
setEnabled(boolean) - Method in class org.flowable.spring.boot.form.FlowableFormProperties
 
setEnabled(boolean) - Method in class org.flowable.spring.boot.idm.FlowableIdmProperties
 
setEnabled(boolean) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
setEnabled(boolean) - Method in class org.flowable.spring.boot.process.FlowableProcessProperties.AsyncHistory
 
setEnableHistoryCleaning(boolean) - Method in class org.flowable.spring.boot.FlowableProperties
 
setEnableProcessDefinitionHistoryLevel(boolean) - Method in class org.flowable.spring.boot.process.FlowableProcessProperties
 
setEnableSafeXml(boolean) - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
setEnableSafeXml(boolean) - Method in class org.flowable.spring.boot.dmn.FlowableDmnProperties
 
setEnableSafeXml(boolean) - Method in class org.flowable.spring.boot.process.FlowableProcessProperties
 
setEngine(Map<String, FlowableAutoDeploymentProperties.EngineDeploymentProperties>) - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties
 
setEngineConfigurers(List<EngineConfigurationConfigurer<T>>) - Method in class org.flowable.spring.boot.BaseEngineConfigurationWithConfigurers
 
setEventRegistryStartCaseInstanceAsync(boolean) - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
setEventRegistryStartProcessInstanceAsync(boolean) - Method in class org.flowable.spring.boot.process.FlowableProcessProperties
 
setEventRegistryUniqueCaseInstanceCheckWithLock(boolean) - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
setEventRegistryUniqueCaseInstanceStartLockTime(Duration) - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
setEventRegistryUniqueProcessInstanceCheckWithLock(boolean) - Method in class org.flowable.spring.boot.process.FlowableProcessProperties
 
setEventRegistryUniqueProcessInstanceStartLockTime(Duration) - Method in class org.flowable.spring.boot.process.FlowableProcessProperties
 
setFirstName(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Attribute
 
setForceTo(String) - Method in class org.flowable.spring.boot.FlowableMailProperties
 
setFormFieldValidationEnabled(boolean) - Method in class org.flowable.spring.boot.FlowableProperties
 
setGroupBaseDn(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
setGroupById(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Query
 
setGroupExpiration(int) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Cache
 
setGroupId(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Attribute
 
setGroupName(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Attribute
 
setGroupsForUser(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Query
 
setGroupSize(int) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Cache
 
setGroupType(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Attribute
 
setHistoryCleaningAfter(Duration) - Method in class org.flowable.spring.boot.FlowableProperties
 
setHistoryCleaningAfterDays(int) - Method in class org.flowable.spring.boot.FlowableProperties
Deprecated.
setHistoryCleaningBatchSize(int) - Method in class org.flowable.spring.boot.FlowableProperties
 
setHistoryCleaningCycle(String) - Method in class org.flowable.spring.boot.FlowableProperties
 
setHistoryEnabled(boolean) - Method in class org.flowable.spring.boot.dmn.FlowableDmnProperties
 
setHistoryLevel(HistoryLevel) - Method in class org.flowable.spring.boot.FlowableProperties
 
setHost(String) - Method in class org.flowable.spring.boot.FlowableMailProperties
 
setInitialContextFactory(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
setJpaEnabled(boolean) - Method in class org.flowable.spring.boot.FlowableProperties
 
setLabelFontName(String) - Method in class org.flowable.spring.boot.FlowableProperties
 
setLastName(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Attribute
 
setLoadOnStartup(int) - Method in class org.flowable.spring.boot.FlowableServlet
 
setLockName(String) - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties.EngineDeploymentProperties
 
setLockName(String) - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties
 
setLockPollRate(Duration) - Method in class org.flowable.spring.boot.FlowableProperties
 
setLockWaitTime(Duration) - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties.EngineDeploymentProperties
 
setLockWaitTime(Duration) - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties
 
setMultipartConfigElement(MultipartConfigElement) - Method in class org.flowable.spring.boot.rest.BaseRestApiConfiguration
 
setName(String) - Method in class org.flowable.spring.boot.FlowableServlet
 
setPassword(String) - Method in class org.flowable.spring.boot.FlowableMailProperties
 
setPassword(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
setPasswordEncoder(String) - Method in class org.flowable.spring.boot.idm.FlowableIdmProperties
 
setPath(String) - Method in class org.flowable.spring.boot.FlowableServlet
 
setPort(int) - Method in class org.flowable.spring.boot.FlowableMailProperties
 
setPort(int) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
setProcessDefinitionLocationPrefix(String) - Method in class org.flowable.spring.boot.FlowableProperties
 
setProcessDefinitionLocationSuffixes(List<String>) - Method in class org.flowable.spring.boot.FlowableProperties
 
setRequestRetryLimit(int) - Method in class org.flowable.spring.boot.FlowableHttpProperties
 
setResourceLocation(String) - Method in class org.flowable.spring.boot.app.FlowableAppProperties
 
setResourceLocation(String) - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
setResourceLocation(String) - Method in class org.flowable.spring.boot.dmn.FlowableDmnProperties
 
setResourceLocation(String) - Method in class org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
 
setResourceLocation(String) - Method in class org.flowable.spring.boot.form.FlowableFormProperties
 
setResourcePatternResolver(ResourcePatternResolver) - Method in class org.flowable.spring.boot.AbstractEngineAutoConfiguration
 
setResourceSuffixes(List<String>) - Method in class org.flowable.spring.boot.app.FlowableAppProperties
 
setResourceSuffixes(List<String>) - Method in class org.flowable.spring.boot.cmmn.FlowableCmmnProperties
 
setResourceSuffixes(List<String>) - Method in class org.flowable.spring.boot.dmn.FlowableDmnProperties
 
setResourceSuffixes(List<String>) - Method in class org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
 
setResourceSuffixes(List<String>) - Method in class org.flowable.spring.boot.form.FlowableFormProperties
 
setRestApiEnabled(boolean) - Method in class org.flowable.spring.boot.FlowableProperties
 
setRestApiMapping(String) - Method in class org.flowable.spring.boot.FlowableProperties
Deprecated.
use org.flowable.spring.boot.process.FlowableProcessProperties#getServlet()#setPath()
setRestApiServletName(String) - Method in class org.flowable.spring.boot.FlowableProperties
Deprecated.
use org.flowable.spring.boot.process.FlowableProcessProperties#getServlet()#setName()
setRootFolder(String) - Method in class org.flowable.spring.boot.content.FlowableContentProperties.Storage
 
setSchemaLockWaitTime(Duration) - Method in class org.flowable.spring.boot.FlowableProperties
 
setSearchTimeLimit(int) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
setSecurityAuthentication(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
setServer(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
setSocketTimeout(Duration) - Method in class org.flowable.spring.boot.FlowableHttpProperties
 
setSSLPort(int) - Method in class org.flowable.spring.boot.FlowableMailProperties
 
setStrictMode(boolean) - Method in class org.flowable.spring.boot.dmn.FlowableDmnProperties
 
setThrowExceptionOnDeploymentFailure(Boolean) - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties.EngineDeploymentProperties
 
setThrowExceptionOnDeploymentFailure(boolean) - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties
 
setUseLock(Boolean) - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties.EngineDeploymentProperties
 
setUseLock(boolean) - Method in class org.flowable.spring.boot.FlowableAutoDeploymentProperties
 
setUseLockForDatabaseSchemaUpdate(boolean) - Method in class org.flowable.spring.boot.FlowableProperties
 
setUser(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
setUserBaseDn(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties
 
setUserByFullNameLike(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Query
 
setUserById(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Query
 
setUserId(String) - Method in class org.flowable.spring.boot.ldap.FlowableLdapProperties.Attribute
 
setUsername(String) - Method in class org.flowable.spring.boot.FlowableMailProperties
 
setUseSsl(boolean) - Method in class org.flowable.spring.boot.FlowableMailProperties
 
setUseSystemProperties(boolean) - Method in class org.flowable.spring.boot.FlowableHttpProperties
 
setUseTls(boolean) - Method in class org.flowable.spring.boot.FlowableMailProperties
 
signal(IntegrationActivityBehavior, DelegateExecution, String, Object) - Method in class org.flowable.spring.integration.FlowableInboundGateway
 
signallingMessageHandler(ProcessEngine) - Static method in class org.flowable.spring.integration.Flowable
Any message that enters this MessageHandler containing a executionId parameter will trigger a org.flowable.engine.RuntimeService#signal(String).
socketTimeout - Variable in class org.flowable.spring.boot.FlowableHttpProperties
Socket timeout for the http client
springAppEngineConfiguration(DataSource, PlatformTransactionManager, ObjectProvider<ObjectMapper>, ObjectProvider<List<AutoDeploymentStrategy<AppEngine>>>) - Method in class org.flowable.spring.boot.app.AppEngineAutoConfiguration
 
springProcessEngineConfiguration(DataSource, PlatformTransactionManager, ObjectProvider<ObjectMapper>, ObjectProvider<IdGenerator>, ObjectProvider<IdGenerator>, ObjectProvider<AsyncExecutor>, ObjectProvider<AsyncListenableTaskExecutor>, ObjectProvider<AsyncExecutor>, ObjectProvider<AsyncListenableTaskExecutor>, ObjectProvider<AsyncListenableTaskExecutor>, ObjectProvider<AsyncTaskExecutor>, ObjectProvider<FlowableHttpClient>, ObjectProvider<List<AutoDeploymentStrategy<ProcessEngine>>>) - Method in class org.flowable.spring.boot.ProcessEngineAutoConfiguration
 
SpringSecurityAuthenticationContextConfiguration(ObjectProvider<AuthenticationContext>) - Constructor for class org.flowable.spring.boot.FlowableSecurityAutoConfiguration.SpringSecurityAuthenticationContextConfiguration
 
Storage() - Constructor for class org.flowable.spring.boot.content.FlowableContentProperties.Storage
 

T

taskExecutor() - Method in class org.flowable.spring.boot.FlowableJobConfiguration
 
taskServiceBean(ProcessEngine) - Method in class org.flowable.spring.boot.ProcessEngineServicesAutoConfiguration
 
toHeaders(Map<String, Object>) - Method in class org.flowable.spring.integration.ProcessVariableHeaderMapper
 
trigger(DelegateExecution, String, Object) - Method in class org.flowable.spring.integration.IntegrationActivityBehavior
 

U

useSystemProperties - Variable in class org.flowable.spring.boot.FlowableHttpProperties
Whether to use system properties (e.g.

V

version() - Method in class org.flowable.spring.boot.actuate.info.FlowableInfoContributor
 
A B C D E F G H I J K L M O P Q R S T U V 
Skip navigation links

Copyright © 2022 Flowable. All rights reserved.