Uses of Class
org.camunda.bpm.spring.boot.starter.property.CamundaBpmProperties
Packages that use CamundaBpmProperties
Package
Description
-
Uses of CamundaBpmProperties in org.camunda.bpm.spring.boot.starter
Fields in org.camunda.bpm.spring.boot.starter declared as CamundaBpmPropertiesModifier and TypeFieldDescriptionprotected CamundaBpmProperties
SpringBootProcessApplication.camundaBpmProperties
Methods in org.camunda.bpm.spring.boot.starter with parameters of type CamundaBpmPropertiesModifier and TypeMethodDescriptionCamundaBpmConfiguration.eventPublisherPlugin
(CamundaBpmProperties properties, org.springframework.context.ApplicationEventPublisher publisher) static HistoryLevelDeterminator
CamundaBpmConfiguration.historyLevelDeterminator
(CamundaBpmProperties camundaBpmProperties, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) static HistoryLevelDeterminator
CamundaBpmConfiguration.historyLevelDeterminatorMultiDatabase
(CamundaBpmProperties camundaBpmProperties, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) -
Uses of CamundaBpmProperties in org.camunda.bpm.spring.boot.starter.configuration.impl
Fields in org.camunda.bpm.spring.boot.starter.configuration.impl declared as CamundaBpmPropertiesModifier and TypeFieldDescriptionprotected CamundaBpmProperties
AbstractCamundaConfiguration.camundaBpmProperties
Methods in org.camunda.bpm.spring.boot.starter.configuration.impl with parameters of type CamundaBpmPropertiesModifier and TypeMethodDescriptionstatic org.springframework.core.task.TaskExecutor
DefaultJobConfiguration.JobConfiguration.camundaTaskExecutor
(CamundaBpmProperties properties) static JobExecutor
DefaultJobConfiguration.JobConfiguration.jobExecutor
(org.springframework.core.task.TaskExecutor taskExecutor, CamundaBpmProperties properties) -
Uses of CamundaBpmProperties in org.camunda.bpm.spring.boot.starter.event
Constructors in org.camunda.bpm.spring.boot.starter.event with parameters of type CamundaBpmPropertiesModifierConstructorDescriptionEventPublisherPlugin
(CamundaBpmProperties properties, org.springframework.context.ApplicationEventPublisher publisher) -
Uses of CamundaBpmProperties in org.camunda.bpm.spring.boot.starter.jdbc
Fields in org.camunda.bpm.spring.boot.starter.jdbc declared as CamundaBpmPropertiesModifier and TypeFieldDescriptionprotected CamundaBpmProperties
HistoryLevelDeterminatorJdbcTemplateImpl.camundaBpmProperties
Methods in org.camunda.bpm.spring.boot.starter.jdbc that return CamundaBpmPropertiesModifier and TypeMethodDescriptionHistoryLevelDeterminatorJdbcTemplateImpl.getCamundaBpmProperties()
Methods in org.camunda.bpm.spring.boot.starter.jdbc with parameters of type CamundaBpmPropertiesModifier and TypeMethodDescriptionstatic HistoryLevelDeterminator
HistoryLevelDeterminatorJdbcTemplateImpl.createHistoryLevelDeterminator
(CamundaBpmProperties camundaBpmProperties, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) void
HistoryLevelDeterminatorJdbcTemplateImpl.setCamundaBpmProperties
(CamundaBpmProperties camundaBpmProperties) -
Uses of CamundaBpmProperties in org.camunda.bpm.spring.boot.starter.security.oauth2
Constructors in org.camunda.bpm.spring.boot.starter.security.oauth2 with parameters of type CamundaBpmPropertiesModifierConstructorDescriptionCamundaSpringSecurityOAuth2AutoConfiguration
(CamundaBpmProperties properties, OAuth2Properties oAuth2Properties) -
Uses of CamundaBpmProperties in org.camunda.bpm.spring.boot.starter.webapp
Constructors in org.camunda.bpm.spring.boot.starter.webapp with parameters of type CamundaBpmProperties