Uses of Class
org.camunda.bpm.spring.boot.starter.property.CamundaBpmProperties
-
-
Uses of CamundaBpmProperties in org.camunda.bpm.spring.boot.starter
Fields in org.camunda.bpm.spring.boot.starter declared as CamundaBpmProperties Modifier and Type Field Description protected CamundaBpmProperties
SpringBootProcessApplication. camundaBpmProperties
Methods in org.camunda.bpm.spring.boot.starter with parameters of type CamundaBpmProperties Modifier and Type Method Description EventPublisherPlugin
CamundaBpmConfiguration. 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 CamundaBpmProperties Modifier and Type Field Description protected CamundaBpmProperties
AbstractCamundaConfiguration. camundaBpmProperties
Methods in org.camunda.bpm.spring.boot.starter.configuration.impl with parameters of type CamundaBpmProperties Modifier and Type Method Description static 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 CamundaBpmProperties Constructor Description EventPublisherPlugin(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 CamundaBpmProperties Modifier and Type Field Description protected CamundaBpmProperties
HistoryLevelDeterminatorJdbcTemplateImpl. camundaBpmProperties
Methods in org.camunda.bpm.spring.boot.starter.jdbc that return CamundaBpmProperties Modifier and Type Method Description CamundaBpmProperties
HistoryLevelDeterminatorJdbcTemplateImpl. getCamundaBpmProperties()
Methods in org.camunda.bpm.spring.boot.starter.jdbc with parameters of type CamundaBpmProperties Modifier and Type Method Description static HistoryLevelDeterminator
HistoryLevelDeterminatorJdbcTemplateImpl. createHistoryLevelDeterminator(CamundaBpmProperties camundaBpmProperties, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
void
HistoryLevelDeterminatorJdbcTemplateImpl. setCamundaBpmProperties(CamundaBpmProperties camundaBpmProperties)
-