Interface HistoryConfiguration

All Known Implementing Classes:
HistoryConfigurationImpl

public interface HistoryConfiguration
  • Field Details Link icon

    • SILENCE_HISTORY Link icon

      static final String SILENCE_HISTORY
  • Method Details Link icon

    • isHistoryEnabledFor Link icon

      boolean isHistoryEnabledFor(EntityModel entityModel)
    • getHistoryConfigurationFor Link icon

      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.