Uses of Class
org.camunda.bpm.spring.boot.starter.property.CamundaBpmProperties
Package
Description
-
Uses of CamundaBpmProperties in org.camunda.bpm.spring.boot.starter
Modifier and TypeFieldDescriptionprotected CamundaBpmProperties
SpringBootProcessApplication.camundaBpmProperties
Modifier 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
Modifier and TypeFieldDescriptionprotected CamundaBpmProperties
AbstractCamundaConfiguration.camundaBpmProperties
Modifier 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
ModifierConstructorDescriptionEventPublisherPlugin
(CamundaBpmProperties properties, org.springframework.context.ApplicationEventPublisher publisher) -
Uses of CamundaBpmProperties in org.camunda.bpm.spring.boot.starter.jdbc
Modifier and TypeFieldDescriptionprotected CamundaBpmProperties
HistoryLevelDeterminatorJdbcTemplateImpl.camundaBpmProperties
Modifier and TypeMethodDescriptionHistoryLevelDeterminatorJdbcTemplateImpl.getCamundaBpmProperties()
Modifier 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
ModifierConstructorDescriptionCamundaSpringSecurityOAuth2AutoConfiguration
(CamundaBpmProperties properties, OAuth2Properties oAuth2Properties) -
Uses of CamundaBpmProperties in org.camunda.bpm.spring.boot.starter.webapp