Class HistoryLevelDeterminatorJdbcTemplateImpl

  • All Implemented Interfaces:
    HistoryLevelDeterminator, org.springframework.beans.factory.InitializingBean

    public class HistoryLevelDeterminatorJdbcTemplateImpl
    extends java.lang.Object
    implements HistoryLevelDeterminator, org.springframework.beans.factory.InitializingBean
    • Field Detail

      • historyLevels

        protected final java.util.List<HistoryLevel> historyLevels
      • defaultHistoryLevel

        protected java.lang.String defaultHistoryLevel
      • jdbcTemplate

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

        protected boolean ignoreDataAccessException
    • Constructor Detail

      • HistoryLevelDeterminatorJdbcTemplateImpl

        public HistoryLevelDeterminatorJdbcTemplateImpl()
    • Method Detail

      • getDefaultHistoryLevel

        public java.lang.String getDefaultHistoryLevel()
      • setDefaultHistoryLevel

        public void setDefaultHistoryLevel​(java.lang.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 java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception
      • getSql

        protected java.lang.String getSql()
      • getHistoryLevelFrom

        protected java.lang.String getHistoryLevelFrom​(java.lang.Integer historyLevelFromDb)
      • addCustomHistoryLevels

        public void addCustomHistoryLevels​(java.util.Collection<HistoryLevel> customHistoryLevels)