Interface HistoryConfiguration

All Known Implementing Classes:
HistoryConfigurationImpl

public interface HistoryConfiguration
  • Field Details

    • SILENCE_HISTORY

      static final String SILENCE_HISTORY
  • Method Details

    • isHistoryEnabledFor

      boolean isHistoryEnabledFor(EntityModel entityModel)
    • getHistoryConfigurationFor

      EntityHistoryConfiguration getHistoryConfigurationFor(EntityModel entityModel, boolean isRootEntity)
      returns the EntityHistoryConfiguration for the passed entity model
      Parameters:
      isRootEntity - is used to distinguish between a lookup entity itself is changed and the full xml should be generated or a related entity is changed and only some fields should be in the xml.