Class ChildEntityHistoryConfig
java.lang.Object
ch.tocco.nice2.optional.entityhistory.api.ChildEntityHistoryConfig
- All Implemented Interfaces:
HistoryConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable StringbooleanvoidsetCondition(String condition) voidsetEntityName(String entityName) voidsetFieldsToTrack(String fieldsToTrack) voidsetPathToHistoryRelatedEntity(String pathToHistoryRelatedEntity) voidsetRelationsToTrack(String relationsToTrack) voidsetTrackDeletion(boolean trackDeletion)
-
Constructor Details
-
ChildEntityHistoryConfig
public ChildEntityHistoryConfig()
-
-
Method Details
-
setEntityName
-
getEntityName
- Specified by:
getEntityNamein interfaceHistoryConfig
-
setPathToHistoryRelatedEntity
-
getPathToHistoryRelatedEntity
- Specified by:
getPathToHistoryRelatedEntityin interfaceHistoryConfig
-
setFieldsToTrack
-
getFieldsToTrackSet
- Specified by:
getFieldsToTrackSetin interfaceHistoryConfig
-
setRelationsToTrack
-
getRelationsToTrackSet
- Specified by:
getRelationsToTrackSetin interfaceHistoryConfig
-
setCondition
-
getCondition
- Specified by:
getConditionin interfaceHistoryConfig
-
isTrackDeletion
public boolean isTrackDeletion()- Specified by:
isTrackDeletionin interfaceHistoryConfig
-
setTrackDeletion
public void setTrackDeletion(boolean trackDeletion)
-