Uses of Interface
org.qubership.atp.mia.service.history.EntityHistoryService
Packages that use EntityHistoryService
Package
Description
-
Uses of EntityHistoryService in org.qubership.atp.mia.service.configuration
Classes in org.qubership.atp.mia.service.configuration that implement EntityHistoryServiceModifier and TypeClassDescriptionclassclassclassclass -
Uses of EntityHistoryService in org.qubership.atp.mia.service.history.impl
Classes in org.qubership.atp.mia.service.history.impl that implement EntityHistoryServiceFields in org.qubership.atp.mia.service.history.impl declared as EntityHistoryServiceModifier and TypeFieldDescriptionprotected final EntityHistoryService<E> AbstractRestoreHistoryService.entityHistoryServiceprotected final EntityHistoryService<CompoundConfiguration> CompoundConfigurationRestoreHistoryService.entityHistoryServiceConstructors in org.qubership.atp.mia.service.history.impl with parameters of type EntityHistoryServiceModifierConstructorDescriptionProjectConfigurationRestoreHistoryService(org.javers.core.Javers javers, EntityHistoryService<ProjectConfiguration> entityHistoryService, ValidateReferenceExistsService validateReferenceExistsService, ProjectConfigurationRestoreMapper modelMapper) SectionConfigurationRestoreHistoryService(org.javers.core.Javers javers, EntityHistoryService<SectionConfiguration> entityHistoryService, ValidateReferenceExistsService validateReferenceExistsService, SectionRestoreMapper modelMapper)