Uses of Interface
org.camunda.bpm.spring.boot.starter.jdbc.HistoryLevelDeterminator
-
Packages that use HistoryLevelDeterminator Package Description org.camunda.bpm.spring.boot.starter org.camunda.bpm.spring.boot.starter.configuration.impl org.camunda.bpm.spring.boot.starter.jdbc -
-
Uses of HistoryLevelDeterminator in org.camunda.bpm.spring.boot.starter
Methods in org.camunda.bpm.spring.boot.starter that return HistoryLevelDeterminator Modifier and Type Method Description static HistoryLevelDeterminatorCamundaBpmConfiguration. historyLevelDeterminator(CamundaBpmProperties camundaBpmProperties, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)static HistoryLevelDeterminatorCamundaBpmConfiguration. historyLevelDeterminatorMultiDatabase(CamundaBpmProperties camundaBpmProperties, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) -
Uses of HistoryLevelDeterminator in org.camunda.bpm.spring.boot.starter.configuration.impl
Fields in org.camunda.bpm.spring.boot.starter.configuration.impl declared as HistoryLevelDeterminator Modifier and Type Field Description protected HistoryLevelDeterminatorDefaultHistoryLevelAutoHandlingConfiguration. historyLevelDeterminator -
Uses of HistoryLevelDeterminator in org.camunda.bpm.spring.boot.starter.jdbc
Classes in org.camunda.bpm.spring.boot.starter.jdbc that implement HistoryLevelDeterminator Modifier and Type Class Description classHistoryLevelDeterminatorJdbcTemplateImplMethods in org.camunda.bpm.spring.boot.starter.jdbc that return HistoryLevelDeterminator Modifier and Type Method Description static HistoryLevelDeterminatorHistoryLevelDeterminatorJdbcTemplateImpl. createHistoryLevelDeterminator(CamundaBpmProperties camundaBpmProperties, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
-