Interface HistoryConfiguration
- All Known Implementing Classes:
HistoryConfigurationImpl
public interface HistoryConfiguration
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetHistoryConfigurationFor(EntityModel entityModel, boolean isRootEntity) returns theEntityHistoryConfigurationfor the passed entity modelbooleanisHistoryEnabledFor(EntityModel entityModel)
-
Field Details
-
SILENCE_HISTORY
-
-
Method Details
-
isHistoryEnabledFor
-
getHistoryConfigurationFor
EntityHistoryConfiguration getHistoryConfigurationFor(EntityModel entityModel, boolean isRootEntity) returns theEntityHistoryConfigurationfor 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.
-