- 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
-
- flowableAuthenticationProvider(IdmIdentityService, UserDetailsService) - Method in class org.flowable.spring.boot.FlowableSecurityAutoConfiguration
-
- 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
-
- FlowableFormProperties - Class in org.flowable.spring.boot.form
-
Properties for configuring the form engine.
- FlowableFormProperties() - Constructor for class org.flowable.spring.boot.form.FlowableFormProperties
-
- 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
-
- FlowableSecurityAutoConfiguration.UserDetailsServiceConfiguration - 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) - 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) - 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
-
- 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
-