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