Class HistoryLevelDeterminatorJdbcTemplateImpl

    • Field Detail

      • defaultHistoryLevel

        protected String defaultHistoryLevel
      • jdbcTemplate

        protected org.springframework.jdbc.core.JdbcTemplate jdbcTemplate
      • ignoreDataAccessException

        protected boolean ignoreDataAccessException
    • Constructor Detail

      • HistoryLevelDeterminatorJdbcTemplateImpl

        public HistoryLevelDeterminatorJdbcTemplateImpl()
    • Method Detail

      • getDefaultHistoryLevel

        public String getDefaultHistoryLevel()
      • setDefaultHistoryLevel

        public void setDefaultHistoryLevel​(String defaultHistoryLevel)
      • getJdbcTemplate

        public org.springframework.jdbc.core.JdbcTemplate getJdbcTemplate()
      • setJdbcTemplate

        public void setJdbcTemplate​(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
      • isIgnoreDataAccessException

        public boolean isIgnoreDataAccessException()
      • setIgnoreDataAccessException

        public void setIgnoreDataAccessException​(boolean ignoreDataAccessException)
      • setCamundaBpmProperties

        public void setCamundaBpmProperties​(CamundaBpmProperties camundaBpmProperties)
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception
      • getSql

        protected String getSql()
      • getHistoryLevelFrom

        protected String getHistoryLevelFrom​(Integer historyLevelFromDb)
      • addCustomHistoryLevels

        public void addCustomHistoryLevels​(Collection<HistoryLevel> customHistoryLevels)